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