1. 375a6b4 progs/tests: re-enable exit() call by Brian Paul · 15 years ago
  2. ea26f28 tests/texcmp: glewInit in wrong place by Dave Airlie · 15 years ago
  3. d762b54 progs/samples: added test/debug code for culling by Brian Paul · 15 years ago
  4. b3232e9 progs/tests: disable depth test for second glDrawPixels by Brian Paul · 15 years ago
  5. 7dd6fa1 progs/util: minor updates to glutskel.c by Brian Paul · 15 years ago
  6. 8d0bdfa progs: EGL/X progs should link to libX11. by Chia-I Wu · 15 years ago
  7. cefe9c4 mesa: gitignore by Younes Manton · 15 years ago
  8. 7205221 progs/glsl: asst. changes in shtest.c by Brian Paul · 15 years ago
  9. 4762909 Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  10. 2bcf787 progs/glsl: handle window resizes in texaaline.c by Brian Paul · 15 years ago
  11. 488b3c4 progs/glsl: add special Makefile rule for samplers_array by Brian Paul · 15 years ago
  12. f6d34c2 progs/glsl: change samplers.c to better test sampler/texture indexing by Brian Paul · 15 years ago
  13. 42675ff progs/glsl: call ValidateShaderProgram() by Brian Paul · 15 years ago
  14. fa6299c progs/util: added ValidateShaderProgram() to shaderutil.c by Brian Paul · 15 years ago
  15. a215da5 progs/glsl: report compile/link times in shtest.c by Brian Paul · 15 years ago
  16. f300db3 progs/util: added GetShaderCompile/LinkTime() to get compilation/link times by Brian Paul · 15 years ago
  17. 8a883d1 progs/glsl: update multitex.shtest for new texture syntax by Brian Paul · 15 years ago
  18. 0062bd6 progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT textures by Brian Paul · 15 years ago
  19. 174054c progs/glsl: tweaks to shtest.c by Brian Paul · 15 years ago
  20. 94d14f6 progs/glsl: more comments in shtest.c by Brian Paul · 15 years ago
  21. 0259a2a progs/xdemos: add multictx to .gitignore by Brian Paul · 15 years ago
  22. 73fc09a Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  23. e3734e4 egl: Make lookup functions static inline. by Chia-I Wu · 15 years ago
  24. 680df52 demos/glsl: remove glutInitWindowPosition() calls by Brian Paul · 15 years ago
  25. 57f55af mesa: Add 2 new demos to .gitignore. by Pauli Nieminen · 15 years ago
  26. e8957f4 progs/demos: print more info in fbotexture.c by Brian Paul · 15 years ago
  27. 8b0b335 demos/cubemap: Add support for GL_ARB_seamless_cube_map by Ian Romanick · 15 years ago
  28. d09a19b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  29. ceb9459 glsl: re-write Makefile after I called it bad. by Dave Airlie · 15 years ago
  30. 0c717bc progs/glsl: added multitex.shtest config file by Brian Paul · 15 years ago
  31. 08ecd863 progs/glsl: set generic vertex attribute values by Brian Paul · 15 years ago
  32. 62d1132 progs/glsl: add type field to shtest config files by Brian Paul · 15 years ago
  33. 25cd4dc glsl/tests: skinning.o by Dave Airlie · 15 years ago
  34. 6d55fd7 progs/tests: hack a PBO/dlist test by Brian Paul · 15 years ago
  35. 741869d progs/util: ignore pre-defined uniforms in SetUniformValues() by Brian Paul · 15 years ago
  36. ae99e4c progs/glsl: new shtest program, a simple shader test harness app by Brian Paul · 15 years ago
  37. fdfb0d4 progs/glsl: change uniform_info::type field to use GLSL vector types by Brian Paul · 15 years ago
  38. af3d7f6 demos: call SetUniformValues() by Brian Paul · 15 years ago
  39. 684049d demos: rename InitUniforms() to SetUniformValues() by Brian Paul · 15 years ago
  40. 378bff0 progs/util: added more shader utility functions by Brian Paul · 15 years ago
  41. 74504c4 demos: Fix the VBO usage in glsl/multitex. by Eric Anholt · 15 years ago
  42. 2caec74 tests: have getprocaddress return a return code by Robert Ellison · 15 years ago
  43. 99d5139 mesa: improve getprocaddress test by Robert Ellison · 15 years ago
  44. c02b38d progs/xdemos: added multictx.c (multi-context rendering demo) by Brian Paul · 15 years ago
  45. 84e6733 glxgears: make functions static, update comments by Brian Paul · 15 years ago
  46. e179ab2 progs/egl: Add xeglbindtex, really. by Chia-I Wu · 15 years ago
  47. 246f58d progs/egl: Add xeglbindtex. by Chia-I Wu · 15 years ago
  48. 1f71305 Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  49. 0abc9e7 tests: also test xoffset in texcompsub test by Roland Scheidegger · 15 years ago
  50. cd7a822 tests/getteximage: test more texture sizes, including npot by Brian Paul · 15 years ago
  51. fb7cf73 xdemo/glxswapcontrol: Move get_framge_usage after the swap. by Pauli Nieminen · 15 years ago
  52. b59eb3b xdemos/glxcontexts: Don't leak visual info when choosing visual again. by Pauli Nieminen · 15 years ago
  53. 9f26f80 progs/vp: Correct the PARAM array sizes in arl-*.txt by Ian Romanick · 15 years ago
  54. 783a93a tests: glGetTexImage() test by Brian Paul · 15 years ago
  55. d2f6d6c Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  56. bc60b88 progs/trivial: add missing files to Makefile, .gitignore by Vinson Lee · 15 years ago
  57. b96ae1b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  58. cd10996 progs/util: remove extfuncs.h (we use GLEW instead) by Brian Paul · 15 years ago
  59. ee0b1bc progs/glsl: finish conversion to GLEW by Brian Paul · 15 years ago
  60. 30bccf8 xeglthreads: Check current context for EGL per-thread support. by Chia-I Wu · 15 years ago
  61. 721f80b egl: Add xeglthreads by Chia-I Wu · 15 years ago
  62. 26e58a4 progs/tests: Use compressed texture in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  63. b0a1758 progs/tests: Tests more views in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  64. a36b998 progs/tests: Add yet another mipmap test by Jakob Bornecrantz · 15 years ago
  65. 9615daa Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  66. 6ff1a53 demos: set 4th component of texcoord to 1.0 by Brian Paul · 15 years ago
  67. 7fb4bec demos: Fix vsync checking in glxgears by Ian Romanick · 15 years ago
  68. f742f2c demos: indentation fix by Brian Paul · 15 years ago
  69. 820436f demos: use glEnable/DisableClientState() for vertex arrays by Brian Paul · 15 years ago
  70. eb33c0a progs/tests: Use compressed texture in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  71. 28471cf Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
  72. 9982821 progs/tests: Tests more views in mipmap_comp_tests by Jakob Bornecrantz · 15 years ago
  73. edb0267 Merge commit 'origin/openvg-1.0' by Zack Rusin · 15 years ago
  74. 8624880 Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
  75. f580494 progs: revert damage to progs/SConscript from recent compressed texture commit by Keith Whitwell · 15 years ago
  76. 1668a67 Merge commit 'origin/dlist-statechange-shortcircuit' into mesa_7_5_branch by Keith Whitwell · 15 years ago
  77. f359165 demos: Set the depth mask correctly to get the desired blending by Ian Romanick · 15 years ago
  78. 1fa4cde mesa/vbo: fix compile and replay of nodes ending in a FALLBACK by Keith Whitwell · 15 years ago
  79. c48c01c progs/trivial: add dlist-mat-tri.c by Keith Whitwell · 15 years ago
  80. 1ca836f progs/trivial: add test case for short-circuiting material changes by Keith Whitwell · 15 years ago
  81. 09a3a28 progs/trivial: add dlist-flat-tri.c by Keith Whitwell · 15 years ago
  82. 2e570be progs/trivial: add dlist-recursive-call by Keith Whitwell · 15 years ago
  83. 1730eaa dlist-tri-flat-tri: make tri render differently if flatshade not enabled by Keith Whitwell · 15 years ago
  84. 4147bb2 Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit by Keith Whitwell · 15 years ago
  85. 6af783b progs/trivial: add test case for lighting plus per-vertex materials by Keith Whitwell · 15 years ago
  86. a9ae89d progs/isosurf: add materials mode for glVertex + TRISTRIP by Keith Whitwell · 15 years ago
  87. b40dc7e Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  88. 14a2b54 progs/util: make sure function pointers are initialized by Keith Whitwell · 15 years ago
  89. ba7f45a progs/tests: Add tests for glCompressedTexSubImage by Jakob Bornecrantz · 15 years ago
  90. 5795545 xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAY by Jon TURNEY · 15 years ago
  91. e5cb11a mesa/vbo: fix compile and replay of nodes ending in a FALLBACK by Keith Whitwell · 15 years ago
  92. 53f8dcc progs/trivial: test case for dlist statechange elimination by Keith Whitwell · 15 years ago
  93. 8d24160 progs/glsl: link with GLEW library by Brian Paul · 15 years ago
  94. 7b5373c Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  95. b1f2f92 progs/glsl: link with GLEW library by Brian Paul · 15 years ago
  96. 9014f47 progs/util: make sure function pointers are initialized by Keith Whitwell · 15 years ago
  97. b799af9 progs/glsl: compile with scons and glew by Keith Whitwell · 15 years ago
  98. eb1eee0 demos: improve argv parsing in fslight.c by Brian Paul · 15 years ago
  99. b79e6a5 demos: fix issues in glxcontexts.c by Brian Paul · 15 years ago
  100. 1bee650 progs/wgl: Fix shreadtex_mt too. by José Fonseca · 15 years ago