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