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