summaryrefslogtreecommitdiff
path: root/tests/fast_color_clear/front-buffer-distraction.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-06fast_color_clear: set KHR_no_error statusTimothy Arceri1-0/+1
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
There are no longer any source files in tests/util that are specific to a particular OpenGL API. In other words, all OpenGL utility sources in tests/util are now "common" and shared by all OpenGL APIs. So remove the 'common' in filename 'piglit-util-gl-common.h'. Signed-off-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-06-20Test that fast color clears are resolved even if front rendering intervenes.Paul Berry1-0/+86
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>