1. 34075d0 progs/tests: added test for GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  2. 08d145e progs/tests: added conditional rendering test program by Brian Paul · 15 years ago
  3. d13c603 Add 'texture leak' test. by Michel Dänzer · 15 years ago
  4. 3bee761 progs/tests: added new blitfb.c test by Brian Paul · 15 years ago
  5. 76d2ec3 progs/tests: Add tests to Makefile. by Vinson Lee · 15 years ago
  6. 8624880 Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
  7. ba7f45a progs/tests: Add tests for glCompressedTexSubImage by Jakob Bornecrantz · 15 years ago
  8. e99d13b progs/tests: Add yet another mipmap test by Jakob Bornecrantz · 15 years ago
  9. 9038b6c Merge branch 'ext-provoking-vertex' by Brian Paul · 15 years ago
  10. 193177b tests: added persp_hint.c test by Brian Paul · 15 years ago
  11. 5379f35 tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs by Brian Paul · 15 years ago
  12. 0195cc1 tests: prim.c demo, modified for GL_EXT_provoking_vertex by Brian Paul · 15 years ago
  13. ee98ae5 Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
  14. 139f2dd tests: quick and dirty glGetTexImage() test program by Brian Paul · 15 years ago
  15. 283e84b progs/tests: Add some scissor tests by Jakob Bornecrantz · 15 years ago
  16. 1793d5a progs/tests: Add mipmap_comp for mipmap testing with compressed textures by Jakob Bornecrantz · 15 years ago
  17. d61070b demos: move demos/texobj.c to tests/ by Brian Paul · 15 years ago
  18. 22af013 demos: move tests/dinoshade.c to demos/ by Brian Paul · 15 years ago
  19. 49c3e71 demos: move tests/projtex.c to demos/ by Brian Paul · 15 years ago
  20. 292e192 demos: move tests/fbotexture.c to demos/ by Brian Paul · 15 years ago
  21. f47495e demos: move texdown.c to tests/ by Brian Paul · 15 years ago
  22. dfd69a2 demos: move glutfx demo to tests/ by Brian Paul · 15 years ago
  23. 6a495d2 demos: move streaming_rect.c demo to tests/ by Brian Paul · 15 years ago
  24. d60b4f7 mesa: asst. progs/test/Makefile files by Brian Paul · 15 years ago
  25. f02aaa8 tests: add simplest mipgen test by Keith Whitwell · 15 years ago
  26. a528eb5 progs/tests: Update mipmap_limits to show image and colors by Jakob Bornecrantz · 15 years ago
  27. 45b8e76 mesa test prog for ATI_envmap_bumpmap by Roland Scheidegger · 15 years ago
  28. b5d3c17 tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range by Brian Paul · 16 years ago
  29. b6e2dd6 tests: new mapvbo.c test by Brian Paul · 16 years ago
  30. 4df4820 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  31. f977924 tests: test pseudo-XOR blend mode. by Brian Paul · 16 years ago
  32. b0caa10 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  33. b8bfddf demos: updated tests/floattex.c (doesn't work just yet). by Brian Paul · 16 years ago
  34. cc7dd4f Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  35. 90c93bb define new APP_CC configuration variable for building apps/demos/tests by Brian Paul · 16 years ago
  36. 5c459b3 simple quad drawing test by Brian Paul · 16 years ago
  37. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  38. ba34475 tests: Added a test for a strange bug in texstore_a8 by Jakob Bornecrantz · 16 years ago
  39. a6464b3 Never fail `make clean' by Dan Nicholson · 16 years ago
  40. 6d0f9d5 mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil) by Brian Paul · 16 years ago
  41. 544c236 mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT) by Brian Paul · 16 years ago
  42. 792d524 mesa: measure fill rate for drawing a large quad with basic shading/texture modes by Brian · 16 years ago
  43. 227af94 Add a couple of test apps for line/unfilled polygon clipping. by Eric Anholt · 16 years ago
  44. 5456f4f mesa: new mipmap generation, lod bias demo by Brian Paul · 16 years ago
  45. 370eca1 Added calibrate_rast.c program by Brian · 17 years ago
  46. 52e4c8d Test calling glTexSubImage2D mid-way through a frame. by Brian · 17 years ago
  47. f9973b1 Added minmag.c test by Brian · 17 years ago
  48. 3955bbc Added minmag.c test by Brian · 17 years ago
  49. 239be83 Add a test program to test for assorted bugs in shader_api.c by Bruce Merry · 17 years ago
  50. 46c4056 add simple test for two-sided stencil functionality by Roland Scheidegger · 17 years ago
  51. 5786419 test that point/line/quad rendering hits the right pixels by Brian · 17 years ago
  52. c05aa5e specify app lib dependencies in Makefiles (patch 1/3) by Dan Nicholson · 17 years ago
  53. 2a3e338 add support for LDFLAGS env var by Dan Nicholson · 17 years ago
  54. 56af8fd Fix progs/tests/ build with BSD make. by Eric Anholt · 17 years ago
  55. 6a3ed5e Random state-change / primitive rendering. Good for hammering on a driver... by Brian · 17 years ago
  56. 2f61cbd Add simple program to test GL_MESA_texture_array. by Ian Romanick · 17 years ago
  57. d2a6f43 extra stuff for drawbuffers test by Brian · 18 years ago
  58. 3f7ef61 added drawbuffers.c by Brian · 18 years ago
  59. 54d3ab4 npot version of redbook/mipmap.c by Keith Whitwell · 18 years ago
  60. 5208d93 Add test for GL_EXT_gpu_program_parameters. by Ian Romanick · 18 years ago
  61. ee34e6e Add support for GL_APPLE_vertex_array_object. Several test programs by Ian Romanick · 18 years ago
  62. aecd02b simple texture compression test by Brian Paul · 18 years ago
  63. bb2dd38 Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL. by Brian Paul · 18 years ago
  64. 3adee08 test glReadPixels speed w/ various formats/types, PBOs by Brian Paul · 18 years ago
  65. 5820f79 Build test for bugzilla #3050 by Ian Romanick · 19 years ago
  66. 6a36407 added more tests (Pedro Maia) by Brian Paul · 19 years ago
  67. 7766726 Test glTexSubImage and glCopyTexSubImage rate. by Brian Paul · 19 years ago
  68. 32a6468 copypixrate.c - measure the speed of glCopyPixels. by Brian Paul · 19 years ago
  69. e5700a1 Simple test of glInterleavedArrays functionality. by Ian Romanick · 19 years ago
  70. d7d41ce Add new test "texfilt". This test is a cousin to texwrap. Instead of by Ian Romanick · 19 years ago
  71. 896735e Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I by Eric Anholt · 19 years ago
  72. 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
  73. b462855 Add simple regression test for bugzilla #3195. by Ian Romanick · 19 years ago
  74. 259f096 Add regression test for bug #3101. by Ian Romanick · 19 years ago
  75. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 19 years ago
  76. 4ea4589 Simple test for GL_MESA_pack_invert. by Ian Romanick · 20 years ago
  77. 816c0c9 Simple test for ARB_texture_env_crossbar functionality. It is difficult by Ian Romanick · 20 years ago
  78. 31fb764 added texobjshare.c by Brian Paul · 20 years ago
  79. cb7f212 Add EXT_stencil_wrap test that doesn't depend on stencil read-back functioning. by Ian Romanick · 20 years ago
  80. 7520e25 Updated getprocaddress test to use gl_API.xml instead of old APIspec file. by Brian Paul · 20 years ago
  81. af0a469 Add simple test program for Mesa bug #1028405. by Ian Romanick · 20 years ago
  82. 46bc595 Test program to check that packed pixel formats work as expected with by Brian Paul · 20 years ago
  83. 5f6691f Added simple EXT_blend_minmax test. by Ian Romanick · 20 years ago
  84. d2f18ec Added simple NV_blend_square test. by Ian Romanick · 20 years ago
  85. 384800f assorted fixes by Brian Paul · 20 years ago
  86. 66fdc3c added floattex.c to test floating point textures by Brian Paul · 20 years ago
  87. f693b1d removed non-existant arbfpwpos.c, added UTIL_FILES target by Brian Paul · 20 years ago
  88. 6fb2356 Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile by Keith Whitwell · 20 years ago
  89. 32aee1f added zreaddraw.c by Brian Paul · 20 years ago
  90. 62d3309 no depend file by Brian Paul · 20 years ago
  91. 5c2040c minor fixes by Brian Paul · 20 years ago
  92. d6de4d8 new Makefile by Brian Paul · 20 years ago
  93. 7c81943 Rename Makefile to Makefile.X11, add depend support by Jon Smirl · 21 years ago
  94. 9a2121c update for new directory tree by Brian Paul · 21 years ago
  95. 27358a2 move LoadYUVImage into readtex.c by Keith Whitwell · 21 years ago
  96. add99d0 added fptest1, fptexture, texrect, etc by Brian Paul · 21 years ago
  97. aa80f05 multisample / polygon smooth test by Brian Paul · 22 years ago
  98. d1efbf0 implemented automatic code gen and individual function validation by Brian Paul · 22 years ago
  99. 3648152 simple GL_EXT_stencil_wrap test program by Brian Paul · 22 years ago
  100. a0f923d Add missing items from .cvsignore files, tests/Makefile by Gareth Hughes · 23 years ago