1. 55770d0 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  2. a15d9ca Fix building of GLSL demos which use M_PI by Jon TURNEY · 15 years ago
  3. d17af7d progs/glsl: Include local headers before installed headers during compilation. by Vinson Lee · 15 years ago
  4. 4df2f7a progs/glsl: minor Makefile clean-ups by Brian Paul · 15 years ago
  5. 7205221 progs/glsl: asst. changes in shtest.c by Brian Paul · 15 years ago
  6. 4762909 Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  7. 2bcf787 progs/glsl: handle window resizes in texaaline.c by Brian Paul · 15 years ago
  8. 488b3c4 progs/glsl: add special Makefile rule for samplers_array by Brian Paul · 15 years ago
  9. f6d34c2 progs/glsl: change samplers.c to better test sampler/texture indexing by Brian Paul · 15 years ago
  10. 42675ff progs/glsl: call ValidateShaderProgram() by Brian Paul · 15 years ago
  11. a215da5 progs/glsl: report compile/link times in shtest.c by Brian Paul · 15 years ago
  12. 8a883d1 progs/glsl: update multitex.shtest for new texture syntax by Brian Paul · 15 years ago
  13. 0062bd6 progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT textures by Brian Paul · 15 years ago
  14. 174054c progs/glsl: tweaks to shtest.c by Brian Paul · 15 years ago
  15. 94d14f6 progs/glsl: more comments in shtest.c by Brian Paul · 15 years ago
  16. 680df52 demos/glsl: remove glutInitWindowPosition() calls by Brian Paul · 15 years ago
  17. 57f55af mesa: Add 2 new demos to .gitignore. by Pauli Nieminen · 15 years ago
  18. ceb9459 glsl: re-write Makefile after I called it bad. by Dave Airlie · 15 years ago
  19. 0c717bc progs/glsl: added multitex.shtest config file by Brian Paul · 15 years ago
  20. 08ecd863 progs/glsl: set generic vertex attribute values by Brian Paul · 15 years ago
  21. 62d1132 progs/glsl: add type field to shtest config files by Brian Paul · 15 years ago
  22. 25cd4dc glsl/tests: skinning.o by Dave Airlie · 15 years ago
  23. ae99e4c progs/glsl: new shtest program, a simple shader test harness app by Brian Paul · 15 years ago
  24. fdfb0d4 progs/glsl: change uniform_info::type field to use GLSL vector types by Brian Paul · 15 years ago
  25. 684049d demos: rename InitUniforms() to SetUniformValues() by Brian Paul · 15 years ago
  26. 74504c4 demos: Fix the VBO usage in glsl/multitex. by Eric Anholt · 15 years ago
  27. b96ae1b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  28. ee0b1bc progs/glsl: finish conversion to GLEW by Brian Paul · 15 years ago
  29. 9615daa Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  30. 6ff1a53 demos: set 4th component of texcoord to 1.0 by Brian Paul · 15 years ago
  31. f742f2c demos: indentation fix by Brian Paul · 15 years ago
  32. 820436f demos: use glEnable/DisableClientState() for vertex arrays by Brian Paul · 15 years ago
  33. 7b5373c Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  34. b1f2f92 progs/glsl: link with GLEW library by Brian Paul · 15 years ago
  35. b799af9 progs/glsl: compile with scons and glew by Keith Whitwell · 15 years ago
  36. 2fe65e8 Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
  37. 9f6ec50 Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  38. a5d033e demos: add missing dependencies for util files by Brian Paul · 15 years ago
  39. 891a2bd demos: extend glsl/multitex.c to use a vertex buffer object by Brian Paul · 15 years ago
  40. 58fadc6 demos: fix multitex.c VertCoord attribute mapping by Brian Paul · 15 years ago
  41. 59c8e73 progs/glsl: Update ignore by Jakob Bornecrantz · 15 years ago
  42. c0565e8 demos: added glsl/texaaline.c program and overhaul the Makefile by Brian Paul · 15 years ago
  43. 1188566 demos: move glslnoise.c demo to glsl/noise2.c by Brian Paul · 15 years ago
  44. 538a823 demos: new glsl/array.c demo by Brian Paul · 15 years ago
  45. 189db32 demos: set init window size, not pos by Brian Paul · 15 years ago
  46. 08a1e1e demos: fix aspect ratio in Reshape() by Brian Paul · 15 years ago
  47. 29a1ed5 progs: Ignores by Jakob Bornecrantz · 15 years ago
  48. f8304bf demos: added progs/glsl/linktest.c to test linking of separate compilation units by Brian Paul · 15 years ago
  49. b7d841b progs/glsl: Ignore by Jakob Bornecrantz · 15 years ago
  50. fe35378 demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc. by Brian Paul · 15 years ago
  51. e97681c mesa: merge gallium-0.2 into gallium-master-merge by Brian Paul · 15 years ago
  52. 8e8b25c demos: update multitex.c GLSL demo to use vertex arrays or glVertex-mode by Brian Paul · 15 years ago
  53. c14aac5 progs: Ignores by Jakob Bornecrantz · 16 years ago
  54. e827845 mesa: add new samplers_array test by Alan Hourihane · 16 years ago
  55. 6cee4b8 mesa: Update .gitignore by Younes Manton · 16 years ago
  56. 5256f94 progs/glsl: Add ignores by Jakob Bornecrantz · 16 years ago
  57. b2e9d41 progs/glsl: Remove double target def for vert-or-frag-only by Jakob Bornecrantz · 16 years ago
  58. fa4fec2 demos: remove redundant Makefile lines from prev merge by Brian · 16 years ago
  59. 84cffc2 mesa: replace CC with APP_CC in progs/glsl/Makefile by Brian Paul · 16 years ago
  60. 0815ebc Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  61. 46b8fe0 demos: added progs/glsl/samplers.c to test all available texture samplers by Brian Paul · 16 years ago
  62. c789bd3 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  63. c912207 demos: minor fixes to twoside.c glsl demo by Brian Paul · 16 years ago
  64. 58a82ee Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  65. aae74c3 mesa: s/CC/APP_CC/ in progs/glsl/Makefile by Brian Paul · 16 years ago
  66. bde3b3a demos: add test of vertex-only and fragment-only shader programs by Brian Paul · 16 years ago
  67. 1cb680d demos: add test of vertex-only and fragment-only shader programs by Brian Paul · 16 years ago
  68. a22d865 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  69. a42342c Fix silly type mismatch error in multinoise demo. by Gary Wong · 16 years ago
  70. d427a29 Add "multinoise" demo, to test 1/2/3/4 dimensional noise. by Gary Wong · 16 years ago
  71. 0df3dfa Ensure p.w is initialised in noise demo. by Gary Wong · 16 years ago
  72. e8a1b31 fix conflict breakage by Alan Hourihane · 16 years ago
  73. 33a1f49 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  74. 39091cc demos: added simple vertex shader texture test. by Brian · 16 years ago
  75. 25eee19 mesa: Update some .gitignore files. by Younes Manton · 16 years ago
  76. 7776280 remove some redundant rules from prev merge by Brian Paul · 16 years ago
  77. df6155f Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  78. 8030186 added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader by Brian Paul · 16 years ago
  79. 51af35b progs: Add ignores by Jakob Bornecrantz · 16 years ago
  80. c45c5c4 added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader by Brian Paul · 16 years ago
  81. 19e4222 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  82. e535940 undo accidental changes to multitex.frag shader by Brian Paul · 16 years ago
  83. 2c204bb use APP_CC, not CC for skinning demo by Brian Paul · 16 years ago
  84. 2382dc8 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  85. aab429c added glsl/skinning.c test to test matrix blending/weighting by Brian Paul · 16 years ago
  86. d3222cb remove old debug glFlush/Finish calls from demos by Brian Paul · 16 years ago
  87. 0a8590e mesa: don't continually redraw by Brian Paul · 16 years ago
  88. b3a68b2 replace 1.0/sqrt() with inversesqrt() by Brian Paul · 16 years ago
  89. b99c39e mesa: use the shaderutil.c helper functions by Brian Paul · 16 years ago
  90. 6f29c2f Progs: hook the glsl identity example into the makefile. by Stephane Marchesin · 16 years ago
  91. 4ccbee2 Progs: add a trivial glsl test, useful for gallium driver bringup/debug. by Stephane Marchesin · 16 years ago
  92. 4485ac8 CELL: mark several transient files as .gitignore by Robert Ellison · 16 years ago
  93. 52a9dfd use APP_CC, remove redundant target by Keith Whitwell · 16 years ago
  94. cc7dd4f Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  95. 90c93bb define new APP_CC configuration variable for building apps/demos/tests by Brian Paul · 16 years ago
  96. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  97. 8f1d5ca use ftransform() by Brian Paul · 16 years ago
  98. 35479fd fix convolutions test to consistanty use the ARB shader extension functions by Brian Paul · 16 years ago
  99. c0dd912 remove .txt suffix from shader source files by Brian Paul · 16 years ago
  100. ce00d23 mesa: added glsl/convolutions test from gallium branch by Brian Paul · 16 years ago