Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-06 | fast_color_clear: set KHR_no_error status | Timothy Arceri | 1 | -0/+1 | |
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> | |||||
2014-07-15 | util/gl: Rename piglit-util-gl-common.h | Chad Versace | 1 | -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-20 | Test that fast color clears are resolved even if front rendering intervenes. | Paul Berry | 1 | -0/+86 | |
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> |