1. d7f1cb5 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  2. 02aea66 mesa: toggle colormask values with r/g/b keys in tri-mask-tri.c by Brian Paul · 16 years ago
  3. f6e806a mesa: simple multiple textures test by Brian Paul · 16 years ago
  4. b99c39e mesa: use the shaderutil.c helper functions by Brian Paul · 16 years ago
  5. 6f29c2f Progs: hook the glsl identity example into the makefile. by Stephane Marchesin · 16 years ago
  6. 4ccbee2 Progs: add a trivial glsl test, useful for gallium driver bringup/debug. by Stephane Marchesin · 16 years ago
  7. 1ec78df trivial: add more vp tests by Keith Whitwell · 16 years ago
  8. a381c9e trivial: exercise vertprog sligtly by Keith Whitwell · 16 years ago
  9. d142f21 link EGL demos with -lGL by Alan Hourihane · 16 years ago
  10. 3a40dee Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  11. 866a2c3 mesa: Update ignores a bit by Jakob Bornecrantz · 16 years ago
  12. 4485ac8 CELL: mark several transient files as .gitignore by Robert Ellison · 16 years ago
  13. a9004cc destroy window on exit by Brian Paul · 16 years ago
  14. a8d1521 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  15. 89ab664 Merge commit 'origin/master' into gallium-0.2 by Keith Whitwell · 16 years ago
  16. fa75293 progs/fp: Add a bit of local variable testing to fp-tri by Jakob Bornecrantz · 16 years ago
  17. 3b3d34d egl: print multisample info by Brian Paul · 16 years ago
  18. 05aeb92 cell: dump generated code if CELL_DEBUG=asm by Brian Paul · 16 years ago
  19. a30d2c5 add dlist-degenerate test case by Keith Whitwell · 16 years ago
  20. 870afb8 negate.txt - test negation of a src reg by Brian Paul · 16 years ago
  21. 5d4c8ec remove invalid XDestroyWindow() call by Guillaume Melquiond · 16 years ago
  22. ee2c8d6 silence warning by Guillaume Melquiond · 16 years ago
  23. 2728101 Makefile was previously checked in with merge diffs still present. I just selected HEAD and removed the old. by Jonathan White · 16 years ago
  24. c436f96 simple add with swizzle and mul with swizzle tests by Brian Paul · 16 years ago
  25. 522139d vp: add run script by Keith Whitwell · 16 years ago
  26. 176c454 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  27. 1f13545 fp: put test name in window title, add run script by Keith Whitwell · 16 years ago
  28. 52a9dfd use APP_CC, remove redundant target by Keith Whitwell · 16 years ago
  29. dbbbc33 use APP_CC by Brian Paul · 16 years ago
  30. fd0ee68 trivial: remove stray merge conflict by Keith Whitwell · 16 years ago
  31. a90cae8 demos: fix LIBS ref in makefile by Keith Whitwell · 16 years ago
  32. cc7dd4f Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  33. 90c93bb define new APP_CC configuration variable for building apps/demos/tests by Brian Paul · 16 years ago
  34. 5c459b3 simple quad drawing test by Brian Paul · 16 years ago
  35. 83054d9 press 'c' to toggle Z clear value between 0/1 by Brian Paul · 16 years ago
  36. 8df4c3a press 'f' to cycle through depth test funcs by Brian Paul · 16 years ago
  37. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  38. 380385a mesa: added test for very long fixed-function vertex programs by Brian Paul · 16 years ago
  39. 8f1d5ca use ftransform() by Brian Paul · 16 years ago
  40. 47e14cc Add NV_vertex_program specific tests. by Michal Krol · 16 years ago
  41. 2858ec6 Add support for NVIDIA programs. by Michal Krol · 16 years ago
  42. 5b16730 Port vp to Windows. by Michal Krol · 16 years ago
  43. 5c9d0c7 pick first mode by Alan Hourihane · 16 years ago
  44. b6db08a choose a 1024x768 resolution by Alan Hourihane · 16 years ago
  45. 567d877 added test for ARB GLSL extensions by Corbin Simpson · 16 years ago
  46. 35479fd fix convolutions test to consistanty use the ARB shader extension functions by Brian Paul · 16 years ago
  47. c0dd912 remove .txt suffix from shader source files by Brian Paul · 16 years ago
  48. ce00d23 mesa: added glsl/convolutions test from gallium branch by Brian Paul · 16 years ago
  49. 1b39b92 draw a tristrip ring instead of a single quad by Brian Paul · 16 years ago
  50. 37f4520 don't need to use LOD version of texture2D() funcs by Brian Paul · 16 years ago
  51. b9c6f2b mesa: added new glsl/pointcoord.c test by Brian Paul · 16 years ago
  52. 60b9212 mesa: clear the unused upper-left region to black instead of leaving it undefined by Brian Paul · 16 years ago
  53. 3e8e292 Always pass CFLAGS when compiling or linking demos by Guillaume Melquiond · 16 years ago
  54. 51bfb6a query/print GLSL version string by Brian Paul · 16 years ago
  55. 7c2d7f8 Fix a typo. by Thomas Hellstrom · 16 years ago
  56. 9dd73d5 Add new demo "fbo_firecube". by Thomas Hellstrom · 16 years ago
  57. 4d38d86 add edge detection to that example by Zack Rusin · 16 years ago
  58. 4430597 fix gltrace (bug 16691) by Guillaume Melquiond · 16 years ago
  59. 3b80816 Always pass -linker and -ldflags to mklib for shared libraries by Dan Nicholson · 16 years ago
  60. db072ba Call mklib with $(SHELL) so the user controls the interpreter by Dan Nicholson · 16 years ago
  61. 547e487 mesa: call glutDestroyWindow() on exit by Brian Paul · 16 years ago
  62. 52912d8 egl: Add egltri by Jakob Bornecrantz · 16 years ago
  63. 2ce4b98 press 'm' to toggle multisample enable/disable by Brian Paul · 16 years ago
  64. 543893e Revert accidental edit to progs/demos/lodbias. by Corbin Simpson · 16 years ago
  65. 0918023 demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D texture by Nicolai Haehnle · 16 years ago
  66. fd6676c Fix CRLF line endings. by José Fonseca · 16 years ago
  67. ba34475 tests: Added a test for a strange bug in texstore_a8 by Jakob Bornecrantz · 16 years ago
  68. 7db9034 added ARCH_FLAGS by seventh guardian · 16 years ago
  69. 4e52fa9 git: Updated .gitignore files by Jakob Bornecrantz · 16 years ago
  70. 588abd6 r300: Fix new incarnation of bug 3195. by Corbin Simpson · 16 years ago
  71. d89b1e4 trivial: Update clear-undefined by Jakob Bornecrantz · 16 years ago
  72. 39bd7eb trival: Added test for undefined context of buffer by Jakob Bornecrantz · 16 years ago
  73. f49dd47 add some glsl example testing different arrays of uniforms by Zack Rusin · 16 years ago
  74. 0440f5a Update .gitignore for progs/glsl by Dan Nicholson · 16 years ago
  75. 3bdeff5 trivial: add test for integer vertex arrays by Keith Whitwell · 16 years ago
  76. ac833b9 trivial: add trifan tests by Keith Whitwell · 16 years ago
  77. f5801fb trivial: add poly-flat-clip tests by Keith Whitwell · 16 years ago
  78. d915f40 trivial: add tristrip-flat to makefile by Keith Whitwell · 16 years ago
  79. f8c6b66 minor changes by Brian Paul · 16 years ago
  80. d8de01b sync up with glxgears.c from master by Brian Paul · 16 years ago
  81. 4c7a17c fix event handling issues (such as when resizing when not animating) by Brian Paul · 16 years ago
  82. 6d9c3fa press 'a' to toggle animation by Brian Paul · 16 years ago
  83. c35e021 code refactoring (draw_frame(0, handle_event()) by Brian Paul · 16 years ago
  84. c5342ad remove references to incorrect -winwidth/-winheight, replace with -geometry by Brian Paul · 16 years ago
  85. 2154cb4 egl: single triangle test by Brian Paul · 16 years ago
  86. bf527cc egl: fix X visual selection by Brian Paul · 16 years ago
  87. b9d35c7 egl: query/print EGL_NATIVE_VISUAL_ID by Brian Paul · 16 years ago
  88. 88f86c9 egl: Added peglgears, gears that uses pbuffers by Jakob Bornecrantz · 16 years ago
  89. af540ef egl: updated egl.h include paths by Brian Paul · 16 years ago
  90. f34767f call glutDestroyWindow() before exit by Brian Paul · 16 years ago
  91. 6b9b491 egl: bind the OpenGL API by Brian Paul · 16 years ago
  92. 80ed996 egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now) by Brian Paul · 16 years ago
  93. 8cd33fa egl: query/print EGL_CLIENT_APIS by Brian Paul · 16 years ago
  94. 938d9d5 Merge branch 'gallium-vertex-linear' into gallium-0.1 by Jakob Bornecrantz · 16 years ago
  95. 3e86795 egl: Fix warning in eglgears by Jakob Bornecrantz · 16 years ago
  96. d8a693e egl: Make demo3 compile by Jakob Bornecrantz · 16 years ago
  97. a6af2e3 include eglext.h, define EGL_EGLEXT_PROTOTYPES by Brian Paul · 16 years ago
  98. 096b79b updates for EGL 1.4 by Brian Paul · 16 years ago
  99. 77ce568 Remove CVS keywords. by José Fonseca · 16 years ago
  100. e3ddafd Merge branch 'gallium-tex-surface' into gallium-0.1 by Jakob Bornecrantz · 16 years ago