- 6494541 lots of debug options, some code movement, etc by Brian Paul · 19 years ago
- 448d233 Display the correct bug number in the information text. by Ian Romanick · 19 years ago
- 66df173 Don't try to bind to proxy texture target. This is defined by the spec to be by Ian Romanick · 19 years ago
- 5820f79 Build test for bugzilla #3050 by Ian Romanick · 19 years ago
- 780d270 Test case for bugzilla #3050. by Ian Romanick · 19 years ago
- 81b8aa9 test glBlitFramebufferEXT w/ -blit flag by Brian Paul · 19 years ago
- 4b4cc65 updated comment by Brian Paul · 19 years ago
- 781c54a silence warning about duplicate M_PI definition by Brian Paul · 19 years ago
- 6a36407 added more tests (Pedro Maia) by Brian Paul · 19 years ago
- 0b3c2a9 Don't do swapbuffers if -nodraw specified. Get t0 after setup code. by Brian Paul · 19 years ago
- 7766726 Test glTexSubImage and glCopyTexSubImage rate. by Brian Paul · 19 years ago
- 32a6468 copypixrate.c - measure the speed of glCopyPixels. by Brian Paul · 19 years ago
- f81c78f delete frame/renderbuffers upon exit, more error checking by Brian Paul · 19 years ago
- 32fe233 added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objects by Brian Paul · 19 years ago
- 5ef524c Two subtle things missed on the previous commit. by Ian Romanick · 19 years ago
- a163256 Add the ability for interleave to test passing invalid format enums by Ian Romanick · 19 years ago
- e5700a1 Simple test of glInterleavedArrays functionality. by Ian Romanick · 19 years ago
- d7d41ce Add new test "texfilt". This test is a cousin to texwrap. Instead of by Ian Romanick · 19 years ago
- 9eaed117 Add built programs to .cvsignore. by Eric Anholt · 19 years ago
- 896735e Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I by Eric Anholt · 19 years ago
- cf085db Query/print GL_RED/GREEN/BLUE/ALPHA_BITS by Brian Paul · 19 years ago
- 7edf1e8 glBindTexture changes, new assertions by Brian Paul · 19 years ago
- 9e920fb fix glIsRender/FramebufferEXT() assertions by Brian Paul · 19 years ago
- d997b90 by Jouk Jansen · 19 years ago
- e64874a silence warning by Brian Paul · 19 years ago
- 0ca6715 new demo to test ATI_fragment_shader, not very creative but easy to know if the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200. by Roland Scheidegger · 19 years ago
- d545d91 make tiles a little smaller so they're all visible by Brian Paul · 19 years ago
- b462855 Add simple regression test for bugzilla #3195. by Ian Romanick · 19 years ago
- c2c2600 test the standard stencil op modes too (Philipp Klaus Krause) by Brian Paul · 19 years ago
- 38e2fa3 Put back the glPopMatrix. This test was derived from blendminmax.c. by Ian Romanick · 19 years ago
- 2550844 Correct the comments in the file headers. Oops. by Ian Romanick · 19 years ago
- 259f096 Add regression test for bug #3101. by Ian Romanick · 19 years ago
- 58a9573 added some glGetRenderbufferParameterivEXT calls, printfs, and assertions by Brian Paul · 19 years ago
- 4e1aae6 Ignore files generated as part of the build process. by Ian Romanick · 19 years ago
- 66a5548 Mammoth update to the Python code generator scripts that live in by Ian Romanick · 19 years ago
- 8f8e0f0 Use the 1.3 names for FogCoord* by Adam Jackson · 19 years ago
- e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 20 years ago
- 7457a64 If setting GL_PACK_INVERT_MESA results in a GL error, log it. by Ian Romanick · 20 years ago
- 4ea4589 Simple test for GL_MESA_pack_invert. by Ian Romanick · 20 years ago
- 816c0c9 Simple test for ARB_texture_env_crossbar functionality. It is difficult by Ian Romanick · 20 years ago
- 5c6b391 reenable some assertions by Brian Paul · 20 years ago
- 31fb764 added texobjshare.c by Brian Paul · 20 years ago
- 4f6d9aa test program for texture sharing, deleting, etc by Brian Paul · 20 years ago
- 9ebce91 glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must have all other attributes already set). by Daniel Borca · 20 years ago
- 5aa1a11 Fix a couple of glitches by Keith Whitwell · 20 years ago
- e5aa3dd Demonstrate using a color matrix for yuv-to-rgb conversion at texture by Keith Whitwell · 20 years ago
- 596ccff Prevent possible divide-by-zero error. by Ian Romanick · 20 years ago
- 4f144b6 EXT_422_pixels test by Keith Whitwell · 20 years ago
- 0699b0b silence warnings by Brian Paul · 20 years ago
- cb7f212 Add EXT_stencil_wrap test that doesn't depend on stencil read-back functioning. by Ian Romanick · 20 years ago
- c6136ea unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! by Brian Paul · 20 years ago
- 9ae96a5 remove debug code by Brian Paul · 20 years ago
- 7520e25 Updated getprocaddress test to use gl_API.xml instead of old APIspec file. by Brian Paul · 20 years ago
- af0a469 Add simple test program for Mesa bug #1028405. by Ian Romanick · 20 years ago
- b45aaa2 moved to demos/ directory by Brian Paul · 20 years ago
- 1fd4a55 removed hacked GL tokens, fixed a printf by Brian Paul · 20 years ago
- 47a6749 minor tweaks by Brian Paul · 20 years ago
- 625a339 make sure Q has a good value before drawing a sample by Brian Paul · 20 years ago
- a09db0a new test which uses mixed texgen/non-texgen texture coordinates to exhibit potential bugs in hardware drivers by Roland Scheidegger · 20 years ago
- fb75ca1 Make the test check for core GL version 1.3 in addition to testing for by Ian Romanick · 20 years ago
- 77bbbb3 Minor code simplification. by Ian Romanick · 20 years ago
- 63b2e42 Test the overhead of just calling a GL function. The Python script is by Ian Romanick · 20 years ago
- 46bc595 Test program to check that packed pixel formats work as expected with by Brian Paul · 20 years ago
- 939f6a7 Added a 4th square to the output. Expanded the message written to the console. by Ian Romanick · 20 years ago
- 5f6691f Added simple EXT_blend_minmax test. by Ian Romanick · 20 years ago
- d2f18ec Added simple NV_blend_square test. by Ian Romanick · 20 years ago
- 1229100 Added menu options to test border modes and linear/nearest filtering. by Brian Paul · 21 years ago
- 33ffbd1 texture compression: getting warmer by Daniel Borca · 21 years ago
- c35dcfc FXT1 preparations by Daniel Borca · 21 years ago
- 384800f assorted fixes by Brian Paul · 21 years ago
- 66fdc3c added floattex.c to test floating point textures by Brian Paul · 21 years ago
- 362f1df obsolete by Brian Paul · 21 years ago
- f693b1d removed non-existant arbfpwpos.c, added UTIL_FILES target by Brian Paul · 21 years ago
- 51060af hack to use glTexCoord4f and Q variable to test projective texcoords by Brian Paul · 21 years ago
- 6fb2356 Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile by Keith Whitwell · 21 years ago
- 32aee1f added zreaddraw.c by Brian Paul · 21 years ago
- 62d3309 no depend file by Brian Paul · 21 years ago
- 5c2040c minor fixes by Brian Paul · 21 years ago
- d6de4d8 new Makefile by Brian Paul · 21 years ago
- b87c5d0 added some code to test buffer deletion by Brian Paul · 21 years ago
- 04da5ce test of aux buffer rendering by Brian Paul · 21 years ago
- 746e59f GL_EXT_pixel_buffer_object test by Brian Paul · 21 years ago
- 64d6dda remove incorrect negation in fog coord computation by Brian Paul · 21 years ago
- 72aeea4 Use quads instead of lines to ensure this is testing stencil functionality by Keith Whitwell · 21 years ago
- c9e1c80 added display list option (l key) by Brian Paul · 21 years ago
- 27ec7a5 add vparray.c, fix indentation by Brian Paul · 21 years ago
- 919404f enable program and arrays by default, minor clean-ups by Brian Paul · 21 years ago
- 29b2ced fix printf warnings by Alan Hourihane · 21 years ago
- 469d1b0 Add glutInitWindowPosition call by Keith Whitwell · 21 years ago
- ab41a96 Add tests for ARB_fp trig instructions and also for 1D texturing by Keith Whitwell · 21 years ago
- a8a4ad4 by Karl Rasche · 21 years ago
- 93c2dac by Karl Rasche · 21 years ago
- 58f88a2 by Jouk Jansen · 21 years ago
- 9b0dcfd s/inverse/invtrans.. whoopsie by Karl Rasche · 21 years ago
- dda09a6 by Karl Rasche · 21 years ago
- 15955f1 by Karl Rasche · 21 years ago
- 4814d79 by Karl Rasche · 21 years ago
- 8525fae build fixes, rh9 by Keith Whitwell · 21 years ago
- 08e6fb3 texture compression testbed by Daniel Borca · 21 years ago
- 35b52c7 added more debug code and tests by Brian Paul · 21 years ago