summaryrefslogtreecommitdiff
path: root/tests/spec/gl-3.0/api
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák3-3/+3
2013-01-22gl-3.0: remove explit 100 x 100 window sizeBrian Paul8-24/+0
2013-01-09bindfragdata-link-error: Fix WARN report for a PIGLIT_PASS result.Eric Anholt1-3/+3
2012-11-14clearbuffer-display-lists: Fix initial clear color test.Eric Anholt2-3/+3
2012-11-13Add test to verify GL errors in glGenerateMipmapAnuj Phogat2-0/+155
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace8-0/+16
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace8-31/+56
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace8-8/+8
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič13-13/+13
2012-06-20tests: Let each test define main()Chad Versace8-17/+31
2012-06-12integer-errors: check error detection for integer-related imagesBrian Paul2-0/+187
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-11/+11
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-02-07Fix clearbuffer-display-lists test caseAnuj Phogat1-2/+4
2012-01-06Modify piglit_check_gl_error() to return a boolean.Paul Berry12-89/+170
2012-01-02Add test case to verify glClearBuffer support in display listsAnuj Phogat2-0/+113
2012-01-02Add test case for glClearBuffer in mixed format color buffersAnuj Phogat2-0/+250
2011-12-21util: Add functions to probe int, uint rgba buffer dataAnuj Phogat2-0/+31
2011-12-21gl-3.0: Verify that glBindFragDataLocation on a nonexistent variable is ignoredIan Romanick2-0/+153
2011-12-21gl-3.0: Verify linking errors to due invalid glBindFragDataLocation assignmentsIan Romanick2-0/+191
2011-11-18gl-3.0: Test clearing depth and stencil buffers with glClearBufferfiIan Romanick2-0/+163
2011-11-18gl-3.0: Test clearing stencil buffers with glClearBufferivIan Romanick2-0/+159
2011-11-18gl-3.0: Test clearing depth buffers with glClearBufferfvIan Romanick4-0/+372
2011-11-16gl-3.0: Verify that BindFragDataLocation and GetFragDataLocation give correct...Ian Romanick2-0/+173
2011-11-16gl-3.0: Verify errors generated for invalid parameters to glBindFragDataLocationIan Romanick2-0/+105
2011-11-03gl-3.0: Add test for invalid buffer parameter to glClearBufferIan Romanick2-0/+138
2011-11-03gl-3.0: Add test for invalid drawbuffer parameter to glClearBufferIan Romanick3-0/+220