1. e8d8ea2 progs: Remove remaining EGL demos. by Chia-I Wu · 14 years ago
  2. 6af41a5 mesa: disable building the removed demos by Brian Paul · 14 years ago
  3. 68fc4b4 Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. by Eric Anholt · 14 years ago
  4. 3bd5888 progs/tests: print more info in copypixrate.c by Brian Paul · 14 years ago
  5. 70ae8bf progs/egl: Fix building on cygwin. by Chia-I Wu · 14 years ago
  6. b93fa7e vpglsl: add some simple tests with function calls by Zack Rusin · 14 years ago
  7. ffae54e glxinfo: add queries and reporting for float and sRGB buffer types by Brian Paul · 14 years ago
  8. 5d2e24f rbug: Update and add READMEs by Jakob Bornecrantz · 14 years ago
  9. 92a8ba8 progs/tests: disable invalid 3D texture compression tests by Brian Paul · 14 years ago
  10. 67a27b8 progs/tests: fix a couple bugs in the getprocaddress.c test by Brian Paul · 14 years ago
  11. 0dc1884 progs/tests: update getprocaddress test since moving glapi files by Brian Paul · 14 years ago
  12. 781d56e progs/egl: Fix eglut with OpenGL ES 2.0. by Chia-I Wu · 14 years ago
  13. 2649d64 progs/demos: set line width back to 1.0 in DrawBox() by Brian Paul · 14 years ago
  14. 6a191b2 glxinfo: Get visual info when an fbconfig has an associated visual by Kristian Høgsberg · 14 years ago
  15. 6428398 progs/egl/opengles2: Add es2gears demo by Kristian Høgsberg · 14 years ago
  16. babd71b progs/demos: check for GL_ARB_imaging if convolutions is requested by Brian Paul · 14 years ago
  17. 33c34c0 progs/tests: Remove meaningless const qualifiers. by Vinson Lee · 14 years ago
  18. 19aa773 progs/demos: Remove meaningless const qualifier in vao_demo.c. by Vinson Lee · 14 years ago
  19. 331c01e progs/demos: added code to test compressed mipmap generation (disabled) by Brian Paul · 14 years ago
  20. 1fa7789 Merge branch '7.8' by Brian Paul · 14 years ago
  21. 29fc976 osdemos: replace assertion with error handler by Brian Paul · 14 years ago
  22. c5bf13c osmesa: don't need to link with -lGL by Brian Paul · 14 years ago
  23. 35d52a0 progs/tests: Remove meaningless const qualifier in arraytexture.c. by Vinson Lee · 14 years ago
  24. fbfecda progs/egl: Add egl/eglut to PROGRAM_DIRS. by Chia-I Wu · 14 years ago
  25. 9f74fa1 progs/tests: asst. improvements to zreaddraw.c by Brian Paul · 14 years ago
  26. b4a191e Merge branch '7.8' by Brian Paul · 14 years ago
  27. 2e995cd progs/demos: Fix the progs/demos/rain help text by Aaron Plattner · 14 years ago
  28. 5b639cd progs/glsl: better comments by Brian Paul · 14 years ago
  29. 94c07b1 progs/tests: asst. changes to antialias.c by Brian Paul · 14 years ago
  30. a69ef34 egl: Fix demos to build with user specified Xlib by Dan Nicholson · 14 years ago
  31. 88be217 egl: Pass flags to locate Xlib headers and libraries by Dan Nicholson · 14 years ago
  32. 4e7a4be Change libX11 variables to not conflict with AC_PATH_XTRA by Dan Nicholson · 14 years ago
  33. 3b693fd Use X_LIBS from pkg-config, instead of libdir, for locating libX11 by Jeff Smith · 14 years ago
  34. a656f2f progs/tests: Ignores by Jakob Bornecrantz · 14 years ago
  35. 4d8f34e progs/tests: added stencilreaddraw to SConscript, Makefile by Brian Paul · 14 years ago
  36. 205253b progs/tests: new stencilreaddraw.c test by Brian Paul · 14 years ago
  37. a30f7eb glxinfo: Print drawable type in verbose mode by Kristian Høgsberg · 14 years ago
  38. 6917ef1 progs/gallium: Move into src/gallium/tests by José Fonseca · 14 years ago
  39. cd70b6b progs/gallium/raw: Update symbols. by José Fonseca · 14 years ago
  40. 19211bb progs/gallium/python: Try to fix most regressions. by José Fonseca · 14 years ago
  41. 039e77a progs/trivial: Update .gitignore. by Vinson Lee · 14 years ago
  42. 3666703 progs/egl: Add lib directories to OpenVG demos by Jakob Bornecrantz · 14 years ago
  43. a060194 progs/glsl: Update .gitignore. by Vinson Lee · 14 years ago
  44. ba81b07 Fix copyright headers. by Chia-I Wu · 14 years ago
  45. 75b8c4a Merge branch '7.8' by Brian Paul · 14 years ago
  46. 866d22c util: Get all depth stencil tests passing. by José Fonseca · 14 years ago
  47. b1cfc19 util: Reorder format tests -- group by format. by José Fonseca · 14 years ago
  48. d3808b1 util: Add dedicated depth-stencil packing/unpacking functions. by José Fonseca · 14 years ago
  49. efae8f3 gallium/unit: Silence warnings. by José Fonseca · 14 years ago
  50. ffedd28 progs/tests: added some debug code (disabled) by Brian Paul · 14 years ago
  51. f154690 util: Remove the half typedef from p_compiler.h. by José Fonseca · 14 years ago
  52. 7f94440 util: Implement YUV and subsampled RGB format conversion. by José Fonseca · 14 years ago
  53. 216c76c progs/egl: Correctly check GL_OES_EGL_image. by Chia-I Wu · 14 years ago
  54. 0942ed4 progs/egl: Fix the blank window in pbuffer demo. by Chia-I Wu · 14 years ago
  55. f51f62e progs/egl: Port drawtex and torus to eglut. by Chia-I Wu · 14 years ago
  56. 5399c6d progs: Include X11 headers and libraries in SCons build. by Vinson Lee · 14 years ago
  57. 4fb2daf Merge branch '7.8' by Ian Romanick · 14 years ago
  58. ad3575e progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap. by Chia-I Wu · 14 years ago
  59. 71b2f1d xdemos: Build object files first by Jeremy Huddleston · 14 years ago
  60. 47e6142 util: Revert unsolicited, untested, unreviewed, and broken changes to format support. by José Fonseca · 14 years ago
  61. dd194b6 python/tests: Output test results in a format that Hudson CI can understand. by José Fonseca · 14 years ago
  62. c87e6e5 progs/gallium/unit: Silence uninitialized variable warnings. by Vinson Lee · 14 years ago
  63. 36ed9a7 progs/gallium/unit: Move declaration before code. by Vinson Lee · 14 years ago
  64. 2a090ae gallium/util: revert util_format_init addition by Luca Barbieri · 14 years ago
  65. 5126683 gallium/util: add util_format_is_supported to check for pack/unpack by Luca Barbieri · 14 years ago
  66. 6259264 progs/gallium: add unit test for u_half by Luca Barbieri · 14 years ago
  67. c36d15d progs/egl: Update .gitignore. by Chia-I Wu · 14 years ago
  68. 1054f22 progs/egl: Link to eglut first. by Chia-I Wu · 14 years ago
  69. aee5bb5 gallium/util: add util_format_init that inits s3tc and util_half by Luca Barbieri · 14 years ago
  70. 1152032 Revert accidental commits from the xquartz tree by Jeremy Huddleston · 14 years ago
  71. 86a7978 xdemos: Build object files first by Jeremy Huddleston · 14 years ago
  72. 437902c xdemos: Fix a build failure for non-autoconf configs by Jeremy Huddleston · 14 years ago
  73. 4edffe0 gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!) by Luca Barbieri · 14 years ago
  74. 675fcb6 python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] range. by José Fonseca · 14 years ago
  75. 811e602 python/tests: Several cleanups. by José Fonseca · 14 years ago
  76. 532b740 progs/egl: Port OpenVG lion and sp to eglut. by Chia-I Wu · 14 years ago
  77. 7b48d88 progs/egl: Port ES1 gears to eglut. by Chia-I Wu · 14 years ago
  78. dd7276f progs/egl: Port ES1 tri to eglut. by Chia-I Wu · 14 years ago
  79. 765b308 progs/egl: Replace egltri by xegl_tri. by Chia-I Wu · 14 years ago
  80. 02551ca progs/egl: Porg xegl_tri to eglut. by Chia-I Wu · 14 years ago
  81. 589f674 progs/egl: Port eglgears to eglut. by Chia-I Wu · 14 years ago
  82. 57cc1db progs/egl: Add eglut. by Chia-I Wu · 14 years ago
  83. fc3ddd4 progs/openvg: Move OpenVG demos to a subdirectory of progs/egl. by Chia-I Wu · 14 years ago
  84. 7f231ca progs/es: Move OpenGL ES demos to subdirectories of progs/egl. by Chia-I Wu · 14 years ago
  85. c727ef0 progs/egl: Move demos a level deeper. by Chia-I Wu · 14 years ago
  86. 6b1a8e0 gallium/unit: Invoke util_half_init_tables(). by José Fonseca · 14 years ago
  87. 08eb07b util: Add support for other DXTn RGBA formats. by José Fonseca · 14 years ago
  88. 8548efb util: Get DXT1_RGB format working correctly. by José Fonseca · 14 years ago
  89. ca6aacf util: Add test case for PIPE_FORMAT_DXT1_RGB. by José Fonseca · 14 years ago
  90. d099554 util: Allow to have block format test cases by José Fonseca · 14 years ago
  91. 110e039 gallium/unit: Install test in build/xxx/bin by José Fonseca · 14 years ago
  92. 018aae9 util: Make the accessors bidimensional again. by José Fonseca · 14 years ago
  93. 6989572 util: Add callback to fetch a single pixel. by José Fonseca · 14 years ago
  94. 3200e70 python/tests: Read the number of tests to execute from command line. by José Fonseca · 14 years ago
  95. 96bf4af util: Put the format pack/unpack functions in the description table. by José Fonseca · 14 years ago
  96. e245ca7 util: Make pack/unpack operate on spans. by José Fonseca · 14 years ago
  97. 325d553 util: Make util_format_xxx_pack_xxx take pointer as arguments. by José Fonseca · 14 years ago
  98. d0258ca python/tests: Run trhough tests randomly. by José Fonseca · 14 years ago
  99. e566046 python/tests: Rename test name. by José Fonseca · 14 years ago
  100. 6de8f86 python/tests: Test all existing gallium formats. by José Fonseca · 14 years ago