1. 63bc736 docs: list the new VMware SVGA Gallium driver in release notes by Brian Paul · 15 years ago
  2. cf65d81 dri: Ensure subdirs have finished before linking driver by Dan Nicholson · 15 years ago
  3. 041cd0e progs/util: Fix memory leak if LoadRGBImage fails. by Vinson Lee · 15 years ago
  4. 33e93f4 r600: More span breakage fixes. by Michel Dänzer · 15 years ago
  5. 0e783c7 progs/glsl: Fix memory leak in deriv.c. by Vinson Lee · 15 years ago
  6. 29f3e7e r600: Attempt to fix span breakage introduced by big endian fixes. by Michel Dänzer · 15 years ago
  7. 28b8e4b progs/util: Fix memory if LoadRGBMipmaps2 fails. by Vinson Lee · 15 years ago
  8. 081bf95 radeon: Depth/stencil span code fixes for big endian. by Michel Dänzer · 15 years ago
  9. 592ce48 radeon: Fix occlusion queries on big endian. by Michel Dänzer · 15 years ago
  10. 2262765 radeon: Fix software fallbacks with KMS on big endian. by Michel Dänzer · 15 years ago
  11. f265126 radeon: FBO fixes for big endian. by Michel Dänzer · 15 years ago
  12. 2d0c295 Add MESA_FORMAT_XRGB8888_REV. by Michel Dänzer · 15 years ago
  13. e015a4c radeon: rn50's have no 3D engine so don't try and init 3D driver. by Dave Airlie · 15 years ago
  14. 0e790ac progs/util: Fix memory leak if LoadYUVImage fails. by Vinson Lee · 15 years ago
  15. 60769b2 svga: Build svga driver by Jakob Bornecrantz · 15 years ago
  16. f7109aa svga: Add vmwgfx_drm.h file from vmwgfx kernel driver by Jakob Bornecrantz · 15 years ago
  17. 3192633 svga: Add svga driver by Jakob Bornecrantz · 15 years ago
  18. 6b480dc progs/demos: Fix memory leak in ray.c. by Vinson Lee · 15 years ago
  19. 648e8b4 st/xorg: Fix copy-pasto by Jakob Bornecrantz · 15 years ago
  20. ee555e3 progs/demos: Fix memory leak in projtex.c. by Vinson Lee · 15 years ago
  21. a1afe30 progs/demos: Fix memory leak in ipers.c. by Vinson Lee · 15 years ago
  22. fdfbae3 i965: Use MESA_FORMAT_AL1616 when appropriate by Ian Romanick · 15 years ago
  23. b1616b2 Move 'static' to start of declaration to silence compiler warning by Ian Romanick · 15 years ago
  24. 12982e3 AL1616: Enable MESA_FORMAT_AL1616 for software paths by Ian Romanick · 15 years ago
  25. 3325dc9 AL1616: Add TexImage storage path by Ian Romanick · 15 years ago
  26. 975871b AL1616: Add texel fetch / store routines by Ian Romanick · 15 years ago
  27. eb437fa AL1616: Add formats for GL_LUMINANCE16_ALPHA16 textures by Ian Romanick · 15 years ago
  28. 5fb07a4 AL1616: Add macros to pack two GLushorts into a texel by Ian Romanick · 15 years ago
  29. aef3218 progs/demos: Fix memory leak in fslight.c. by Vinson Lee · 15 years ago
  30. cb060f3 st/xorg: Fix comp alpha code and deal with luminance masks by Jakob Bornecrantz · 15 years ago
  31. 5438ee3 st/xorg: Incase of format missmatch swizzle channels and set alpha by Jakob Bornecrantz · 15 years ago
  32. d683acb r600: don't force Z order by Alex Deucher · 15 years ago
  33. 0f06025 docs: Update r300g status. by Corbin Simpson · 15 years ago
  34. 664b730 docs: fixes, changes for Mesa 7.7 by Brian Paul · 15 years ago
  35. fcf8dea progs/tests: silence warning by Brian Paul · 15 years ago
  36. f549f4c mesa: remove unused vertex array driver hooks by Brian Paul · 15 years ago
  37. 652828e mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT() by Brian Paul · 15 years ago
  38. a719395 mesa: use _mesa_get_current_tex_object() by Brian Paul · 15 years ago
  39. ecb03d7 mesa: added another check in check_gen_mipmap() by Brian Paul · 15 years ago
  40. d3a37d9 st/xorg: Only reference new picture formats when they're defined. by Michel Dänzer · 15 years ago
  41. afae49c st/mesa: comments for st_draw.c by Brian Paul · 15 years ago
  42. 4581f70 st/egl: add some basic comments by Brian Paul · 15 years ago
  43. abefd7d nv20: Fix build for the last nouveau_class.h changes. by Francisco Jerez · 15 years ago
  44. ed9c493 nv10: Fix build for the last nouveau_class.h changes. by Francisco Jerez · 15 years ago
  45. a420056 progs: Ignore Mac OS dSYM directories. by Vinson Lee · 15 years ago
  46. 57f40b1 i965: Share OPCODE_TXB between brw_wm_emit.c and brw_wm_glsl.c by Eric Anholt · 15 years ago
  47. 1be0efc i965: Share OPCODE_TEX between brw_wm_emit.c and brw_wm_glsl.c. by Eric Anholt · 15 years ago
  48. a0fd49b i965: Clean up emit_tex a bit. by Eric Anholt · 15 years ago
  49. 3d36d6b Merge remote branch 'origin/mesa_7_6_branch' by Eric Anholt · 15 years ago
  50. 99077e7 i965: Flag BRW_NEW_CONTEXT on some context state. by Eric Anholt · 15 years ago
  51. 1ffd0a7 intel: Remove some dead context structure fields. by Eric Anholt · 15 years ago
  52. 3727858 i965: Remove an unused cache_item field. by Eric Anholt · 15 years ago
  53. b54f8ee i965: Remove long dead structures for ffvertex_prog.c. by Eric Anholt · 15 years ago
  54. ded0ec1 i965: Use bo_map instead of subdata to upload the bits of constant buffer. by Eric Anholt · 15 years ago
  55. 8e8586e i965: Validate the number of URB entries selected for the VS. by Eric Anholt · 15 years ago
  56. 3c05c1e intel: When subdataing a busy buffer, use a temporary and blit in. by Eric Anholt · 15 years ago
  57. 4e50ce3 i965: Clean up Ironlake sampler type definitions. by Eric Anholt · 15 years ago
  58. 91bd593 i965: Avoid moving the current value back into the accumulator for MAD. by Eric Anholt · 15 years ago
  59. d6690ce mesa: Improve the eliminate-move-use to work across multiple instructions. by Eric Anholt · 15 years ago
  60. 654122b st/xorg: try to fix non-uniform transforms by Zack Rusin · 15 years ago
  61. 43080e4 progs/glsl: Add missing break statement in multinoise.c. by Vinson Lee · 15 years ago
  62. b6b753f intel: Don't check for context pointer to be NULL during extension init by Ian Romanick · 15 years ago
  63. a736d3f intel: Remove unused enable_imaging parameter to intelInitExtensions by Ian Romanick · 15 years ago
  64. 514544f i965: Fix Ironlake shadow comparisons. by Eric Anholt · 15 years ago
  65. 5f305b1 i965: Fix VBO last-valid-offset setup on Ironlake. by Eric Anholt · 15 years ago
  66. 4d72f8f st/xorg: use an immediate instead of a full blown const by Zack Rusin · 15 years ago
  67. 72b4a7d st/xorg: don't use flow control by Zack Rusin · 15 years ago
  68. 0a39620 swrast: handle additional Z24 formats in read_depth_pixels() by Brian Paul · 15 years ago
  69. ab12e76 i965: fix EXT_provoking_vertex support by Roland Scheidegger · 15 years ago
  70. 7dfea5c demos/glsl: Add missing break statement to noise test. by Vinson Lee · 15 years ago
  71. 2cfbbc7 st/xorg: implement repeatnone and make some code smell less like ass by Zack Rusin · 15 years ago
  72. 493d599 st/xorg: fallback until daddy can implement you properly by Zack Rusin · 15 years ago
  73. 2ff4f5a progs/tests: add alpha/blend testing to packedpixels.c by Brian Paul · 15 years ago
  74. cbee31a r300, r300g: Add missing registers. by Corbin Simpson · 15 years ago
  75. d030ce6 dri-st: Add some required GL 2.0 extensions. by Corbin Simpson · 15 years ago
  76. 1220aba i965: Fix VS constant buffer value loading. by Eric Anholt · 15 years ago
  77. e5ffb9f i965: Unalias src/dst registers for SGE and friends. by Eric Anholt · 15 years ago
  78. 23a4a67 i965: Allow use of PROGRAM_LOCAL constants in ARB_vp. by Eric Anholt · 15 years ago
  79. e4a19ff st/xorg: Fallback if picture format doesn't match texture format by Jakob Bornecrantz · 15 years ago
  80. 3201c65 st/xorg: Don't segfault when debug printing by Jakob Bornecrantz · 15 years ago
  81. fca8b2c st/xorg: wrap to border color by Zack Rusin · 15 years ago
  82. b81f213 swrast: update renderbuffer format assertions by brian · 15 years ago
  83. a65b84d mesa: fix some begin/end render-to-texture logic by brian · 15 years ago
  84. bc569cd mesa: move check_begin/end_texture_render() calls by brian · 15 years ago
  85. d96e55f mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT() by brian · 15 years ago
  86. e6f60d3 mesa: rename vars in _mesa_BindFramebufferEXT() by brian · 15 years ago
  87. a492ab7 mesa: added comment for check_begin_texture_render() by brian · 15 years ago
  88. 4c54f8e st/egl: Probe hardware for depth stencil format by Jakob Bornecrantz · 15 years ago
  89. d2c886c st/xorg: cleanup the naming by Zack Rusin · 15 years ago
  90. e08512f st/xorg: print ouf the picture formats when compositing by Zack Rusin · 15 years ago
  91. e42b156 Merge remote branch 'origin/mesa_7_6_branch' by Eric Anholt · 15 years ago
  92. c541383 i965: avoid memsetting all the BRW_WM_MAX_INSN arrays for every compile. by Eric Anholt · 15 years ago
  93. eb6a1f8 i965: Add a note explaining the data cache domain. by Eric Anholt · 15 years ago
  94. 520b6ab i915g: Fix memory leak when pci id is unknown. by Vinson Lee · 15 years ago
  95. 56ab92b i965: Unalias src/dst registers for SGE and friends. by Eric Anholt · 15 years ago
  96. d52d78b i965: Allow use of PROGRAM_LOCAL constants in ARB_vp. by Eric Anholt · 15 years ago
  97. 28039ff slang: Fix return value check. by Michal Krol · 15 years ago
  98. 5e17c89 st/xorg: Fix SCons build. by Michel Dänzer · 15 years ago
  99. 413e933 slang: Check OOM conditions for alloc_node_storage(). by Michal Krol · 15 years ago
  100. eef5a0b llvmpipe: Fix derived blend color state. by José Fonseca · 15 years ago