summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-25glx-multithread-makecurrent: New test for MESA_multithread_makecurrentmesa-multithread-makecurrentEric Anholt3-0/+139
2009-11-23glx-multithread: New test for GLX multithreaded rendering.Eric Anholt7-0/+334
2009-11-21framework: Destroy the window in -auto exit mode.Eric Anholt1-2/+5
2009-11-21glsl-vs-mov-after-deref: New test for a regression I made in the optimizer.Eric Anholt5-0/+103
2009-11-21glsl-vs-arrays: New test for showing off 965 breakage with arrays in VS.Eric Anholt5-0/+103
2009-11-20depth-tex-modes: Fix stupid off-by-one error in array size.Ian Romanick1-1/+1
2009-11-20depth-tex-modes: Add header file for inteface between test filesIan Romanick4-6/+48
2009-11-20Add new depth-tex-modes-rg test.Ian Romanick3-0/+75
2009-11-20depth-tex-modes: Pull most of test into new "common" file.Ian Romanick3-194/+247
2009-11-20depth-tex-modes: Add missing extension checkIan Romanick1-0/+1
2009-11-20depth-tex-modes: Check pixels in the drawing loop.Ian Romanick1-42/+78
2009-11-20depth-tex-modes: Minor clean-upsIan Romanick1-5/+1
2009-11-20depth-tex-modes: Rearrange to use a data-driven nested loop structure.Ian Romanick1-60/+44
2009-11-20depth-tex-mode: Use just two textures instead of sixIan Romanick1-62/+27
2009-11-20depth-tex-modes: Reorder loops to draw rows in the order they are displayedIan Romanick1-26/+17
2009-11-20depth-tex-modes: Use loops to draw the rowsIan Romanick1-55/+39
2009-11-20depth-tex-modes: Use piglit_draw_rect_texIan Romanick1-120/+24
2009-11-20depth-tex-modes: Port to piglit-frameworkIan Romanick1-45/+19
2009-11-20adds rg texture test using glDrawPixels with formats of GL_RED and GL_RGBen Holmes3-0/+107
2009-11-13glsl-lod-bias: Add component accessor to vertex shader.Vinson Lee1-1/+1
2009-11-12glsl-lod-bias: Lots of changesIan Romanick1-69/+72
2009-11-12glsl-lod-bias: Many minor clean-upsIan Romanick1-43/+9
2009-11-12depth-tex-compare: Change expected test resultsIan Romanick1-6/+6
2009-11-12fbo-readpixels: Set texture filter before testing FBO completenessIan Romanick1-2/+3
2009-11-12fbo-readpixels: Remove unused 'type' parameter to test_with_formatIan Romanick1-9/+5
2009-11-10vp-*array*.vpfp: New tests for VP constant handling.Eric Anholt8-0/+384
2009-11-10vp-sge-alias: New test for 965's failure to handle aliasing in SGE.Eric Anholt2-0/+19
2009-11-10vp-exp-alias: Add a test for aliasing of src/dest in EXP.Eric Anholt2-0/+21
2009-11-10[vf]p-two-constants.vpfp: New tests for ADD CONST[0], CONST[1].Eric Anholt3-0/+37
2009-11-09depth-tex-compare: Add extension requirementsIan Romanick1-0/+3
2009-11-09fbo-readpixels: Log status from glCheckFramebufferStatusEXT with error messageIan Romanick1-2/+2
2009-11-09depth-tex-compare: Probe pixels as we drawIan Romanick1-91/+102
2009-11-09depth-tex-compare: Port to piglit-framework.Ian Romanick1-48/+18
2009-11-09depth-tex-compare: Major refactor... use nested loops to draw squaresIan Romanick1-350/+50
2009-11-06glsl-uniform-out-of-bounds: Cast glGetError return values to void.Vinson Lee1-6/+6
2009-11-06shader-load: Fix null dereference when there is an error.Vinson Lee1-1/+4
2009-11-06fp-long-alu: Fix memory leak when test is skipped.Vinson Lee1-1/+3
2009-11-06lodclamp-between: Fix array out-of-bounds access.Vinson Lee1-2/+2
2009-11-06lodclamp: Remove unused variable 'lod'.Vinson Lee1-2/+1
2009-11-06levelclamp.c: New test for base/max level clamping, just like lodclamp.c.Eric Anholt3-0/+199
2009-11-04tex-swizzle: added casts to silence warningsbrian1-5/+5
2009-10-29lodclamp-between: New test to verify that clamping between mip levels works.Eric Anholt3-0/+153
2009-10-29lodclamp: fix a comment from copy'n'paste.Eric Anholt1-2/+2
2009-10-28fp-indirections: Fix memory leak.Vinson Lee1-0/+1
2009-10-28depth-clamp-range: New test for ARB_depth_clamp vs glDepthRange.Eric Anholt3-0/+138
2009-10-28clear-varray-2.0: Use results from piglit_probe_pixel_rgb.Vinson Lee1-3/+3
2009-10-27lodclamp: New test to verify the behavior of GL_TEXTURE_MIN/MAX_LOD.Eric Anholt3-0/+200
2009-10-27cubemap: Handle window resize.Eric Anholt1-12/+2
2009-10-27framework: Update the width/height and viewport on window resize.Eric Anholt1-0/+9
2009-10-27cubemap: convert the test to the framework.Eric Anholt1-43/+15