1. 43080e4 progs/glsl: Add missing break statement in multinoise.c. by Vinson Lee · 15 years ago
  2. 7dfea5c demos/glsl: Add missing break statement to noise test. by Vinson Lee · 15 years ago
  3. 2ff4f5a progs/tests: add alpha/blend testing to packedpixels.c by Brian Paul · 15 years ago
  4. 898de4a Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  5. 60c328d progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  6. c475079 progs/util: Fix memory leak if fail to load/compile shader by Vinson Lee · 15 years ago
  7. a017ad2 progs/tests: debug code for getting texture component sizes by Brian Paul · 15 years ago
  8. 4bced42 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  9. 9c3197e prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  10. a8ed066 progs/tests: fix MSVC build. by Vinson Lee · 15 years ago
  11. 02b9fb9 progs/tests: fixes for drawbuffers.c by Brian Paul · 15 years ago
  12. 1e2c517 progs/tests: also test GL_BGRA format in getteximage.c by Brian Paul · 15 years ago
  13. 635ea87 progs/tests: added test for GL_EXT_texture_compression_s3tc support by Brian Paul · 15 years ago
  14. 1f196b7 Merge branch 'texformat-rework' by Brian Paul · 15 years ago
  15. 3bee761 progs/tests: added new blitfb.c test by Brian Paul · 15 years ago
  16. 498fcfd progs/tests: added new blitfb.c test by Brian Paul · 15 years ago
  17. 50e113e progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  18. d8ded35 progs/tests: disable blending while drawing text by Brian Paul · 15 years ago
  19. 51bc12d progs/tests: fix sub texture offsets by Brian Paul · 15 years ago
  20. 49d402e Merge remote branch 'origin/mesa_7_6_branch' by Eric Anholt · 15 years ago
  21. b01937a progs/tests: print requested/internal format info by Brian Paul · 15 years ago
  22. 952bf63 progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  23. 1940393 progs/demos: add fps to multiarb by Keith Whitwell · 15 years ago
  24. ab9d101 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  25. 61a96a2 progs/xdemos: fix command line flag typo by Brian Paul · 15 years ago
  26. 5e77b61 Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa by Alex Deucher · 15 years ago
  27. 4e2bdd6 progs/egl: Add support for pixmap and pbuffer surface to xeglgears. by Chia-I Wu · 15 years ago
  28. 82ffc58 progs/tests: draw Z values as luminance, no pixel zoom by Brian Paul · 15 years ago
  29. 5283a3f progs/trivial: check if GL_ARB_occlusion_query is supported by Brian Paul · 15 years ago
  30. 166957a progs/tests: Use rand() instead of random(). by José Fonseca · 15 years ago
  31. 699260b progs/tests: Use rand() instead of random(). by José Fonseca · 15 years ago
  32. 60b6c74 prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  33. 5b7d905 progs/egl: put declarations before code by Brian Paul · 15 years ago
  34. 31f7e8e progs/Makefile: remove extra quoting by Brian Paul · 15 years ago
  35. 91bd87c progs/demos: try different depth formats in fbo_firecube.c by Brian Paul · 15 years ago
  36. 115edf2 Fix build when PROGRAM_DIRS is empty. by Tom Fogal · 15 years ago
  37. 9fd7e9e Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  38. ce3801a Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  39. ea862ec prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  40. 96fd13c prog/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  41. cbf46ed progs/perf: Fix MSVC build. by Vinson Lee · 15 years ago
  42. 76d2ec3 progs/tests: Add tests to Makefile. by Vinson Lee · 15 years ago
  43. 023bab6 progs/perf: Ignores! by Jakob Bornecrantz · 15 years ago
  44. d54e9f5 progs: Remove unused empty file. by José Fonseca · 15 years ago
  45. f7455ad progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  46. 5b4c0b8 Merge branch 'mesa_7_6_branch' by Nicolai Hähnle · 15 years ago
  47. f36425b progs/xdemos: test glXQueryDrawable() by Brian Paul · 15 years ago
  48. 846a6b0 progs/xdemos: fix swapped parameters to CreatePbuffer() by Brian Paul · 15 years ago
  49. 4b3cbec progs/test: Fix MSVC build. by Vinson Lee · 15 years ago
  50. 9c778a9 progs/tests: fix MSVC build. by Vinson Lee · 15 years ago
  51. 017fae0 progs/perf: Fix MSVC build. by Vinson Lee · 15 years ago
  52. 55770d0 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  53. a15d9ca Fix building of GLSL demos which use M_PI by Jon TURNEY · 15 years ago
  54. bb659f6 progs/tests: additional debug code by Brian Paul · 15 years ago
  55. 15c5764 objviewer: remove disabled code by Brian Paul · 15 years ago
  56. 9745e26 objviewer: mouse/keyboard info in README file by Brian Paul · 15 years ago
  57. 8d93a4c objview: clean up drawing VBO code by Brian Paul · 15 years ago
  58. c7c6252 objview: set skybox texture filter by Brian Paul · 15 years ago
  59. 336994e objview: check GL version/extension by Brian Paul · 15 years ago
  60. ca1bda5 progs/objviewer: Wavefront .obj file loader/viewer demo by Brian Paul · 15 years ago
  61. e82b02c progs/egl: Make demo3 work again. by Chia-I Wu · 15 years ago
  62. 28c2190 progs/egl: Check EGL_MESA_screen_surface is supported in demo2. by Chia-I Wu · 15 years ago
  63. e0b2848 progs/egl: Fix a crash in demo1. by Chia-I Wu · 15 years ago
  64. fa8df0c progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY. by Chia-I Wu · 15 years ago
  65. 6920a35 progs/perf: Include local headers before installed headers. by Vinson Lee · 15 years ago
  66. 653ae04 progs/tests: print usage info upon SPACE/u by Brian Paul · 15 years ago
  67. c8de476 progs/tests: re-indent mipmap_limits.c by Brian Paul · 15 years ago
  68. 6c6896b progs/tests: disable texturing before printing text by Brian Paul · 15 years ago
  69. bcca927 progs/rbug: Link to math by Jakob Bornecrantz · 15 years ago
  70. c9ddd6f progs/perf: glGenerateMipmap() test by Brian Paul · 15 years ago
  71. 09a23ac progs/perf: fix warnings in readpixels test by Keith Whitwell · 15 years ago
  72. d93f022 progs/perf: fix typo in sconscript by Keith Whitwell · 15 years ago
  73. 6e0b56e progs/perf: accept GL3.x also by Keith Whitwell · 15 years ago
  74. fa0816b progs/perf: added glReadPixels benchmark by Brian Paul · 15 years ago
  75. 489f8bc progs/perf: also request a stencil buffer by Brian Paul · 15 years ago
  76. a0549f6 progs/perf: Actually bind the newly created vbo. by Michal Krol · 15 years ago
  77. 890679d Merge branch 'softpipe-opt' by Keith Whitwell · 15 years ago
  78. aae7731 progs/perf: set TexSubImage4=FALSE by Brian Paul · 15 years ago
  79. d04fa73 progs/perf: added glCopyTex[Sub]Image2D test by Brian Paul · 15 years ago
  80. da0e4e5 progs/perf: test glGetTexImage() also by Brian Paul · 15 years ago
  81. 67d7021 progs/perf: add missing texture enable in fbobind.c by Brian Paul · 15 years ago
  82. ed113da progs/perf: added fbobind.c test to test FBO binding speed by Brian Paul · 15 years ago
  83. cfb0f24 progs/perf: added PerfExtensionSupported() helper by Brian Paul · 15 years ago
  84. 0ec26cc teximage: add more tests, image formats by Keith Whitwell · 15 years ago
  85. bae2d58 progs/perf: add another VBO test for Create/Draw/Destroy pattern by Brian Paul · 15 years ago
  86. 7e5004b progs/perf: simplify the code by Brian Paul · 15 years ago
  87. aa80851 progs/perf: fix comment by Brian Paul · 15 years ago
  88. 32979ae progs/perf: updated comments by Brian Paul · 15 years ago
  89. 6a09c9d progs/perf: make teximage results easier to read, more reproducible by Keith Whitwell · 15 years ago
  90. 89f2799 progs/perf: reset row_length after subimage test by Keith Whitwell · 15 years ago
  91. bf014d0 progs/perf: clean up swapbuffers test a bit by Keith Whitwell · 15 years ago
  92. ac6a510 progs/perf: break up long runs of fullscreen quads by Keith Whitwell · 15 years ago
  93. a7b2659 progs/perf: add first attempt at a swapbuffers rate test by Keith Whitwell · 15 years ago
  94. 9297e69 progs/perf: added fill-rate test by Brian Paul · 15 years ago
  95. 05bce08 progs/perf: added helpers for creating simple textures and shader programs by Brian Paul · 15 years ago
  96. 83fbee6 progs/perf: offsetof() should be defined in stddef.h, include it by Brian Paul · 15 years ago
  97. 7ce0421 progs/perf: a few more vbo upload modes by Keith Whitwell · 15 years ago
  98. 25a580c progs/perf: human-readable drawoverhead output by Keith Whitwell · 15 years ago
  99. 6ab7c12 progs/perf: human-format vertexrate output by Keith Whitwell · 15 years ago
  100. ed63bd6 progs/perf: add human-readable float formatter by Keith Whitwell · 15 years ago