1. b4a191e Merge branch '7.8' by Brian Paul · 15 years ago
  2. 2e995cd progs/demos: Fix the progs/demos/rain help text by Aaron Plattner · 15 years ago
  3. 5b639cd progs/glsl: better comments by Brian Paul · 15 years ago
  4. 94c07b1 progs/tests: asst. changes to antialias.c by Brian Paul · 15 years ago
  5. a69ef34 egl: Fix demos to build with user specified Xlib by Dan Nicholson · 15 years ago
  6. 88be217 egl: Pass flags to locate Xlib headers and libraries by Dan Nicholson · 15 years ago
  7. 4e7a4be Change libX11 variables to not conflict with AC_PATH_XTRA by Dan Nicholson · 15 years ago
  8. 3b693fd Use X_LIBS from pkg-config, instead of libdir, for locating libX11 by Jeff Smith · 15 years ago
  9. a656f2f progs/tests: Ignores by Jakob Bornecrantz · 15 years ago
  10. 4d8f34e progs/tests: added stencilreaddraw to SConscript, Makefile by Brian Paul · 15 years ago
  11. 205253b progs/tests: new stencilreaddraw.c test by Brian Paul · 15 years ago
  12. a30f7eb glxinfo: Print drawable type in verbose mode by Kristian Høgsberg · 15 years ago
  13. 6917ef1 progs/gallium: Move into src/gallium/tests by José Fonseca · 15 years ago
  14. cd70b6b progs/gallium/raw: Update symbols. by José Fonseca · 15 years ago
  15. 19211bb progs/gallium/python: Try to fix most regressions. by José Fonseca · 15 years ago
  16. 039e77a progs/trivial: Update .gitignore. by Vinson Lee · 15 years ago
  17. 3666703 progs/egl: Add lib directories to OpenVG demos by Jakob Bornecrantz · 15 years ago
  18. a060194 progs/glsl: Update .gitignore. by Vinson Lee · 15 years ago
  19. ba81b07 Fix copyright headers. by Chia-I Wu · 15 years ago
  20. 75b8c4a Merge branch '7.8' by Brian Paul · 15 years ago
  21. 866d22c util: Get all depth stencil tests passing. by José Fonseca · 15 years ago
  22. b1cfc19 util: Reorder format tests -- group by format. by José Fonseca · 15 years ago
  23. d3808b1 util: Add dedicated depth-stencil packing/unpacking functions. by José Fonseca · 15 years ago
  24. efae8f3 gallium/unit: Silence warnings. by José Fonseca · 15 years ago
  25. ffedd28 progs/tests: added some debug code (disabled) by Brian Paul · 15 years ago
  26. f154690 util: Remove the half typedef from p_compiler.h. by José Fonseca · 15 years ago
  27. 7f94440 util: Implement YUV and subsampled RGB format conversion. by José Fonseca · 15 years ago
  28. 216c76c progs/egl: Correctly check GL_OES_EGL_image. by Chia-I Wu · 15 years ago
  29. 0942ed4 progs/egl: Fix the blank window in pbuffer demo. by Chia-I Wu · 15 years ago
  30. f51f62e progs/egl: Port drawtex and torus to eglut. by Chia-I Wu · 15 years ago
  31. 5399c6d progs: Include X11 headers and libraries in SCons build. by Vinson Lee · 15 years ago
  32. 4fb2daf Merge branch '7.8' by Ian Romanick · 15 years ago
  33. ad3575e progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap. by Chia-I Wu · 15 years ago
  34. 71b2f1d xdemos: Build object files first by Jeremy Huddleston · 15 years ago
  35. 47e6142 util: Revert unsolicited, untested, unreviewed, and broken changes to format support. by José Fonseca · 15 years ago
  36. dd194b6 python/tests: Output test results in a format that Hudson CI can understand. by José Fonseca · 15 years ago
  37. c87e6e5 progs/gallium/unit: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  38. 36ed9a7 progs/gallium/unit: Move declaration before code. by Vinson Lee · 15 years ago
  39. 2a090ae gallium/util: revert util_format_init addition by Luca Barbieri · 15 years ago
  40. 5126683 gallium/util: add util_format_is_supported to check for pack/unpack by Luca Barbieri · 15 years ago
  41. 6259264 progs/gallium: add unit test for u_half by Luca Barbieri · 15 years ago
  42. c36d15d progs/egl: Update .gitignore. by Chia-I Wu · 15 years ago
  43. 1054f22 progs/egl: Link to eglut first. by Chia-I Wu · 15 years ago
  44. aee5bb5 gallium/util: add util_format_init that inits s3tc and util_half by Luca Barbieri · 15 years ago
  45. 1152032 Revert accidental commits from the xquartz tree by Jeremy Huddleston · 15 years ago
  46. 86a7978 xdemos: Build object files first by Jeremy Huddleston · 15 years ago
  47. 437902c xdemos: Fix a build failure for non-autoconf configs by Jeremy Huddleston · 15 years ago
  48. 4edffe0 gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!) by Luca Barbieri · 15 years ago
  49. 675fcb6 python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] range. by José Fonseca · 15 years ago
  50. 811e602 python/tests: Several cleanups. by José Fonseca · 15 years ago
  51. 532b740 progs/egl: Port OpenVG lion and sp to eglut. by Chia-I Wu · 15 years ago
  52. 7b48d88 progs/egl: Port ES1 gears to eglut. by Chia-I Wu · 15 years ago
  53. dd7276f progs/egl: Port ES1 tri to eglut. by Chia-I Wu · 15 years ago
  54. 765b308 progs/egl: Replace egltri by xegl_tri. by Chia-I Wu · 15 years ago
  55. 02551ca progs/egl: Porg xegl_tri to eglut. by Chia-I Wu · 15 years ago
  56. 589f674 progs/egl: Port eglgears to eglut. by Chia-I Wu · 15 years ago
  57. 57cc1db progs/egl: Add eglut. by Chia-I Wu · 15 years ago
  58. fc3ddd4 progs/openvg: Move OpenVG demos to a subdirectory of progs/egl. by Chia-I Wu · 15 years ago
  59. 7f231ca progs/es: Move OpenGL ES demos to subdirectories of progs/egl. by Chia-I Wu · 15 years ago
  60. c727ef0 progs/egl: Move demos a level deeper. by Chia-I Wu · 15 years ago
  61. 6b1a8e0 gallium/unit: Invoke util_half_init_tables(). by José Fonseca · 15 years ago
  62. 08eb07b util: Add support for other DXTn RGBA formats. by José Fonseca · 15 years ago
  63. 8548efb util: Get DXT1_RGB format working correctly. by José Fonseca · 15 years ago
  64. ca6aacf util: Add test case for PIPE_FORMAT_DXT1_RGB. by José Fonseca · 15 years ago
  65. d099554 util: Allow to have block format test cases by José Fonseca · 15 years ago
  66. 110e039 gallium/unit: Install test in build/xxx/bin by José Fonseca · 15 years ago
  67. 018aae9 util: Make the accessors bidimensional again. by José Fonseca · 15 years ago
  68. 6989572 util: Add callback to fetch a single pixel. by José Fonseca · 15 years ago
  69. 3200e70 python/tests: Read the number of tests to execute from command line. by José Fonseca · 15 years ago
  70. 96bf4af util: Put the format pack/unpack functions in the description table. by José Fonseca · 15 years ago
  71. e245ca7 util: Make pack/unpack operate on spans. by José Fonseca · 15 years ago
  72. 325d553 util: Make util_format_xxx_pack_xxx take pointer as arguments. by José Fonseca · 15 years ago
  73. d0258ca python/tests: Run trhough tests randomly. by José Fonseca · 15 years ago
  74. e566046 python/tests: Rename test name. by José Fonseca · 15 years ago
  75. 6de8f86 python/tests: Test all existing gallium formats. by José Fonseca · 15 years ago
  76. aae63a7 python/tests: Speed up the tests by reusing the same pipe context. by José Fonseca · 15 years ago
  77. fceee46 python/tests: Get the tests running again. by José Fonseca · 15 years ago
  78. e5c7d1e Merge branch '7.8' by Michel Dänzer · 15 years ago
  79. 90075f3 progs/glsl: Add workarounds for Apple GLSL compiler crash. by Vinson Lee · 15 years ago
  80. 52f7289 progs/glsl: Remove inline keyword. by Vinson Lee · 15 years ago
  81. bbe6788 progs/gallium/python: Get tri.py sample working again. by José Fonseca · 15 years ago
  82. 909f0b3 progs/glsl: improve the mouse drag/rotate code a little by Brian Paul · 15 years ago
  83. 8ca937f progs/glsl: let the mouse rotate the scene by RALOVICH, Kristóf · 15 years ago
  84. 21a96a5 progs: Comment out gallium/raw/SConscript from progs/SConscript. by Vinson Lee · 15 years ago
  85. 1cf669d progs/raw: add note about accessing utility functions by Keith Whitwell · 15 years ago
  86. db5c223 gallium: new raw gallium interface to support standalone tests by Keith Whitwell · 15 years ago
  87. 6abc350 progs/tests: Remove duplicate texcompress2 in SConscript. by Vinson Lee · 15 years ago
  88. 87ac117 progs/gallium: Add trivial gallium demos by Jakob Bornecrantz · 15 years ago
  89. 3fcfd69 progs/glsl: Fix vsraytrace GLSL compilation error. by Vinson Lee · 15 years ago
  90. 3bccb54 progs/glsl: Add raytracing demos to SCons build. by Vinson Lee · 15 years ago
  91. f0e04b0 progs/demos: add other modes/patterns to dissolve demo by Brian Paul · 15 years ago
  92. 01f7acb progs/glsl: remove/replace //-style comments by Brian Paul · 15 years ago
  93. 79394f0 progs/glsl: silence warnings, remove debug code, adjust window size, etc by Brian Paul · 15 years ago
  94. 4e32877 demos: import GLSL raytracing demos by RALOVICH, Kristóf · 15 years ago
  95. 9938692 progs/egl: Link xeglthreads to libpthread. by Chia-I Wu · 15 years ago
  96. e725ef1 Change libX11 variables to not conflict with AC_PATH_XTRA by Dan Nicholson · 15 years ago
  97. 182c42c Merge branch '7.8' by Brian Paul · 15 years ago
  98. fce72d5 progs/tests: Add cva_huge to SCons build. by Vinson Lee · 15 years ago
  99. 1e7d65b progs/tests: Include stddef.h for ptrdiff_t on all platforms. by Vinson Lee · 15 years ago
  100. a81cd67 tests: Add test for huge client arrays that has to be split. by Pauli Nieminen · 15 years ago