1. 4df4820 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  2. f977924 tests: test pseudo-XOR blend mode. by Brian Paul · 16 years ago
  3. b0caa10 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  4. b8bfddf demos: updated tests/floattex.c (doesn't work just yet). by Brian Paul · 16 years ago
  5. 19e4222 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  6. 90246d3 mesa: fix version check in dinoshade.c by Brian Paul · 16 years ago
  7. 90027f8 CELL: two-sided stencil fixes by Robert Ellison · 16 years ago
  8. 3a40dee Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  9. 45efcc4 Remove CVS keywords. by Keith Whitwell · 16 years ago
  10. a9004cc destroy window on exit by Brian Paul · 16 years ago
  11. cc7dd4f Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  12. 90c93bb define new APP_CC configuration variable for building apps/demos/tests by Brian Paul · 16 years ago
  13. 5c459b3 simple quad drawing test by Brian Paul · 16 years ago
  14. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  15. 2ce4b98 press 'm' to toggle multisample enable/disable by Brian Paul · 16 years ago
  16. ba34475 tests: Added a test for a strange bug in texstore_a8 by Jakob Bornecrantz · 16 years ago
  17. 77ce568 Remove CVS keywords. by José Fonseca · 16 years ago
  18. 019fc3a Merge branch 'gallium-0.1' into gallium-tex-surfaces by Michel Dänzer · 16 years ago
  19. f869ddf add new binaries to ignore to make 'git status' cleaner by Zack Rusin · 16 years ago
  20. 0a4867b Ignore more generated files in progs/ by Dan Nicholson · 17 years ago
  21. 4566880 disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer by Brian Paul · 16 years ago
  22. 79e5769 disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer by Brian Paul · 16 years ago
  23. a6464b3 Never fail `make clean' by Dan Nicholson · 16 years ago
  24. bc57a7c Press <space> to reset limit/bias values, clean-up limit/bias printf by Brian Paul · 16 years ago
  25. 9770995 Press <space> to reset limit/bias values, clean-up limit/bias printf by Brian Paul · 16 years ago
  26. 522f11b set TextureID = NULL after deleting the array by Brian Paul · 16 years ago
  27. 059ab50 mesa: explicitly delete textures before creating new ones by Brian Paul · 16 years ago
  28. 6d0f9d5 mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil) by Brian Paul · 16 years ago
  29. 544c236 mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT) by Brian Paul · 17 years ago
  30. cdbfae9 test glStencilFuncSeparateATI() by Brian · 17 years ago
  31. 7f40115 mesa: added a cast to avoid int overflow, plus rename texels->pixels by Brian · 17 years ago
  32. 792d524 mesa: measure fill rate for drawing a large quad with basic shading/texture modes by Brian · 17 years ago
  33. 227af94 Add a couple of test apps for line/unfilled polygon clipping. by Eric Anholt · 17 years ago
  34. 74525d4 mesa: minor code re-org by Brian Paul · 17 years ago
  35. ba31cf6 better text labels by Brian Paul · 17 years ago
  36. 5456f4f mesa: new mipmap generation, lod bias demo by Brian Paul · 17 years ago
  37. 370eca1 Added calibrate_rast.c program by Brian · 17 years ago
  38. 2d38d1b Remove files of unsupported build systems. by José Fonseca · 17 years ago
  39. 52e4c8d Test calling glTexSubImage2D mid-way through a frame. by Brian · 17 years ago
  40. f9973b1 Added minmag.c test by Brian · 17 years ago
  41. 3955bbc Added minmag.c test by Brian · 17 years ago
  42. be54b49 Fix broken test. by Brian · 17 years ago
  43. 22ab7fa Fix broken test. by Brian · 17 years ago
  44. cf94941 Set Min/MaxLod with glTexParameterf, not glTexParameteri by Brian · 17 years ago
  45. edc7cfa Set Min/MaxLod with glTexParameterf, not glTexParameteri by Brian · 17 years ago
  46. 74c32ee tweak incr/decrements amounts for keyboard options by Brian · 17 years ago
  47. fb3ca7e tweak incr/decrements amounts for keyboard options by Brian · 17 years ago
  48. 745df74 Include glext.h in the cva test so that it actually uses CVAs. by Eric Anholt · 17 years ago
  49. 2bf2a8c Convert to 0/1 when setting boolean uniforms by Bruce Merry · 17 years ago
  50. 239be83 Add a test program to test for assorted bugs in shader_api.c by Bruce Merry · 17 years ago
  51. 46c4056 add simple test for two-sided stencil functionality by Roland Scheidegger · 17 years ago
  52. df198d2 added culling/wireframe options by Brian · 17 years ago
  53. ccb1c9d Print point/line size range limits by Brian · 17 years ago
  54. 5786419 test that point/line/quad rendering hits the right pixels by Brian · 17 years ago
  55. 8b8a970 test glStencilFuncSeparateATI() by Brian · 17 years ago
  56. 918ea51 Rename 'mms-config.' to 'mms.config'. by Michal Krol · 17 years ago
  57. c05aa5e specify app lib dependencies in Makefiles (patch 1/3) by Dan Nicholson · 17 years ago
  58. b182613 Ignore more generated files in progs/ by Dan Nicholson · 17 years ago
  59. 2a3e338 add support for LDFLAGS env var by Dan Nicholson · 17 years ago
  60. 56af8fd Fix progs/tests/ build with BSD make. by Eric Anholt · 17 years ago
  61. b74140d Update .gitignore for tests and xdemos. by Eric Anholt · 17 years ago
  62. 9bb0d62 Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h. by Eric Anholt · 17 years ago
  63. 6a3ed5e Random state-change / primitive rendering. Good for hammering on a driver... by Brian · 17 years ago
  64. 39d221e fix glReadPixels parameters to handle odd-width windows correctly by Brian · 17 years ago
  65. 5e9cff0 disable shader program before glDrawPixels by Brian · 17 years ago
  66. 2f61cbd Add simple program to test GL_MESA_texture_array. by Ian Romanick · 17 years ago
  67. d619cce merge of glsl-compiler-1 branch by Brian · 18 years ago
  68. 6fda763 destroy window on exit by Brian · 18 years ago
  69. d2a6f43 extra stuff for drawbuffers test by Brian · 18 years ago
  70. 3f7ef61 added drawbuffers.c by Brian · 18 years ago
  71. ccb80d7 Test the GL_ARB_draw_buffers extension. by Brian · 18 years ago
  72. 2282d81 destroy window during cleanup by Brian · 18 years ago
  73. d592eae fix clipping, display name, warnings by Brian · 18 years ago
  74. 78a6e05 mipmap_limits: Fix display of current texture filtering mode. by Michel Dänzer · 18 years ago
  75. 14f9263 Make git ignore files only generated at build time. by Michel Dänzer · 18 years ago
  76. 22b74ff fix the gl version test by Roland Scheidegger · 18 years ago
  77. 036173e test OpenGL 2.0 stencil funcs by Brian Paul · 18 years ago
  78. 54d3ab4 npot version of redbook/mipmap.c by Keith Whitwell · 18 years ago
  79. c6f8176 make prog2 a legal program (texture reference fix) by Brian Paul · 18 years ago
  80. 0c46a12 delete buffers, destroy window upon exit by Brian Paul · 18 years ago
  81. 5208d93 Add test for GL_EXT_gpu_program_parameters. by Ian Romanick · 18 years ago
  82. 5fb9f80 exercise min/max lod by Keith Whitwell · 18 years ago
  83. 942b5b7 exercise position invarient vertex program by Keith Whitwell · 18 years ago
  84. 18d0efb removed incorrect const qualifier by Brian Paul · 18 years ago
  85. ee34e6e Add support for GL_APPLE_vertex_array_object. Several test programs by Ian Romanick · 18 years ago
  86. 1ec9b5a fix extension_supported() function, added comments by Brian Paul · 18 years ago
  87. 4e470db print 2D vs 3D in window by Brian Paul · 18 years ago
  88. 5ec34f0 also test 3D textures (press '2'/'3' to toggle) by Brian Paul · 18 years ago
  89. fa489dd simplify image setup code, added LOD Bias control (l/L keys) by Brian Paul · 18 years ago
  90. aecd02b simple texture compression test by Brian Paul · 18 years ago
  91. bb2dd38 Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL. by Brian Paul · 18 years ago
  92. 9ecd280 fptest1 requires GL_NV_fragment_program by Tilman Sauerbeck · 18 years ago
  93. a95dd10 fix indentation by Brian Paul · 18 years ago
  94. fb87976 use vertex.attrib[3] instead of vertex.color by Brian Paul · 18 years ago
  95. 8743d00 s/NV/ARB/ by Brian Paul · 18 years ago
  96. 28bc3cd another simple FBO test by Brian Paul · 18 years ago
  97. 3adee08 test glReadPixels speed w/ various formats/types, PBOs by Brian Paul · 18 years ago
  98. 1d886a8 If the image file is RGB, convert to RGBA (fixes segfault). by Brian Paul · 18 years ago
  99. 6494541 lots of debug options, some code movement, etc by Brian Paul · 19 years ago
  100. 448d233 Display the correct bug number in the information text. by Ian Romanick · 19 years ago