summaryrefslogtreecommitdiff
path: root/tests/fast_color_clear
AgeCommit message (Expand)AuthorFilesLines
2024-08-22write-after-clear: Add testcases with the zero valuesNanley Chery1-0/+13
2022-08-29fix the spelling in whole piglitDavid Heidelberg2-2/+2
2022-05-31Don't check for OpenGL 1.1Ian Romanick3-3/+0
2022-05-31Fix many incorrect GLSL checksIan Romanick2-2/+4
2020-11-04Add a test for fast-clearing via glClearTexImageNanley Chery2-0/+80
2020-10-06write-after-clear: Test multi-layer clearsNanley Chery1-0/+11
2020-10-06write-after-clear: Enable variable z-offset probesNanley Chery1-6/+6
2020-10-06write-after-clear: Support multi-layer clearsNanley Chery1-13/+14
2020-07-31write-after-clear: Test clears of alternating layersNanley Chery1-0/+11
2020-07-31write-after-clear: Support 2D array texturesNanley Chery1-15/+17
2020-06-02write-after-clear: Test linear -> sRGB with sRGB storageNanley Chery1-1/+13
2020-06-02write-after-clear: Clear lists of viewsNanley Chery1-17/+47
2020-06-02tests: Add test for texture view writes after fast-clearsNanley Chery2-0/+189
2017-07-06fast_color_clear: set KHR_no_error statusTimothy Arceri4-0/+4
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace4-4/+4
2013-06-20Test that fast color clears are resolved even if front rendering intervenes.Paul Berry2-0/+87
2013-06-03Test that ReadPixels into a PBO properly resolves fast clears.Paul Berry2-0/+182
2013-06-03Test that fast color clears work properly after a blit.Paul Berry2-0/+118
2013-06-03Test reading from a buffer after fast clearing it.Paul Berry3-0/+325
2013-06-03Basic tests of fast color clear functionality on i965/gen7+.Paul Berry4-0/+275