1. 7056a74 progs/es1: Add bindtex. by Chia-I Wu · 15 years ago
  2. b8d4cbd progs/demos: new image dissolve demo by Brian Paul · 15 years ago
  3. e940216 progs/tests: added a few more files to .gitignore by Brian Paul · 15 years ago
  4. d400700 progs/tests: Remove unnecessary headers. by Vinson Lee · 15 years ago
  5. bbb4115 progs/glsl: Fix bump GLSL compilation error on Mac OS. by Vinson Lee · 15 years ago
  6. 77b1f2f progs/glsl: Remove unused variable in bump.c. by Vinson Lee · 15 years ago
  7. 07fb52b progs/glsl: Remove unnecessary header from samplers.c. by Vinson Lee · 15 years ago
  8. dea98eb support an 'embedded' platform target which turns off most parts of the build. by Alan Hourihane · 15 years ago
  9. cec0e7c glxgears: Support GLX_EXT_swap_control for querying the current swap interval. by Aaron Plattner · 15 years ago
  10. 782f66c progs/tests: use glDrawRangeElements() in bufferobj.c by Brian Paul · 15 years ago
  11. 9b22427 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  12. 7f2f42d progs/demos: Remove unnecessary header from shadowtex.c. by Vinson Lee · 15 years ago
  13. 782b688 Merge branch 'arb_half_float_vertex' by Dave Airlie · 15 years ago
  14. 0928418 Revert "add segl" by Chia-I Wu · 15 years ago
  15. dcaf668 progs: add trivial ARB_half_float_vertex support. by Dave Airlie · 15 years ago
  16. fe33b70 add segl by Chia-I Wu · 15 years ago
  17. cd8614b Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  18. 2f1a49e progs/xdemos: add z/Z keys for scaling the rendering by Brian Paul · 15 years ago
  19. 8bc3c06 progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. by Vinson Lee · 15 years ago
  20. 1ca2285 progs/fp: testcases for GL_ARB_fragment_coord_conventions by Brian Paul · 15 years ago
  21. 5e82403 Merge remote branch 'origin/opengl-es-v2' by Chia-I Wu · 15 years ago
  22. 23ae318 glxgears: unbind current context before "destroying" it by Marcin Slusarz · 15 years ago
  23. 8311a49 progs/egl: Pass EGLDisplay to eglCopyBuffers. by Chia-I Wu · 15 years ago
  24. b01ffb1 Merge branch 'mesa_7_7_branch' by Jakob Bornecrantz · 15 years ago
  25. 7fcfb71 progs/trivial: test user clip plane in tri-point-line-clipped.c by Brian Paul · 15 years ago
  26. 0a82692 progs/trivial: test glPolygonMode(POINT/LINE) with frustum clipping by Brian Paul · 15 years ago
  27. 8e9ceb8 progs/xdemos: Remove unnecessary header from corender.c. by Vinson Lee · 15 years ago
  28. 477d515 progs/trivial: Remove unnecessary headers from tri-fbo-tex.c. by Vinson Lee · 15 years ago
  29. 7241f51 progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. by Vinson Lee · 15 years ago
  30. ae8ed89 progs/tests: Remove duplicate included header in vparray.c. by Vinson Lee · 15 years ago
  31. 6ed607c progs/tests: Add newline to end of printf in vparray.c. by Vinson Lee · 15 years ago
  32. 7bfa54c progs/redbook: Remove unnecessary header from aapoly.c. by Vinson Lee · 15 years ago
  33. 2178abf progs/glsl: Remove duplicate included header from shtest.c. by Vinson Lee · 15 years ago
  34. 78ddce9 progs/demos: Remove unnecessary header from morph3d.c. by Vinson Lee · 15 years ago
  35. 76e7265 progs/es2: Correctly set renderable type and client version. by Chia-I Wu · 15 years ago
  36. 43f67b6 progs/es1: Bind texture image after rendering. by Chia-I Wu · 15 years ago
  37. 562c127 Merge branch 'master' into opengl-es-v2 by Chia-I Wu · 15 years ago
  38. f07e87f progs/tests: Silence fprintf format warning. by Vinson Lee · 15 years ago
  39. b4bc208 progs/demos: Remove unnecessary header from isosurf.c. by Vinson Lee · 15 years ago
  40. 472a601 progs/egl: Fix screen surface demos. by Chia-I Wu · 15 years ago
  41. c657c80 progs/egl: glGenTextures is called too early in xeglbindtex. by Chia-I Wu · 15 years ago
  42. 3bcb08f progs: Check the number of configs returned by eglChooseConfig. by Chia-I Wu · 15 years ago
  43. 033bd95 progs: Add missing EGL_RENDERABLE_TYPE for EGL demos. by Chia-I Wu · 15 years ago
  44. c6ef705 Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa by Jesse Barnes · 15 years ago
  45. c642f39 xdemos/glsync: handle no sync method better by Jesse Barnes · 15 years ago
  46. 0269dc1 xdemos/glsync: check glXMakeCurrent return value by Jesse Barnes · 15 years ago
  47. f860aac xdemos/glsync: Make glsync test draw a rectangle by Jesse Barnes · 15 years ago
  48. f35f666 xdemos/glsync: Add swap interval support to glsync test by Jesse Barnes · 15 years ago
  49. daf7fe6 DRI2: add OML_sync_control support by Jesse Barnes · 15 years ago
  50. fd70841 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  51. 7c55fe9 progs/fp: increase buffer size to read larger shaders by Brian Paul · 15 years ago
  52. 2b7a4b2 progs/fp: remove invalid tri-inv.c test by Brian Paul · 15 years ago
  53. d424676 progs/demos: Assert that input to malloc is valid. by Vinson Lee · 15 years ago
  54. 6d6c9c6 progs/demos: Remove unnecessary header from fbotexture.c. by Vinson Lee · 15 years ago
  55. 199dedd progs/demos: Check upper bounds of input in manywin.c. by Vinson Lee · 15 years ago
  56. 0c7814f progs/demos: Bounds check input to fire.c. by Vinson Lee · 15 years ago
  57. 683e3cb progs/tests: Silence 'missing initializer' warnings. by Vinson Lee · 15 years ago
  58. 223c848 progs/glsl: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  59. 3b82de9 progs/demos: Add missing initializers in engine.c. by Vinson Lee · 15 years ago
  60. 45ac10f progs/xdemos: Check for string overflow. by Vinson Lee · 15 years ago
  61. 25ffd76 progs/xdemos: Check for string overflow. by Vinson Lee · 15 years ago
  62. 4c45810 progs/xdemos: Remove comma at end of enumerator list. by Vinson Lee · 15 years ago
  63. 96a4e45 progs/xdemos: Use temporary variables. by Vinson Lee · 15 years ago
  64. c1dad22 progs/glsl: Prevent possible string overflow. by Vinson Lee · 15 years ago
  65. f4952f0 progs/xdemos: Prevent possible string overflow. by Vinson Lee · 15 years ago
  66. 5ac1649 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  67. 8e67749 progs/es1: Add compressed paletted texture tests to torus. by Chia-I Wu · 15 years ago
  68. 8a29e3f progs/egl: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  69. 3ea5a95 progs/samples: Silence compiler warnings. by Vinson Lee · 15 years ago
  70. 1da47ac progs/vp: Ensure null-terminated byte string. by Vinson Lee · 15 years ago
  71. c9c6e9a progs/tests: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  72. 32d1892 progs/tests: Silence warn_unused_result warning. by Vinson Lee · 15 years ago
  73. 646c8ce progs/samples: 'Silence no previous prototype' warnings. by Vinson Lee · 15 years ago
  74. ad9defd progs/rbug: s/wait/rbug_wait/ by Vinson Lee · 15 years ago
  75. 7bbf7f9 scons: Build progs together with everything else. by José Fonseca · 15 years ago
  76. 58b4013 progs: Ignore derived files. by José Fonseca · 15 years ago
  77. 25024d9 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  78. 34075d0 progs/tests: added test for GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  79. 08d145e progs/tests: added conditional rendering test program by Brian Paul · 15 years ago
  80. 5b2713c progs/glsl: Provide a better fix for fgets warning. by Vinson Lee · 15 years ago
  81. 0ab29d2 progs/glsl: Silence compiler warnings. by Vinson Lee · 15 years ago
  82. d0b7ff5 Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Brian Paul · 15 years ago
  83. e81fe08 progs/demos: Silence warn_unused_result warnings. by Vinson Lee · 15 years ago
  84. cdc69e3 progs/util: Silence warn_unused_result warnings. by Vinson Lee · 15 years ago
  85. faae0e5 rbug: rename pf_is_compressed to util_format_is_compressed by Roland Scheidegger · 15 years ago
  86. 0f6cbc5 progs/tests: Fix build. by Vinson Lee · 15 years ago
  87. aa02683 Merge branch 'i965g-restart' by Keith Whitwell · 15 years ago
  88. 1bf2d78 progs/tests: Fix build. by Vinson Lee · 15 years ago
  89. 982acbd progs/perf: Fix MSVC build. by Vinson Lee · 15 years ago
  90. 9eb7fc6 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  91. b57abd3 Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Brian Paul · 15 years ago
  92. 07b54fe progs/redbook: Silence compiler warnings. by Vinson Lee · 15 years ago
  93. fdae39c progs/perf: added check for GL_ARB_framebuffer_object by Brian Paul · 15 years ago
  94. 79e74cd progs/demos: report pixel rate in million pixels / sec by Brian Paul · 15 years ago
  95. d26cdaa progs/osmes: add missing libGL dependency, remove unneeded lines by Brian Paul · 15 years ago
  96. 66e779c i965g: back out unintentional changes to gears by Keith Whitwell · 15 years ago
  97. a5585cb Merge commit 'origin/master' into i965g-restart by Keith Whitwell · 15 years ago
  98. 0dd9513 progs/tests: Silence compiler warnings. by Vinson Lee · 15 years ago
  99. d87d710 progs/trivial: Use C-style comments. by Vinson Lee · 15 years ago
  100. 3340fd6 progs/xdemos: Use C-style comment. by Vinson Lee · 15 years ago