aboutsummaryrefslogtreecommitdiff
path: root/tests/general
AgeCommit message (Expand)Author
2013-04-19add a simple glinfo "test" programBrian Paul
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák
2013-04-06draw-pixels: use default window size, for WindowsBrian Paul
2013-04-06draw-pixels: use better test valuesBrian Paul
2013-04-06draw-pixels: display results when there's a failureBrian Paul
2013-04-06draw-pixels: whitespace fixes, remove unneeded parenthesisBrian Paul
2013-04-02provoking-vertex: also test clockwise trianglesBrian Paul
2013-03-19texunits: clean-up GL error checking codeBrian Paul
2013-03-19texunits: increase size of arrays to fix crashBrian Paul
2013-02-22polygon-mode-offset: test glPolygonMode + glPolygonOffsetBrian Paul
2013-02-22degenerate-prims: test that prims with too few vertices don't draw anythingBrian Paul
2013-02-22longprim: use piglit_get_prim_name() functionBrian Paul
2013-02-22scissor-polygon: a replacement for the glean scissor testBrian Paul
2013-02-05framebuffer-srgb: refactor and clean up the codeBrian Paul
2013-02-01framebuffer-srgb: minor comment fix-upsBrian Paul
2013-01-30isbufferobj: Fail if glIsBuffer returns true before a glBindBufferMatt Turner
2013-01-22clipflat: glean clipFlat test ported to piglitBrian Paul
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