1. 166957a progs/tests: Use rand() instead of random(). by José Fonseca · 15 years ago
  2. 699260b progs/tests: Use rand() instead of random(). by José Fonseca · 15 years ago
  3. 60b6c74 prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  4. ea862ec prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  5. 96fd13c prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  6. cbf46ed progs/perf: Fix MSVC build. by Vinson Lee · 15 years ago
  7. 76d2ec3 progs/tests: Add tests to Makefile. by Vinson Lee · 15 years ago
  8. f7455ad progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  9. 5b4c0b8 Merge branch 'mesa_7_6_branch' by Nicolai Hähnle · 15 years ago
  10. 4b3cbec progs/test: Fix MSVC build. by Vinson Lee · 15 years ago
  11. 9c778a9 progs/tests: fix MSVC build. by Vinson Lee · 15 years ago
  12. 653ae04 progs/tests: print usage info upon SPACE/u by Brian Paul · 15 years ago
  13. c8de476 progs/tests: re-indent mipmap_limits.c by Brian Paul · 15 years ago
  14. 284d3b2 progs/tests: exercise display lists and pixelstore by Brian Paul · 15 years ago
  15. 8947cf6 progs/tests: added Z invert option by Brian Paul · 15 years ago
  16. 375a6b4 progs/tests: re-enable exit() call by Brian Paul · 15 years ago
  17. ea26f28 tests/texcmp: glewInit in wrong place by Dave Airlie · 15 years ago
  18. b3232e9 progs/tests: disable depth test for second glDrawPixels by Brian Paul · 15 years ago
  19. d09a19b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  20. 6d55fd7 progs/tests: hack a PBO/dlist test by Brian Paul · 15 years ago
  21. fdfb0d4 progs/glsl: change uniform_info::type field to use GLSL vector types by Brian Paul · 15 years ago
  22. af3d7f6 demos: call SetUniformValues() by Brian Paul · 15 years ago
  23. 2caec74 tests: have getprocaddress return a return code by Robert Ellison · 15 years ago
  24. 99d5139 mesa: improve getprocaddress test by Robert Ellison · 15 years ago
  25. 0abc9e7 tests: also test xoffset in texcompsub test by Roland Scheidegger · 15 years ago
  26. cd7a822 tests/getteximage: test more texture sizes, including npot by Brian Paul · 15 years ago
  27. 783a93a tests: glGetTexImage() test by Brian Paul · 15 years ago
  28. 26e58a4 progs/tests: Use compressed texture in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  29. b0a1758 progs/tests: Tests more views in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  30. a36b998 progs/tests: Add yet another mipmap test by Jakob Bornecrantz · 15 years ago
  31. 820436f demos: use glEnable/DisableClientState() for vertex arrays by Brian Paul · 15 years ago
  32. eb33c0a progs/tests: Use compressed texture in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  33. 9982821 progs/tests: Tests more views in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  34. 8624880 Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
  35. ba7f45a progs/tests: Add tests for glCompressedTexSubImage by Jakob Bornecrantz · 15 years ago
  36. 0e1abce progs/tests: Use opaque colors. by José Fonseca · 15 years ago
  37. f57280c Merge branch 'arb_vertex_array_object' by Brian Paul · 15 years ago
  38. 31618f1 tests: update bufferobj.c to test GL_ARB_vertex_array_object by Brian Paul · 15 years ago
  39. 9038b6c Merge branch 'ext-provoking-vertex' by Brian Paul · 15 years ago
  40. 8d48222 Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  41. e99d13b progs/tests: Add yet another mipmap test by Jakob Bornecrantz · 15 years ago
  42. 193177b tests: added persp_hint.c test by Brian Paul · 15 years ago
  43. 5379f35 tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs by Brian Paul · 15 years ago
  44. 0195cc1 tests: prim.c demo, modified for GL_EXT_provoking_vertex by Brian Paul · 15 years ago
  45. 39fd180 tests: need tkmap.c for prim.c by Brian Paul · 15 years ago
  46. ee98ae5 Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
  47. 29c79a0 tests: check for GL_EXT/ARB_framebuffer_object by Brian Paul · 15 years ago
  48. 073c20b tests: also test glGetTexImage with render to texture by Brian Paul · 15 years ago
  49. 139f2dd tests: quick and dirty glGetTexImage() test program by Brian Paul · 15 years ago
  50. 283e84b progs/tests: Add some scissor tests by Jakob Bornecrantz · 15 years ago
  51. 289dc69 progs/tests: Update ignores by Jakob Bornecrantz · 15 years ago
  52. 1793d5a progs/tests: Add mipmap_comp for mipmap testing with compressed textures by Jakob Bornecrantz · 15 years ago
  53. e0d5ff1 demos: asst. updates, clean-ups by Brian Paul · 15 years ago
  54. 510a44e tests/mipmap_view: add a bunch of keystrokes for testing render-to-texture by Keith Whitwell · 15 years ago
  55. dad1c1b demos: check that GL version is 2.0 or higher by Brian Paul · 15 years ago
  56. d017749 mesa/progs: fix scons build after recent demo moves by Keith Whitwell · 15 years ago
  57. 70588fc tests/mipmap_view: add linear/nearest key by Keith Whitwell · 15 years ago
  58. d61070b demos: move demos/texobj.c to tests/ by Brian Paul · 15 years ago
  59. 30e80f6 demos: move demos/occlude.c (old HP extension) to tests by Brian Paul · 15 years ago
  60. 22af013 demos: move tests/dinoshade.c to demos/ by Brian Paul · 15 years ago
  61. 49c3e71 demos: move tests/projtex.c to demos/ by Brian Paul · 15 years ago
  62. 292e192 demos: move tests/fbotexture.c to demos/ by Brian Paul · 15 years ago
  63. f47495e demos: move texdown.c to tests/ by Brian Paul · 15 years ago
  64. dfd69a2 demos: move glutfx demo to tests/ by Brian Paul · 15 years ago
  65. 6a495d2 demos: move streaming_rect.c demo to tests/ by Brian Paul · 15 years ago
  66. 3e750ce demos: fix incorrect assertion by Brian Paul · 15 years ago
  67. 2bf326a demos: fix usage text by Brian Paul · 15 years ago
  68. 90c880f demos: move glewInit() call, fixes crash/bug 21247 by Brian Paul · 15 years ago
  69. 047efcd demos: move glewInit() after glutCreateWindow() by Brian Paul · 15 years ago
  70. 82e92ee progs/tests: Make texcompress2 get texture by Jakob Bornecrantz · 15 years ago
  71. d60b4f7 mesa: asst. progs/test/Makefile files by Brian Paul · 15 years ago
  72. 29a1ed5 progs: Ignores by Jakob Bornecrantz · 15 years ago
  73. 39320c1 progs/tests: Build texcompress2 with scons by Jakob Bornecrantz · 15 years ago
  74. f02aaa8 tests: add simplest mipgen test by Keith Whitwell · 15 years ago
  75. a528eb5 progs/tests: Update mipmap_limits to show image and colors by Jakob Bornecrantz · 15 years ago
  76. 2004b99 progs/tests: Ignores by Jakob Bornecrantz · 15 years ago
  77. 4626e57 demos: fix typo by Brian Paul · 15 years ago
  78. 45b8e76 mesa test prog for ATI_envmap_bumpmap by Roland Scheidegger · 15 years ago
  79. a58065d progs/tests: compile with SCons and glew by Keith Whitwell · 15 years ago
  80. b5d3c17 tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range by Brian Paul · 15 years ago
  81. 07f96a6 demos: fix renderbuffer leak in progs/tests/fbotexture.c by Brian Paul · 15 years ago
  82. b6e2dd6 tests: new mapvbo.c test by Brian Paul · 15 years ago
  83. c710077 demos: add a fourth test case to VBO test for position/color in different VBOs by Brian Paul · 15 years ago
  84. b6ad7c8 demos: minor updates for shader_api.c test by Brian Paul · 15 years ago
  85. e97681c mesa: merge gallium-0.2 into gallium-master-merge by Brian Paul · 15 years ago
  86. dd22f6f demos: modify bufferobj.c to exercise interleaved vertex arrays by Brian Paul · 15 years ago
  87. 0906f47 demos: revamp the fbotexture.c demo by Brian Paul · 16 years ago
  88. aed7403 demos: updated FBO tests to for ARB_fbo by Brian Paul · 16 years ago
  89. 4df4820 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  90. f977924 tests: test pseudo-XOR blend mode. by Brian Paul · 16 years ago
  91. b0caa10 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  92. b8bfddf demos: updated tests/floattex.c (doesn't work just yet). by Brian Paul · 16 years ago
  93. 19e4222 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  94. 90246d3 mesa: fix version check in dinoshade.c by Brian Paul · 16 years ago
  95. 90027f8 CELL: two-sided stencil fixes by Robert Ellison · 16 years ago
  96. 3a40dee Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  97. 45efcc4 Remove CVS keywords. by Keith Whitwell · 16 years ago
  98. a9004cc destroy window on exit by Brian Paul · 16 years ago
  99. cc7dd4f Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  100. 90c93bb define new APP_CC configuration variable for building apps/demos/tests by Brian Paul · 16 years ago