aboutsummaryrefslogtreecommitdiff
path: root/tests/general
AgeCommit message (Expand)Author
2013-01-14Make new tests/spec/arb_occlusion_query directoryCarl Worth
2013-01-14masked-clear: port of Glean's maskedClear test to piglitBrian Paul
2013-01-10stencil-wrap: Check and use results of all probed pixels.Vinson Lee
2013-01-09stencil-twoside: Check and use results of all probed pixels.Vinson Lee
2013-01-05vbo-map-unsync: Fix GCC int-to-pointer cast warnings.Vinson Lee
2012-12-09draw-pixels: Set pointer to NULL after free.Vinson Lee
2012-12-08draw-pixels: Ensure allocPixels returns an initialized value.Vinson Lee
2012-12-05triangle-rasterization-overdraw: Initialize Vector member variables.Vinson Lee
2012-12-01triangle-rasterization: Initialize Vector member variables.Vinson Lee
2012-11-30util/gl: Kill shader wrapper functionsChad Versace
2012-11-29depthfunc: add back window height specificationMarek Olšák
2012-11-15Add a test for viewport triangle clipping.Stuart Abercrombie
2012-11-14util: Kill macro glewInitChad Versace
2012-11-13vbo-map-unsync: test unsynchronized buffer mappingBrian Paul
2012-11-11push-pop-texture-state: a replacement for the fdo9833 testBrian Paul
2012-11-06general: remove more config.window_width/height linesBrian Paul
2012-11-06general: remove config.window_width/height = 100 linesBrian Paul
2012-11-05attribs: Avoid FLOAT/UINT/INT symbols.Vinson Lee
2012-11-06attribs: new generic extendable test for immediate-mode style commandsMarek Olšák
2012-11-05triangle-rasterization(-overdraw): Fix indentation.José Fonseca
2012-10-30point-line-no-cull: fix array index typoBrian Paul
2012-10-27readpix-z: asst. test improvementsBrian Paul
2012-10-23framebuffer-srgb: require the ARB extension instead of EXTMarek Olšák
2012-10-23quad-invariance: optimize pixel probingMarek Olšák
2012-10-23framebuffer-srgb: check for FBO extensionsMarek Olšák
2012-10-16read-front: Require that the window be displayedChad Versace
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace
2012-10-09tests,util: Wrap glutSwapBuffers with piglit_swap_buffersChad Versace
2012-10-09tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_funcChad Versace
2012-10-09tests,util: Wrap glutPostRedisplay with piglit_post_redisplayChad Versace
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes
2012-09-04Get rid of reshape funcsChris Forbes
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes
2012-08-24quad-invariance: Fix undefined ReadPixels behavior and make concurrent.Eric Anholt
2012-07-18linestipple: print what is testedMarek Olšák
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič
2012-06-20tests: Let each test define main()Chad Versace
2012-06-12drawpix-z: test glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul
2012-06-12readpix-z: test glReadPixels(GL_DEPTH_COMPONENT)Brian Paul
2012-05-29primitive-restart: add VBO testingJordan Justen
2012-05-29primitive-restart: cleanup index generation codeJordan Justen
2012-05-29primitive-restart: probe pixel 0, 0 to make sure it was not drawnJordan Justen
2012-05-23Merge branch 'waffle-v10' of git://people.freedesktop.org/~chadversary/piglitChad Versace
2012-05-23cmake: If USE_WAFFLE, disable tests that use quirky GLUT functions [v2]Chad Versace
2012-05-23tests: Remove glutExtensionSupportedChad Versace