| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-09-27 | glsl-kwin-blur: Rename to glsl-kwin-blur-2.HEADmaster | Fredrik Höglund | 3 | -3/+3 |
| 2010-09-27 | Add another test for the kwin blur effect that only uses 7 varyings. | Fredrik Höglund | 3 | -0/+236 |
| 2010-09-27 | glsl-kwin-blur: Skip when GL_MAX_VARYING_FLOATS is too low. | Fredrik Höglund | 1 | -1/+9 |
| 2010-09-27 | glsl-kwin-blur: Update the vertex shader to the latest version. | Fredrik Höglund | 1 | -15/+15 |
| 2010-09-27 | fdo30337{a,b}: New tests for radeon presubtract. | Tom Stellard | 3 | -0/+44 |
| 2010-09-25 | fbo-generatemipmap-formats: Define missing symbols if needed. | Vinson Lee | 1 | -0/+35 |
| 2010-09-25 | texwrap: Define GL_TEXTURE_SWIZZLE_RGBA_EXT if not defined. | Vinson Lee | 1 | -0/+3 |
| 2010-09-25 | fbo-generatemipmap-formats: Touch up the interpolation of depth values. | Eric Anholt | 1 | -1/+1 |
| 2010-09-24 | texwrap: test ARB_texture_swizzle too | Marek Olšák | 1 | -17/+77 |
| 2010-09-24 | fbo-generatemipmap-formats: New tests for glGenerateMipmap vs internalformats | Eric Anholt | 5 | -1/+643 |
| 2010-09-24 | util: Fix probe_rect failure when x or y != 0. | Eric Anholt | 1 | -2/+2 |
| 2010-09-24 | util: When skipping a test due to a missing extension, mention the ext. | Eric Anholt | 1 | -0/+1 |
| 2010-09-24 | Fix test glsl-mat-attribute so it works on ATI and nVidia. | Kenneth Graunke | 1 | -0/+3 |
| 2010-09-24 | glean/tfbo: Put lines in the middle of the pixel, not the edge. | Eric Anholt | 1 | -6/+6 |
| 2010-09-24 | glean/tfbo: Properly clean up when the driver reports unsupported. | Eric Anholt | 1 | -2/+9 |
| 2010-09-24 | Add error check for glsl-mat-attribute.vert not being loaded | Ian Romanick | 1 | -0/+4 |
| 2010-09-24 | Fix unnamed formal parameters in CorrectFull.vert | Ian Romanick | 1 | -1/+1 |
| 2010-09-24 | Add test for shaders with matrix attributes | Ian Romanick | 4 | -0/+263 |
| 2010-09-24 | texwrap: change the border color to (0.0, 1.0, 0.5) | Marek Olšák | 1 | -1/+1 |
| 2010-09-22 | util: Fix flipped result of the _rect versions of probe_pixel. | Eric Anholt | 1 | -4/+4 |
| 2010-09-22 | glean/clipFlat: Don't swap in quick mode. | Eric Anholt | 1 | -1/+2 |
| 2010-09-22 | lodbias: Don't swapbuffers in automatic mode. | Eric Anholt | 1 | -2/+4 |
| 2010-09-22 | lodbias: Convert this to the framework. | Eric Anholt | 1 | -91/+84 |
| 2010-09-22 | glean/texCombine: Only swapbuffers in non-quick mode. | Eric Anholt | 1 | -3/+6 |
| 2010-09-21 | builtin-texturematrix: test for gl_TextureMatrix inverse/transpose presence. | Eric Anholt | 2 | -0/+10 |
| 2010-09-20 | glean: Build glean as 32-bit on Mac OS X. | Vinson Lee | 1 | -0/+2 |
| 2010-09-20 | texturing: fix npot tests to not swap before readback. | Dave Airlie | 2 | -2/+3 |
| 2010-09-19 | texwrap: Define GL_RGBA16F and GL_RGBA32F if not defined. | Vinson Lee | 1 | -0/+7 |
| 2010-09-19 | texwrap: Move declaration before code. | Vinson Lee | 1 | -1/+2 |
| 2010-09-19 | texwrap: 62 new tests for wrap modes, texture targets, formats, and more | Marek Olšák | 4 | -304/+947 |
| 2010-09-17 | glsl-derivs-swizzle: new test for derivatives with swizzling | Marek Olšák | 2 | -0/+25 |
| 2010-09-16 | Update glean-fragProg1.tests. | Vinson Lee | 1 | -0/+5 |
| 2010-09-16 | Update glean-glsl1.tests. | Vinson Lee | 1 | -1/+5 |
| 2010-09-16 | glsl1: added function prototype test | Brian Paul | 1 | -0/+21 |
| 2010-09-16 | glsl1: need GLSL 1.30 for precision qualifiers test | Brian Paul | 2 | -8/+13 |
| 2010-09-16 | glsl1: added some new negation tests | Brian Paul | 1 | -0/+30 |
| 2010-09-16 | glsl1: added some casts, #version 1.20 to fix compilation warnings/errors | Brian Paul | 1 | -4/+5 |
| 2010-09-16 | Fix VMware spelling. | Vinson Lee | 2 | -2/+2 |
| 2010-09-16 | fragProg1: add a few more tests (DP3, ADD w/ immediates) | Brian Paul | 1 | -0/+62 |
| 2010-09-16 | glsl1: add another variable-indexed array test | Brian Paul | 1 | -1/+36 |
| 2010-09-12 | Add a test for the kwin blur effect. | Fredrik Höglund | 3 | -0/+264 |
| 2010-09-12 | add GLSL inlining/unroll limit tests, currently failing | Luca Barbieri | 4 | -0/+917 |
| 2010-09-10 | Don't divide by 0 in GLSL | Ian Romanick | 1 | -1/+1 |
| 2010-09-08 | Fix tests/mesa/util compiling | Zhenyu Wang | 1 | -0/+2 |
| 2010-09-08 | Fix several tests that were probing after swapbuffers. | Eric Anholt | 5 | -19/+15 |
| 2010-09-07 | fix all.tests line for new gl_NormalScale test. | Eric Anholt | 1 | -1/+1 |
| 2010-09-07 | glsl-vs-normalscale: New test for gl_NormalScale builtin uniform. | Eric Anholt | 4 | -0/+93 |
| 2010-09-07 | glslparsertest: Exercise ?: operator with array-type results | Ian Romanick | 3 | -0/+39 |
| 2010-09-07 | Add GLSL test for loops nested in nested if-statements | Ian Romanick | 2 | -0/+48 |
| 2010-09-07 | Actually commit the updated glslparser.tests file... | Kenneth Graunke | 1 | -0/+1 |