1. 711f642 scons: Allow any toolchain to be specified in the command line. by José Fonseca · 14 years ago
  2. f1f6370 util: Remove the hand written u_tile.c functions for the ones that are code generated correctly. by José Fonseca · 14 years ago
  3. c5d4a44 util: Use u_format_pack.py's code instead of u_format_access.py. by José Fonseca · 14 years ago
  4. 8e833c7 llvmpipe: Don't rely on u_format_access.py by José Fonseca · 14 years ago
  5. d97f696 Merge branch 'gallium-new-formats' by Roland Scheidegger · 14 years ago
  6. 96bf4af util: Put the format pack/unpack functions in the description table. by José Fonseca · 14 years ago
  7. e245ca7 util: Make pack/unpack operate on spans. by José Fonseca · 14 years ago
  8. b46750d st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more places by Ben Skeggs · 14 years ago
  9. 325d553 util: Make util_format_xxx_pack_xxx take pointer as arguments. by José Fonseca · 14 years ago
  10. bce109c util: Fix PIPE_FORMAT_B5G5R5X1_UNORM test case. by José Fonseca · 14 years ago
  11. 338b9d7 util: Use VOID type for X channels in format descriptions. by José Fonseca · 14 years ago
  12. d0258ca python/tests: Run trhough tests randomly. by José Fonseca · 14 years ago
  13. 213e658 gallivm: Fix USCALED translation. Minor Cleanups. by José Fonseca · 14 years ago
  14. ead8f82 llvmpipe: More accurate format capability exporting. by José Fonseca · 14 years ago
  15. aa364d0 llvmpipe: Drop the aos format conversion. by José Fonseca · 14 years ago
  16. 7a26c87 util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant. by José Fonseca · 14 years ago
  17. e566046 python/tests: Rename test name. by José Fonseca · 14 years ago
  18. 6de8f86 python/tests: Test all existing gallium formats. by José Fonseca · 14 years ago
  19. aae63a7 python/tests: Speed up the tests by reusing the same pipe context. by José Fonseca · 14 years ago
  20. fceee46 python/tests: Get the tests running again. by José Fonseca · 14 years ago
  21. 52b4691 st/python: Generate binding for u_format utility functions too. by José Fonseca · 14 years ago
  22. f2463ea i965g: Fix assertion that was always true. by Vinson Lee · 14 years ago
  23. 5123e33 st/dri: Remove unnecessary header. by Vinson Lee · 14 years ago
  24. 9b6285c identity: Remove unnecessary header. by Vinson Lee · 14 years ago
  25. 91454fb st/dri: Remove unnecessary header. by Vinson Lee · 14 years ago
  26. 539d03f mesa: added glGet queries for transform_feedback by Brian Paul · 14 years ago
  27. 86a1ea3 mesa: added glEnable/Disable state for transform feedback by Brian Paul · 14 years ago
  28. 423860a mesa: add new query/buffer targets for transform feedback by Brian Paul · 14 years ago
  29. a5d7ee9 mesa: plug in transform feedback functions, set limits by Brian Paul · 14 years ago
  30. e443d13 mesa: add transformfeedback.c to build by Brian Paul · 14 years ago
  31. de8530e mesa: initial check-in of transform feedback functions by Brian Paul · 14 years ago
  32. e5c6964 mesa: add transform feedback queries by Brian Paul · 14 years ago
  33. 4e9f075 mesa: add EXT_transform_feedback to extension list by Brian Paul · 14 years ago
  34. 066f009 mesa: initial data structures for transform feedback by Brian Paul · 14 years ago
  35. ed17446 mesa: simplify query code with get_query_binding_point() by Brian Paul · 14 years ago
  36. 4afed82 intel: Bump intel driver date to later than the date on the 7.8 branch by Ian Romanick · 14 years ago
  37. 9426499 dri: Drop another unused __DRIscreen field by Kristian Høgsberg · 14 years ago
  38. 4251076 dri: Drop the unused dummyContext by Kristian Høgsberg · 14 years ago
  39. 221bc02 dri: Drop an unused __DRIcontext field by Kristian Høgsberg · 14 years ago
  40. ff6bce5 intel: Remove redundant fields from struct intel_context by Kristian Høgsberg · 14 years ago
  41. 581c773 intel: Use fb->Height when flipping read buffer orientation by Kristian Høgsberg · 14 years ago
  42. 3623202 r300/compiler: Unbreak DDX/DDY. by Corbin Simpson · 14 years ago
  43. dc886ba1 gallivm: cleanup the code (found by coverity) by Zack Rusin · 14 years ago
  44. 5cc9387 drisw: fix use after free (bug 27370) by George Sapountzis · 14 years ago
  45. e5c7d1e Merge branch '7.8' by Michel Dänzer · 14 years ago
  46. 07c6d94 glx/dri2: Fix debug build with old dri2proto. by Michel Dänzer · 14 years ago
  47. aa1a790 st/dri: Fix a memory leak in dri1_init_screen. by Chia-I Wu · 14 years ago
  48. f6f5cba mesa/es: Use core mesa's mfeatures.h. by Chia-I Wu · 14 years ago
  49. 066477a mesa: Add missing features. by Chia-I Wu · 14 years ago
  50. 9f0e1be mesa: Add umbrella features. by Chia-I Wu · 14 years ago
  51. 4928900 drisw: Remove unnecessary header. by Vinson Lee · 14 years ago
  52. f2c5556 swrastg: Silence unused value warning. by Vinson Lee · 14 years ago
  53. ba43b74 r300g: Remove unused variable. by Vinson Lee · 14 years ago
  54. 9dc51ad r300g: Remove unnecessary header. by Vinson Lee · 14 years ago
  55. 587c5ef0 r300g: Bind constantbuf to Draw immediately, don't wait for render. by Corbin Simpson · 14 years ago
  56. c1a392a st/glx: Remove a wrong assertion in choose_pixel_format. by Chia-I Wu · 14 years ago
  57. 8c6f71e gallivm: use constant size array, added assertion check by Brian Paul · 14 years ago
  58. 56b34e5 gallium/util: use other layout instead of the old compressed by Roland Scheidegger · 14 years ago
  59. 733df00 Merge branch 'master' into gallium-new-formats by Roland Scheidegger · 14 years ago
  60. 6fb364a gallium: adapt all code to the renamed depth/stencil formats by Roland Scheidegger · 14 years ago
  61. 4e9690f gallium: make the python scripts for format parsing not fail on new formats by Roland Scheidegger · 14 years ago
  62. 5fa0984 Add test case for lp_bld_printf() by Chris Li · 14 years ago
  63. 3b1a8d9 gallivm: added lp_bld_printf() function by Chris Li · 14 years ago
  64. 90075f3 progs/glsl: Add workarounds for Apple GLSL compiler crash. by Vinson Lee · 14 years ago
  65. 52f7289 progs/glsl: Remove inline keyword. by Vinson Lee · 14 years ago
  66. bbe6788 progs/gallium/python: Get tri.py sample working again. by José Fonseca · 14 years ago
  67. d0e7aa2 st/python: Update for util_draw_vertex_buffer changes. by José Fonseca · 14 years ago
  68. 69492c3 st/python: Move surface read/write methods to context. by José Fonseca · 14 years ago
  69. 012fabc gallivm: make sure that the alloca's are the very first thing in the function by Zack Rusin · 14 years ago
  70. 625e024 st/dri/sw: add drisw_api similarly to dri1_api by George Sapountzis · 14 years ago
  71. 6cc5fbd ws/sw/dri: s/xm/dri_sw/ by George Sapountzis · 14 years ago
  72. 2aafbd7 docs: fix 7.7.1 release date by Brian Paul · 14 years ago
  73. 9de2ee6 gallium: fix bogus depth/stencil format names (and channel descriptions) by Roland Scheidegger · 14 years ago
  74. d9eae63 gallium: add new texture formats by Roland Scheidegger · 14 years ago
  75. 909f0b3 progs/glsl: improve the mouse drag/rotate code a little by Brian Paul · 14 years ago
  76. 8ca937f progs/glsl: let the mouse rotate the scene by RALOVICH, Kristóf · 14 years ago
  77. 1cbd510 glsl: avoid using rcp in length() functions by Brian Paul · 14 years ago
  78. ab0b9f8 glsl: remove rcp from sqrt() by Brian Paul · 14 years ago
  79. e96147e gallium/docs: minor fixes by Roland Scheidegger · 14 years ago
  80. 588dd18 Revert "python: Temporarily disable python state tracker until transfers are done by contexts" by José Fonseca · 14 years ago
  81. f3cb08f i965g: util_format_is_compressed() -> util_format_is_s3tc(). by José Fonseca · 14 years ago
  82. cfbbe24 mesa/st: util_format_is_compressed() -> util_format_is_s3tc(). by José Fonseca · 14 years ago
  83. bade761 svga: util_format_is_compressed() -> util_format_is_s3tc(). by José Fonseca · 14 years ago
  84. 28cf5e1 r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC. by José Fonseca · 14 years ago
  85. b9ad95d util: Distinguish between the different compression formats. by José Fonseca · 14 years ago
  86. 37877b1 softpipe: Map GS constants, too. by Michal Krol · 14 years ago
  87. 1c2912e r300g: print configurable debugging info on non-debug builds by Marek Olšák · 14 years ago
  88. dec9490 mesa: Add 7.8 release MD5 sums by Ian Romanick · 14 years ago
  89. ef6736e intel: Bump intel driver date to reflect status as 2010Q1 release by Ian Romanick · 14 years ago
  90. a6a4613 mesa: set version string to 7.8 by Ian Romanick · 14 years ago
  91. 1128992 mesa: Add 7.7.1 release MD5 sums by Ian Romanick · 14 years ago
  92. cbc99d3 mesa: set version string to 7.7.1 by Ian Romanick · 14 years ago
  93. 5f1699e swrast: Remove unnecessary header. by Vinson Lee · 14 years ago
  94. 21a96a5 progs: Comment out gallium/raw/SConscript from progs/SConscript. by Vinson Lee · 14 years ago
  95. 1cf669d progs/raw: add note about accessing utility functions by Keith Whitwell · 14 years ago
  96. d0d73a3 ws/xlib: Call XFlush after PutImage by Keith Whitwell · 14 years ago
  97. db5c223 gallium: new raw gallium interface to support standalone tests by Keith Whitwell · 14 years ago
  98. f97f46f aux/tgsi: fix some minor glitches in string routines by Keith Whitwell · 14 years ago
  99. 42ab3f6 st/python: updates for recent interface changes by Keith Whitwell · 14 years ago
  100. a24fc90 drisw: probably better hack for stride and some comments by George Sapountzis · 14 years ago