| Commit message (Expand) | Author | Age | Files | Lines |
* | glBindTexture changes, new assertions | Brian Paul | 2005-10-04 | 1 | -2/+6 |
* | fix glIsRender/FramebufferEXT() assertions | Brian Paul | 2005-10-04 | 2 | -5/+5 |
* | Committing in . | Jouk Jansen | 2005-09-23 | 1 | -1/+1 |
* | silence warning | Brian Paul | 2005-09-15 | 1 | -1/+2 |
* | new demo to test ATI_fragment_shader, not very creative but easy to know if t... | Roland Scheidegger | 2005-09-10 | 2 | -0/+478 |
* | make tiles a little smaller so they're all visible | Brian Paul | 2005-08-25 | 1 | -10/+11 |
* | Add simple regression test for bugzilla #3195. | Ian Romanick | 2005-08-18 | 2 | -0/+282 |
* | test the standard stencil op modes too (Philipp Klaus Krause) | Brian Paul | 2005-08-15 | 1 | -50/+141 |
* | Put back the glPopMatrix. This test was derived from blendminmax.c. | Ian Romanick | 2005-07-07 | 1 | -0/+2 |
* | Correct the comments in the file headers. Oops. | Ian Romanick | 2005-07-07 | 1 | -6/+6 |
* | Add regression test for bug #3101. | Ian Romanick | 2005-07-07 | 2 | -0/+127 |
* | added some glGetRenderbufferParameterivEXT calls, printfs, and assertions | Brian Paul | 2005-07-01 | 2 | -0/+21 |
* | Ignore files generated as part of the build process. | Ian Romanick | 2005-06-24 | 1 | -0/+2 |
* | Mammoth update to the Python code generator scripts that live in | Ian Romanick | 2005-06-21 | 1 | -32/+30 |
* | Use the 1.3 names for FogCoord* | Adam Jackson | 2005-05-20 | 1 | -2/+2 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 4 | -0/+448 |
* | If setting GL_PACK_INVERT_MESA results in a GL error, log it. | Ian Romanick | 2005-03-14 | 1 | -0/+15 |
* | Simple test for GL_MESA_pack_invert. | Ian Romanick | 2005-02-14 | 2 | -0/+187 |
* | Simple test for ARB_texture_env_crossbar functionality. It is difficult | Ian Romanick | 2005-02-09 | 2 | -0/+236 |
* | reenable some assertions | Brian Paul | 2005-01-24 | 1 | -2/+2 |
* | added texobjshare.c | Brian Paul | 2005-01-19 | 1 | -0/+1 |
* | test program for texture sharing, deleting, etc | Brian Paul | 2005-01-19 | 1 | -0/+219 |
* | glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ... | Daniel Borca | 2005-01-19 | 1 | -0/+14 |
* | Fix a couple of glitches | Keith Whitwell | 2004-12-10 | 1 | -5/+6 |
* | Demonstrate using a color matrix for yuv-to-rgb conversion at texture | Keith Whitwell | 2004-12-08 | 1 | -0/+32 |
* | Prevent possible divide-by-zero error. | Ian Romanick | 2004-12-01 | 1 | -4/+7 |
* | EXT_422_pixels test | Keith Whitwell | 2004-11-30 | 1 | -0/+225 |
* | silence warnings | Brian Paul | 2004-11-27 | 2 | -16/+18 |
* | Add EXT_stencil_wrap test that doesn't depend on stencil read-back | Ian Romanick | 2004-11-04 | 2 | -0/+258 |
* | unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! | Brian Paul | 2004-10-31 | 1 | -0/+2 |
* | remove debug code | Brian Paul | 2004-10-29 | 1 | -2/+2 |
* | Updated getprocaddress test to use gl_API.xml instead of old APIspec file. | Brian Paul | 2004-10-29 | 2 | -69/+68 |
* | Add simple test program for Mesa bug #1028405. | Ian Romanick | 2004-10-08 | 2 | -0/+98 |
* | moved to demos/ directory | Brian Paul | 2004-09-24 | 2 | -577/+0 |
* | removed hacked GL tokens, fixed a printf | Brian Paul | 2004-09-23 | 1 | -9/+1 |
* | minor tweaks | Brian Paul | 2004-08-10 | 1 | -1/+3 |
* | make sure Q has a good value before drawing a sample | Brian Paul | 2004-06-28 | 1 | -5/+5 |
* | new test which uses mixed texgen/non-texgen texture coordinates to exhibit po... | Roland Scheidegger | 2004-06-25 | 1 | -0/+640 |
* | Make the test check for core GL version 1.3 in addition to testing for | Ian Romanick | 2004-06-17 | 1 | -2/+22 |
* | Minor code simplification. | Ian Romanick | 2004-05-26 | 1 | -12/+9 |
* | Test the overhead of just calling a GL function. The Python script is | Ian Romanick | 2004-05-26 | 2 | -0/+289 |
* | Test program to check that packed pixel formats work as expected with | Brian Paul | 2004-05-12 | 2 | -0/+300 |
* | Added a 4th square to the output. Expanded the message written to the | Ian Romanick | 2004-05-11 | 1 | -6/+31 |
* | Added simple EXT_blend_minmax test. | Ian Romanick | 2004-05-11 | 2 | -0/+210 |
* | Added simple NV_blend_square test. | Ian Romanick | 2004-05-11 | 2 | -0/+154 |
* | Added menu options to test border modes and linear/nearest filtering. | Brian Paul | 2004-05-06 | 1 | -7/+70 |
* | texture compression: getting warmer | Daniel Borca | 2004-05-04 | 1 | -0/+2 |
* | FXT1 preparations | Daniel Borca | 2004-04-29 | 1 | -0/+3 |
* | assorted fixes | Brian Paul | 2004-04-23 | 4 | -4/+1 |
* | added floattex.c to test floating point textures | Brian Paul | 2004-04-22 | 2 | -0/+171 |