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