1. 24e6484 swrast: use malloc instead of MAX_WIDTH arrays in glCopyPixels, zoom code by Brian Paul · 13 years ago
  2. bf6aac2 mesa: use malloc instead of MAX_WIDTH array in glReadPixels() by Brian Paul · 13 years ago
  3. 1614de4 mesa: use malloc instead of MAX_WIDTH array in _mesa_convert_colors() by Brian Paul · 13 years ago
  4. db247dd mesa: add MAX_PIXEL_BYTES define by Brian Paul · 13 years ago
  5. eb3e1d8 mesa: simplify _mesa_remove_renderbuffer() by Brian Paul · 13 years ago
  6. e4bb884 mesa: remove software-based renderbuffer code from core Mesa by Brian Paul · 13 years ago
  7. d0dc75c mesa/drivers: use new swrast renderbuffer functions by Brian Paul · 13 years ago
  8. b85284f mesa: build new s_renderbuffer.c file by Brian Paul · 13 years ago
  9. 379e0a3 swrast: remove core renderbuffer functions from s_renderbuffer.[ch] by Brian Paul · 13 years ago
  10. ff8e642 swrast: add s_renderbuffer.[ch], copied from main/renderbuffer.[ch] by Brian Paul · 13 years ago
  11. 6e8c1a9 mesa: remove unused functions in depthstencil.c by Brian Paul · 13 years ago
  12. 14721df mesa: make some renderbuffer functions static by Brian Paul · 13 years ago
  13. bb887b7 swrast: remove dead accum buffer context fields by Brian Paul · 13 years ago
  14. e6e734f mesa: remove dead swrast and state tracker accum buffer code by Brian Paul · 13 years ago
  15. 122c676 mesa: rewrite accum buffer support by Brian Paul · 13 years ago
  16. aa6cb95 mesa: new format_pack.c code by Brian Paul · 13 years ago
  17. 2f88139 mesa: remove the ctx->Driver.IsTextureResident() hook by Brian Paul · 13 years ago
  18. 5acb291 mesa: remove TextureMemCpy driver hook by Brian Paul · 13 years ago
  19. d958202 st/mesa: Use util_blit_pixels_writemask() for depth blits as well in st_copy_texsubimage(). by Henri Verbeet · 13 years ago
  20. 340c0f6 st/xa: Update xa_yuv_planar_blit semantics by Thomas Hellstrom · 13 years ago
  21. d497615 i965 gen6: Implement pass-through GS for transform feedback. by Paul Berry · 13 years ago
  22. 2252e5e i965: Clean up misleading defines for DWORD 2 of URB_WRITE header. by Paul Berry · 13 years ago
  23. 3f22831 i965 gs: Clean up dodgy register re-use, at the cost of a few MOVs. by Paul Berry · 13 years ago
  24. 43e39b5 i965 gen6: Allocate URB space for GS by Paul Berry · 13 years ago
  25. 7a63a31 i965: Set the maximum number of GS URB entries on Sandybridge. by Kenneth Graunke · 13 years ago
  26. dabe15d i965: Only convert if/else to conditional adds prior to Gen6. by Paul Berry · 13 years ago
  27. fcae281 i965 gs: Remove unnecessary mapping of key->primitive. by Paul Berry · 13 years ago
  28. a98ceee mesa: Track changes to transform feedback state. by Paul Berry · 13 years ago
  29. 63a6fd6 glx: Fix indirect fallback when a non-Mesa GLX extension is present. by Aaron Plattner · 13 years ago
  30. 4558987 glsl: Fix samplerCubeShadow support in shader compiler by Anuj Phogat · 13 years ago
  31. 4273943 i965: Set Ivybridge's is_array SURFACE_STATE bit. by Kenneth Graunke · 13 years ago
  32. d464a21 i965: Return BRW_DEPTHBUFFER_D32_FLOAT as the null-depthbuffer format. by Kenneth Graunke · 13 years ago
  33. 5b27e44 intel: Update comment about how depth/stencil miptrees are handled. by Eric Anholt · 13 years ago
  34. 96159c3 intel: Rely on miptree mapping for all renderbuffer maps. by Eric Anholt · 13 years ago
  35. 5655ebf intel: Add support for LLC-cached reads of X-tiled miptrees using a blit. by Eric Anholt · 13 years ago
  36. 2d2bfd1 intel: Handle MapRenderbuffer of fake packed depth/stencil using miptree maps. by Eric Anholt · 13 years ago
  37. e0d67a3 intel: Track miptrees for fake packed depth/stencil renderbuffers. by Eric Anholt · 13 years ago
  38. ed3aeb5 intel: Make the fake packed depth/stencil mappings use a cached temporary. by Eric Anholt · 13 years ago
  39. 4cb1d6a intel: Make intel_region_map return void *. by Eric Anholt · 13 years ago
  40. b48c3bc intel: Move separate-stencil s8 mapping logic to intel_miptree_map. by Eric Anholt · 13 years ago
  41. baeaa06 intel: Move the gtt-particular texture mapping logic to a helper function. by Eric Anholt · 13 years ago
  42. 221a365 intel: Make mapping of texture slices track the region of interest. by Eric Anholt · 13 years ago
  43. b75291c intel: Move the teximage mapping logic to a miptree level/slice mapping. by Eric Anholt · 13 years ago
  44. 5c9a556 intel: Only prefer separate stencil when we can do HiZ. by Eric Anholt · 13 years ago
  45. 5761612 st/dri: Use depth instead of bpp when communicating formats with the X server v3 by Thomas Hellstrom · 13 years ago
  46. 6781fd0 i965: Set SURFACE_STATE vertical alignment bit on Ivybridge. by Kenneth Graunke · 13 years ago
  47. 9419894 nouveau/nvfx: Add more unsupported PIPE_CAP values by Patrice Mandin · 13 years ago
  48. 2ee8704 radeon: add original r100 to the always tiled depth list. by Dave Airlie · 13 years ago
  49. 9ab43f7 vega: remove unused vars by Fabio Pedretti · 13 years ago
  50. 0b34074 osmesa: remove unused bpc variable by Fabio Pedretti · 13 years ago
  51. 781a204 radeon/r200: add RV200 detiling + add an always tiled flag by Dave Airlie · 13 years ago
  52. 1136da9 r200: add Z16 depth detiling. by Dave Airlie · 13 years ago
  53. 61a4058 r200: handle Z24 depth buffers correctly by Dave Airlie · 13 years ago
  54. e98521e r600g: check shaders presence in r600_draw_vbo by Vadim Girlin · 13 years ago
  55. 81a7156 r200: fix cb microtile setup by Dave Airlie · 13 years ago
  56. 4d4cecd r200: enable tiling flags on blitter setup. by Dave Airlie · 13 years ago
  57. c3aae77 swrast: Add depth cube map support. by Anuj Phogat · 13 years ago
  58. 29a7d77 mesa: Allow glTexImage2D with a depth component cube map. by Anuj Phogat · 13 years ago
  59. 84d6201 i965: Fix incorrect comment about single program flow on Ironlake. by Kenneth Graunke · 13 years ago
  60. e368eef r600g: fix error path and use util_slab_free by Jerome Glisse · 13 years ago
  61. bbc320a gallium/radeon: fix indentation by Jerome Glisse · 13 years ago
  62. a8bbbca radeon/r200: drop old span depth/stencil code. by Dave Airlie · 13 years ago
  63. 7d91ecf radeon/r200: add draw/stencil buffer detiling by Dave Airlie · 13 years ago
  64. c487636 radeon: fix warnings by Dave Airlie · 13 years ago
  65. f24e106 radeon: use mesa renderbuffer accessors for depth for now. by Dave Airlie · 13 years ago
  66. 5c666bd radeon: add some tiling support for r100. by Dave Airlie · 13 years ago
  67. b2596c3 radeon: texture/renderbuffer overhaul. by Dave Airlie · 13 years ago
  68. fd7fcfc radeon: set texture bits to always emit. by Dave Airlie · 13 years ago
  69. 4ed8a58 radeon: update flush according to glXMakeCurrent man page by Dave Airlie · 13 years ago
  70. 6d573c4 radeon: drop border check by Dave Airlie · 13 years ago
  71. fbfa807 radeon: add a bit more debugging to the blit debug code. by Dave Airlie · 13 years ago
  72. 887c349 mesa: Reject glDrawPixels(integer format). by Eric Anholt · 13 years ago
  73. 1bb59b3 util: add casts in fprintf() calls to silence warnings by Brian Paul · 13 years ago
  74. b14c06e mesa: Use VERT_{ATTRIB,BIT}* for ARB input validation. by Mathias Fröhlich · 13 years ago
  75. b7a69cb egl_glx: fix eglDestroyContext by Chia-I Wu · 13 years ago
  76. aa01015 i965: Fix emit of a MOV with bad destination channel on gen6 math in FPs. by Stuart Abercrombie · 13 years ago
  77. 079bb3f mesa: Fix assertions for block size handling in glCompressedTexSubImage2D. by Eric Anholt · 13 years ago
  78. 1e0b6a9 mesa: Fix glCompressedTexSubImage (and non-Sub) for height == 2 or 1. by Eric Anholt · 13 years ago
  79. bda361e mesa: Fix glCompressedTexImage when dstRowStride != srcRowStride. by Eric Anholt · 13 years ago
  80. 27e77cb nv50/nvc0: fix crash when channel allocation fails by Marcin Slusarz · 13 years ago
  81. 19b1025 mesa: add casts to fix unpack_SIGNED_GR1616() by Brian Paul · 13 years ago
  82. bbbab8d mesa: remove unreachable code in _mesa_unpack_color_span_ubyte() by Brian Paul · 13 years ago
  83. 01cd9a7 vbo: remove unreachable _mesa_error() call by Brian Paul · 13 years ago
  84. 89efc1b mesa: move _mesa_error() call in compressedteximage() by Brian Paul · 13 years ago
  85. 9ec5050 mesa: fix potential mem leak in generate_mipmap_compressed() by Brian Paul · 13 years ago
  86. 98ebe83 glsl: return visit_stop in ir_validate::visit_enter() to silence warning by Brian Paul · 13 years ago
  87. 0691349 mesa: fix some minor texstore comments by Brian Paul · 13 years ago
  88. b4aecc4 mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88 by Brian Paul · 13 years ago
  89. 0a3c895 mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88 by Brian Paul · 13 years ago
  90. 0be753a mesa: fix unpacking of RG88_REV texels by Brian Paul · 13 years ago
  91. e304aa3 i965: Make gen6_resolve_implied_move a no-op for MRF sources. by Kenneth Graunke · 13 years ago
  92. ce45aec mesa: Renumber the tnl attributes to match VERT_ATTRIB*. by Mathias Fröhlich · 13 years ago
  93. a4f345e mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges. by Mathias Fröhlich · 13 years ago
  94. 52b75c6 i915g: Implement GL_STREAM_* for textures by using untiled textures. by Stéphane Marchesin · 13 years ago
  95. d269ce0 i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings. by Stéphane Marchesin · 13 years ago
  96. 912f7b6 docs: list GL_OES_compressed_ETC1_RGB8_texture in 7.12 release notes by Chia-I Wu · 13 years ago
  97. cde6c91 st/mesa: add support for GL_OES_compressed_ETC1_RGB8_texture by Chia-I Wu · 13 years ago
  98. 5c31eb7 gallium: add PIPE_FORMAT_ETC1_RGB8 by Chia-I Wu · 13 years ago
  99. d4a38e8 mesa: add support for GL_OES_compressed_ETC1_RGB8_texture by Chia-I Wu · 13 years ago
  100. 51f4d27 mesa: add ETC1 decoding routines by Chia-I Wu · 13 years ago