summaryrefslogtreecommitdiff
path: root/tests/spec/gl-3.0
AgeCommit message (Expand)AuthorFilesLines
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace13-13/+13
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes3-12/+3
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič2-2/+2
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič18-18/+18
2012-06-20tests: Let each test define main()Chad Versace13-32/+50
2012-06-12texture-integer: move/improve the integer texture test to spec/gl-3.0/Brian Paul2-0/+397
2012-06-12integer-errors: check error detection for integer-related imagesBrian Paul2-0/+187
2012-05-23Merge branch 'waffle-v10' of git://people.freedesktop.org/~chadversary/piglitChad Versace2-4/+0
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace2-4/+0
2012-05-22Move minmax test infrastructure to piglitutil.Eric Anholt1-221/+57
2012-03-26gl-3.0/minmax: Fix printf format warnings.Vinson Lee1-2/+2
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace2-15/+15
2012-03-15gl-3.0/minmax: Fix stack smashing in GL_MAX_VIEWPORT_DIMS handling.Eric Anholt1-6/+6
2012-03-15Move more MSVC workarounds to piglit-util.hEric Anholt1-7/+0
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry3-3/+3
2012-03-03don't write generated header to the source directoryDylan Noblesmith2-2/+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-29gl-3.0/minmax: Remove unnecessary header.Vinson Lee1-1/+0
2011-12-23gl-3.0/minmax: Add log2 definition for MSVC.Vinson Lee1-0/+7
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-12-12gl-3.0/minmax: Test for minimum maximums of glGet* values.Eric Anholt2-0/+286
2011-11-30required-renderbuffer-attachment-formats: Remove unused variable.Vinson Lee1-1/+1
2011-11-22gl-3.0/required-*-formats: New tests for GL3.0.Eric Anholt4-0/+529
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 Romanick4-0/+222