1. 230d263 Remove GGI support by Kristian Høgsberg · 15 years ago
  2. 4387580 Remove directfb support by Kristian Høgsberg · 15 years ago
  3. b7041db xeglgears: Update help text by Kristian Høgsberg · 15 years ago
  4. f272a78 xeglgears: Remove borrowed GL_OES_EGL_image types by Kristian Høgsberg · 15 years ago
  5. 61cc18a xeglgears: Add test case for texturing from an EGLImage by Kristian Høgsberg · 15 years ago
  6. e9ac0fb python/retrace: Dump all vertices for verbosity level 3. by José Fonseca · 15 years ago
  7. 52cc3b0 glxinfo: Fix User error in glGetProgramivARB by Brian Paul · 15 years ago
  8. 701ac58 Link egl progs to libm as necessary. by Ray Kohler · 15 years ago
  9. 6cfdb61 progs/redbook: Silence warn_unused_result warnings. by Vinson Lee · 15 years ago
  10. 3ef51b4 progs/tests: new zbitmap.c test to exercize Z testing of glBitmap by Brian Paul · 15 years ago
  11. e9df31f progs/demos: sort filenames by Brian Paul · 15 years ago
  12. 86bf224 progs/demos: update arbocclude.c to do multiple queries at once by Brian Paul · 15 years ago
  13. 82e5a11 progs/trivial: Update .gitignore. by Vinson Lee · 15 years ago
  14. 7f7b7b9 progs/redbook: Fix array out-of-bounds access. by Vinson Lee · 15 years ago
  15. 64d18b8 progs/rbug: Silence printf format warning. by Vinson Lee · 15 years ago
  16. 869896f progs/rbug: Add missing headers. by Vinson Lee · 15 years ago
  17. 8266f1e progs/rbug: Use util_format_name(). by Vinson Lee · 15 years ago
  18. 20a1172 progs/rbug: Add missing header. by Vinson Lee · 15 years ago
  19. 56b7a6f progs/rbug: s/read/rbug_read/ by Vinson Lee · 15 years ago
  20. 7ccbeb4 Merge commit '381d5e209815235911c4aab516037c868c8f695f' by Ian Romanick · 15 years ago
  21. 0583c29 progs/demos: update GL version test to accept GL 3.x by Brian Paul · 15 years ago
  22. f454247 progs/openvg: Add .gitignore. by Chia-I Wu · 15 years ago
  23. 915d60d progs/es1: Update .gitignore. by Chia-I Wu · 15 years ago
  24. 7eaf33a progs/redbook: Fix memory leaks on error paths. by Vinson Lee · 15 years ago
  25. b0f9717 Revert "progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build." by José Fonseca · 15 years ago
  26. c6e63f3 progs/redbook: use glew by Brian Paul · 15 years ago
  27. 1587eff progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build. by José Fonseca · 15 years ago
  28. b90f265 progs/redbook: test image for new redbook tests by Brian Paul · 15 years ago
  29. ce65a8d progs/redbook: add additional tests for GL 1.4 by Brian Paul · 15 years ago
  30. 21fe86b python/retrace: Reconstruct blend state from binary blobs. by José Fonseca · 15 years ago
  31. 291bd19 progs/objviewer: close file (bug 26559) by Brian Paul · 15 years ago
  32. e84eec0 progs/fp: close file (bug 26559) by Brian Paul · 15 years ago
  33. 4ab3f0e python/retrace: Interpret pipe_screen::context_create(). by José Fonseca · 15 years ago
  34. 50812e6 progs/gallium/python: New home for python statetracker scripts. by José Fonseca · 15 years ago
  35. af1052e progs/tests: Add checks for GL_NV_vertex_program. by Vinson Lee · 15 years ago
  36. 381d5e2 glxgears_fbconfig: Use glXCreateWindow and glXDestroyWindow by Ian Romanick · 15 years ago
  37. 6518f60 glxgears_fbconfig: Use GLX 1.3 name for function poiner types by Ian Romanick · 15 years ago
  38. 368bb3d eglinfo: Also print visual type, assuming X visual types by Kristian Høgsberg · 15 years ago
  39. ab487f7 xeglgears: Add test case for eglBindTexImage() by Kristian Høgsberg · 15 years ago
  40. fd67010 progs/tests: add line drawing option to cylwrap.c by Brian Paul · 15 years ago
  41. 22a3a81 progs/tests: add x/y rotation to cylwrap.c by Brian Paul · 15 years ago
  42. 86921aa progs/tests: new test program for exercising cylindrical tex wrap mode by Brian Paul · 15 years ago
  43. ad93f3e progs/xdemos: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  44. e891a9c progs/demos: update .gitignore by Joakim Sindholt · 15 years ago
  45. 7da1a52 progs/xdemos: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  46. 45ceabf progs/demos: fix typo by Brian Paul · 15 years ago
  47. a1af8ee Merge remote branch 'origin/lp-binning' by José Fonseca · 15 years ago
  48. ef67ad0 scons: Use only the shared object name when linking progs. by José Fonseca · 15 years ago
  49. 9f1ee5a progs/fpglsl: couple more tests by Keith Whitwell · 15 years ago
  50. d7b1610 progs/fpglsl: fp-tris for glsl by Keith Whitwell · 15 years ago
  51. 5fa4ea2 progs/es2: Fix an assertion failure in tri. by Chia-I Wu · 15 years ago
  52. 04b14e2 progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug by Brian Paul · 15 years ago
  53. bee9964 Merge remote branch 'origin/master' into lp-binning by José Fonseca · 15 years ago
  54. 89e6eb5 progs/egl: Update eglinfo to display more attributes. by Chia-I Wu · 15 years ago
  55. 7056a74 progs/es1: Add bindtex. by Chia-I Wu · 15 years ago
  56. b8d4cbd progs/demos: new image dissolve demo by Brian Paul · 15 years ago
  57. e940216 progs/tests: added a few more files to .gitignore by Brian Paul · 15 years ago
  58. d400700 progs/tests: Remove unnecessary headers. by Vinson Lee · 15 years ago
  59. bbb4115 progs/glsl: Fix bump GLSL compilation error on Mac OS. by Vinson Lee · 15 years ago
  60. 77b1f2f progs/glsl: Remove unused variable in bump.c. by Vinson Lee · 15 years ago
  61. 07fb52b progs/glsl: Remove unnecessary header from samplers.c. by Vinson Lee · 15 years ago
  62. dea98eb support an 'embedded' platform target which turns off most parts of the build. by Alan Hourihane · 15 years ago
  63. cec0e7c glxgears: Support GLX_EXT_swap_control for querying the current swap interval. by Aaron Plattner · 15 years ago
  64. 782f66c progs/tests: use glDrawRangeElements() in bufferobj.c by Brian Paul · 15 years ago
  65. 9b22427 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  66. 7f2f42d progs/demos: Remove unnecessary header from shadowtex.c. by Vinson Lee · 15 years ago
  67. 782b688 Merge branch 'arb_half_float_vertex' by Dave Airlie · 15 years ago
  68. 0928418 Revert "add segl" by Chia-I Wu · 15 years ago
  69. dcaf668 progs: add trivial ARB_half_float_vertex support. by Dave Airlie · 15 years ago
  70. fe33b70 add segl by Chia-I Wu · 15 years ago
  71. cd8614b Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  72. 2f1a49e progs/xdemos: add z/Z keys for scaling the rendering by Brian Paul · 15 years ago
  73. 8bc3c06 progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. by Vinson Lee · 15 years ago
  74. e5829cc progs/demos: call glutDestroyWindow() upon exit by Brian Paul · 15 years ago
  75. 1ca2285 progs/fp: testcases for GL_ARB_fragment_coord_conventions by Brian Paul · 15 years ago
  76. 5e82403 Merge remote branch 'origin/opengl-es-v2' by Chia-I Wu · 15 years ago
  77. 23ae318 glxgears: unbind current context before "destroying" it by Marcin Slusarz · 15 years ago
  78. 8311a49 progs/egl: Pass EGLDisplay to eglCopyBuffers. by Chia-I Wu · 15 years ago
  79. ba5d600 Merge remote branch 'origin/master' into lp-binning by José Fonseca · 15 years ago
  80. 8b29d39 progs/trival: updated tri-scissor-tri.c test by Brian Paul · 15 years ago
  81. b01ffb1 Merge branch 'mesa_7_7_branch' by Jakob Bornecrantz · 15 years ago
  82. 7fcfb71 progs/trivial: test user clip plane in tri-point-line-clipped.c by Brian Paul · 15 years ago
  83. 0a82692 progs/trivial: test glPolygonMode(POINT/LINE) with frustum clipping by Brian Paul · 15 years ago
  84. 8e9ceb8 progs/xdemos: Remove unnecessary header from corender.c. by Vinson Lee · 15 years ago
  85. 477d515 progs/trivial: Remove unnecessary headers from tri-fbo-tex.c. by Vinson Lee · 15 years ago
  86. 7241f51 progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. by Vinson Lee · 15 years ago
  87. ae8ed89 progs/tests: Remove duplicate included header in vparray.c. by Vinson Lee · 15 years ago
  88. 6ed607c progs/tests: Add newline to end of printf in vparray.c. by Vinson Lee · 15 years ago
  89. 7bfa54c progs/redbook: Remove unnecessary header from aapoly.c. by Vinson Lee · 15 years ago
  90. 2178abf progs/glsl: Remove duplicate included header from shtest.c. by Vinson Lee · 15 years ago
  91. 78ddce9 progs/demos: Remove unnecessary header from morph3d.c. by Vinson Lee · 15 years ago
  92. 76e7265 progs/es2: Correctly set renderable type and client version. by Chia-I Wu · 15 years ago
  93. 43f67b6 progs/es1: Bind texture image after rendering. by Chia-I Wu · 15 years ago
  94. 562c127 Merge branch 'master' into opengl-es-v2 by Chia-I Wu · 15 years ago
  95. f07e87f progs/tests: Silence fprintf format warning. by Vinson Lee · 15 years ago
  96. b4bc208 progs/demos: Remove unnecessary header from isosurf.c. by Vinson Lee · 15 years ago
  97. 472a601 progs/egl: Fix screen surface demos. by Chia-I Wu · 15 years ago
  98. c657c80 progs/egl: glGenTextures is called too early in xeglbindtex. by Chia-I Wu · 15 years ago
  99. 3bcb08f progs: Check the number of configs returned by eglChooseConfig. by Chia-I Wu · 15 years ago
  100. 033bd95 progs: Add missing EGL_RENDERABLE_TYPE for EGL demos. by Chia-I Wu · 15 years ago