summaryrefslogtreecommitdiff
path: root/tests/general
AgeCommit message (Expand)AuthorFilesLines
2013-06-07Set config.requires_displayed_window in tests that use front buffers.Paul Berry1-0/+1
2013-05-28triangle-rasterization: Add multiple possible filling conventions.Fabian Bieler1-6/+155
2013-05-03linestipple: Report subtest results.Eric Anholt1-39/+39
2013-05-03linestipple: Update for current piglit style.Eric Anholt1-21/+49
2013-04-30Primitive restart: Test in every possible draw mode.Paul Berry2-0/+272
2013-04-19add a simple glinfo "test" programBrian Paul2-0/+93
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák23-23/+23
2013-04-06draw-pixels: use default window size, for WindowsBrian Paul1-2/+2
2013-04-06draw-pixels: use better test valuesBrian Paul1-29/+7
2013-04-06draw-pixels: display results when there's a failureBrian Paul1-0/+4
2013-04-06draw-pixels: whitespace fixes, remove unneeded parenthesisBrian Paul1-15/+13
2013-04-02provoking-vertex: also test clockwise trianglesBrian Paul1-16/+42
2013-03-19texunits: clean-up GL error checking codeBrian Paul1-32/+14
2013-03-19texunits: increase size of arrays to fix crashBrian Paul1-3/+10
2013-02-22polygon-mode-offset: test glPolygonMode + glPolygonOffsetBrian Paul2-0/+318
2013-02-22degenerate-prims: test that prims with too few vertices don't draw anythingBrian Paul2-0/+109
2013-02-22longprim: use piglit_get_prim_name() functionBrian Paul1-14/+2
2013-02-22scissor-polygon: a replacement for the glean scissor testBrian Paul2-0/+140
2013-02-05framebuffer-srgb: refactor and clean up the codeBrian Paul1-78/+62
2013-02-01framebuffer-srgb: minor comment fix-upsBrian Paul1-1/+4
2013-01-30isbufferobj: Fail if glIsBuffer returns true before a glBindBufferMatt Turner1-7/+1
2013-01-22clipflat: glean clipFlat test ported to piglitBrian Paul2-0/+535
2013-01-14Make new tests/spec/arb_occlusion_query directoryCarl Worth2-200/+0
2013-01-14masked-clear: port of Glean's maskedClear test to piglitBrian Paul2-0/+237
2013-01-10stencil-wrap: Check and use results of all probed pixels.Vinson Lee1-5/+5
2013-01-09stencil-twoside: Check and use results of all probed pixels.Vinson Lee1-6/+6
2013-01-05vbo-map-unsync: Fix GCC int-to-pointer cast warnings.Vinson Lee1-4/+5
2012-12-09draw-pixels: Set pointer to NULL after free.Vinson Lee1-0/+1
2012-12-08draw-pixels: Ensure allocPixels returns an initialized value.Vinson Lee1-0/+5
2012-12-05triangle-rasterization-overdraw: Initialize Vector member variables.Vinson Lee1-0/+1
2012-12-01triangle-rasterization: Initialize Vector member variables.Vinson Lee1-0/+1
2012-11-30util/gl: Kill shader wrapper functionsChad Versace3-13/+13
2012-11-29depthfunc: add back window height specificationMarek Olšák1-0/+1
2012-11-15Add a test for viewport triangle clipping.Stuart Abercrombie2-0/+79
2012-11-14util: Kill macro glewInitChad Versace1-1/+1
2012-11-13vbo-map-unsync: test unsynchronized buffer mappingBrian Paul2-0/+171
2012-11-11push-pop-texture-state: a replacement for the fdo9833 testBrian Paul2-0/+40
2012-11-06general: remove more config.window_width/height linesBrian Paul16-32/+0
2012-11-06general: remove config.window_width/height = 100 linesBrian Paul33-66/+0
2012-11-05attribs: Avoid FLOAT/UINT/INT symbols.Vinson Lee1-82/+82
2012-11-06attribs: new generic extendable test for immediate-mode style commandsMarek Olšák2-0/+544
2012-11-05triangle-rasterization(-overdraw): Fix indentation.José Fonseca2-556/+559
2012-10-30point-line-no-cull: fix array index typoBrian Paul1-1/+1
2012-10-27readpix-z: asst. test improvementsBrian Paul1-16/+100
2012-10-23framebuffer-srgb: require the ARB extension instead of EXTMarek Olšák1-1/+1
2012-10-23quad-invariance: optimize pixel probingMarek Olšák1-12/+2
2012-10-23framebuffer-srgb: check for FBO extensionsMarek Olšák1-0/+2
2012-10-16read-front: Require that the window be displayedChad Versace1-0/+1
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace100-0/+200
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace100-398/+700