1. 5d8aae5 st/mesa: use util_format_get_blocksize() by Brian Paul · 15 years ago
  2. 5bc6289 st/mesa: code clean-ups in st_renderbuffer_alloc_storage() by Brian Paul · 15 years ago
  3. f8978f1 llvmpipe: SRGB textures not supported yet by Brian Paul · 15 years ago
  4. ba92947 llvmpipe: vertex shader textures not supported yet by Brian Paul · 15 years ago
  5. 5997501 r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24d by Alex Deucher · 15 years ago
  6. f9f4f3d r300: Update for UTIL_FORMAT_LAYOUT_xxx changes. by José Fonseca · 15 years ago
  7. 85434f9 mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes. by José Fonseca · 15 years ago
  8. 83686b3 llvmpipe: Update for UTIL_FORMAT_LAYOUT_xxx changes. by José Fonseca · 15 years ago
  9. e5a43ac gallivm: Update for UTIL_FORMAT_LAYOUT_xxx changes. by José Fonseca · 15 years ago
  10. 816d235 util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx. by José Fonseca · 15 years ago
  11. b64b78e i915g: fix a comment by Brian Paul · 15 years ago
  12. fb1834c gallium/docs: clean up texture usage text, added texture geom info by Brian Paul · 15 years ago
  13. 0858105 llvmpipe: Fix breakeage. by José Fonseca · 15 years ago
  14. 1dbb5f0 util: Refactor some code. by José Fonseca · 15 years ago
  15. 3c45c4b util: Cope with the fact that formats in u_format.csv are not ordered. by José Fonseca · 15 years ago
  16. 943314f util: Factor out the code to shorten a format name. by José Fonseca · 15 years ago
  17. a939536 llvmpipe: Handle correctly 24bit formats. by José Fonseca · 15 years ago
  18. 395b335 util: Handle correctly 24bit formats. by José Fonseca · 15 years ago
  19. 5caa004 util: Minor tweaks to ambigous/unused format descriptions. by José Fonseca · 15 years ago
  20. 55f02ba util: Fix swizzles for SRGB formats. by José Fonseca · 15 years ago
  21. ba7ce0c util: Organize formats in groups. Add comments. by José Fonseca · 15 years ago
  22. b57d80d util: Allow '#' comments in u_format.csv. by José Fonseca · 15 years ago
  23. 78f72d7 mesa: disable unreachable meta mipmap gen code by Brian Paul · 15 years ago
  24. 573a800 util: Kill unused UTIL_FORMAT_LAYOUT_SCALAR. by José Fonseca · 15 years ago
  25. 4e526b4 llvmpipe: Kill unused UTIL_FORMAT_LAYOUT_SCALAR. by José Fonseca · 15 years ago
  26. 5dce9b2 util: Store more derived data in the the format description. by José Fonseca · 15 years ago
  27. 3f5bac8 radeon/r200: fix the state emission before kernel clear by Dave Airlie · 15 years ago
  28. e16f0c1 r600: Assert that array index is not negative. by Vinson Lee · 15 years ago
  29. b75d407 radeon: fix bad state emission causes kernel to do bad depth clear by Dave Airlie · 15 years ago
  30. db9c151 intel: Call intel_prepare_render() in intelMakeCurrent() by Kristian Høgsberg · 15 years ago
  31. 402f54b gallivm: added clamp and int_to_float functions by Brian Paul · 15 years ago
  32. 1eec90d llvmpipe: add lp_tile_image.c to sources by Brian Paul · 15 years ago
  33. 5e32128 llvmpipe: whole image tile/untile functions by Brian Paul · 15 years ago
  34. b628950 st/mesa: whitespace fixes by Brian Paul · 15 years ago
  35. cd25e43 llvmpipe: remove Z16 format override hack by Brian Paul · 15 years ago
  36. 0e7c22f llvmpipe: Z16 format is not supported by Brian Paul · 15 years ago
  37. a84575c st/glx: improved depth/stencil format selection code by Brian Paul · 15 years ago
  38. f7830dc st/glx: added PIPE_FORMAT_Z24S8_UNORM code by Brian Paul · 15 years ago
  39. 049b4c3 llvmpipe: added assertions to verify that scene is empty by Brian Paul · 15 years ago
  40. c8aaa24 llvmpipe: added some assertions by Brian Paul · 15 years ago
  41. 295a025 glapi: fix es after mv by George Sapountzis · 15 years ago
  42. ad520aa glapi: fix code generation Makefile after mv by George Sapountzis · 15 years ago
  43. f437a67 glapi: mv code generation to subdir by George Sapountzis · 15 years ago
  44. 232f6e1 r300g: fix texture swizzling for the SRGB formats by Marek Olšák · 15 years ago
  45. 251bf29 glx: Fix some typos in pointer checking for OML_sync_control entry points. by kleinerm · 15 years ago
  46. 2f5beb4 pipebuffer: slab: if size < alignment, use alignment to find bucket by Luca Barbieri · 15 years ago
  47. c36b912 pipebuffer: fix inverted signalled checking by Luca Barbieri · 15 years ago
  48. 9f4f878 pipebuffer: avoid assert due to increasing a zeroed refcnt by Luca Barbieri · 15 years ago
  49. c41cf31 i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed. by Eric Anholt · 15 years ago
  50. 7d1237b egl: Remove unused _EGL_SKIP_HANDLE_CHECK. by Chia-I Wu · 15 years ago
  51. 58a72cd st/egl: Unify surface creation. by Chia-I Wu · 15 years ago
  52. abcb6b6 mesa: Assert that array index is not negative. by Vinson Lee · 15 years ago
  53. 83a5b7e glsl/apps: Assert that ftell does not return an error. by Vinson Lee · 15 years ago
  54. a0fe36a i965g: Add fallthrough comments in switch statement. by Vinson Lee · 15 years ago
  55. 6da07e4 draw: Remove dead code. by Vinson Lee · 15 years ago
  56. 902ccfc r300g: fix draw_elements for "start" != 0 by Marek Olšák · 15 years ago
  57. b330928 svga: Upload user buffers only once. by José Fonseca · 15 years ago
  58. 8ea7d84 svga: Fix the guest offset of piecewise buffer DMAs. by José Fonseca · 15 years ago
  59. 066fd70 svga: Emit a scalar rcp in shadow maps. by José Fonseca · 15 years ago
  60. 7384cdf svga: Don't emit zero writemasks. by José Fonseca · 15 years ago
  61. 28e80aa tgsi: Report an error when a destination has an empty writemask. by José Fonseca · 15 years ago
  62. d1a0225 svga: Upload the dirty ranges instead of the whole buffer. by José Fonseca · 15 years ago
  63. 2452921 svga: Break uploads of big buffers into smaller pieces. by José Fonseca · 15 years ago
  64. 3a6e581 svga: Note ranges even when there is no hardware buffer around. by José Fonseca · 15 years ago
  65. cf86133 svga: Further cleanup/comment svga buffer code. by José Fonseca · 15 years ago
  66. 6390dbb svga: Temporarily create a sw vertex buf when failed to create a hw buf. by José Fonseca · 15 years ago
  67. 21480fb svga: Remove unused buffer download code. by José Fonseca · 15 years ago
  68. 9359295 pipebuffer: Don't synchronize when checking for buffer overflows. by José Fonseca · 15 years ago
  69. e9ac0fb python/retrace: Dump all vertices for verbosity level 3. by José Fonseca · 15 years ago
  70. 422167a svga: Prevent buffer overflow in buffer ranges. by José Fonseca · 15 years ago
  71. 12d5203 svga: Fix PIPE_LOGICOP_INVERT. by José Fonseca · 15 years ago
  72. edd85bc bin/mklib: Clear CDPATH to avoid damaging expand_archive output by Keith Packard · 15 years ago
  73. 52cc3b0 glxinfo: Fix User error in glGetProgramivARB by Brian Paul · 15 years ago
  74. 2467354 i965g: added missing texture cap queries by Brian Paul · 15 years ago
  75. 98e2f6c i915g: added missing texture cap queries by Brian Paul · 15 years ago
  76. cfdd1ca st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixels by Brian Paul · 15 years ago
  77. 504e297 st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_x by Brian Paul · 15 years ago
  78. 6ce5b5e mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH. by Brian Paul · 15 years ago
  79. 15904c0 intel: assert that we do not overflow the batch buffer. by Chris Wilson · 15 years ago
  80. 415b7c7 i915: Fix logic !gen >= 3 by Chris Wilson · 15 years ago
  81. ac6ce53 i915: Remove superfluous MI_NOOP from vertex emission by Chris Wilson · 15 years ago
  82. 5abee28 intel: Check that we have a bufmgr or bail out when initializing the context. by Chris Wilson · 15 years ago
  83. b14548e Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map" by Dave Airlie · 15 years ago
  84. fff5be8 r300g: rebuild winsys/pipe buffer handling and add buffer map by Dave Airlie · 15 years ago
  85. 233290f r3OOg: support rendering of more than 65535 vertices per draw call (almost) by Marek Olšák · 15 years ago
  86. c786df2 i965g: Fix memory leak. by Vinson Lee · 15 years ago
  87. b7eed19 st/mesa: Fix memory leak on out-of-memory error path. by Vinson Lee · 15 years ago
  88. 8ff6790 r300g: Remove unnecessary header. by Vinson Lee · 15 years ago
  89. 701ac58 Link egl progs to libm as necessary. by Ray Kohler · 15 years ago
  90. 3c244da r300g: precompute framebuffer register values by Marek Olšák · 15 years ago
  91. 7a087e1 r300g: add all missing colorbuffer formats by Marek Olšák · 15 years ago
  92. 5c14fd1 r300g: make r300_translate_texformat private by Marek Olšák · 15 years ago
  93. 2a30c26 r300g: re-enable SRGB formats by Marek Olšák · 15 years ago
  94. 7da9da1 mesa: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  95. d89de9c draw: Remove dead code. by Vinson Lee · 15 years ago
  96. 3194197 i965g: Remove dead code. by Vinson Lee · 15 years ago
  97. 0b83f48 i965g: Fix assertions that were always true. by Vinson Lee · 15 years ago
  98. d1aafb3 glsl/cl: Prevent possible buffer overflow. by Vinson Lee · 15 years ago
  99. f56c9c2 i965g: Fix use of out-of-scope variable. by Vinson Lee · 15 years ago
  100. 1207482 st/egl: Disable SHM in ximage backend. by Chia-I Wu · 15 years ago