1. fe4f373 docs: Fix ubo indexing description by Chris Forbes · 10 years ago
  2. e5f306e draw: remove unused 'start' variable in draw_stats_clipper_primitives() by Brian Paul · 10 years ago
  3. ae2a03b glsl: Try vectorizing when seeing a repeated assignment to a channel. by Kenneth Graunke · 10 years ago
  4. 625cf8c glsl: Propagate explicit binding information from the AST all the way to the linker by Ian Romanick · 10 years ago
  5. 25a6656 linker: Set binding for all elements of UBO array by Ian Romanick · 10 years ago
  6. cc42717 linker: Set block bindings based on UniformBlocks rather than UniformStorage by Ian Romanick · 10 years ago
  7. 157391a linker: Clean up "unused parameter" warnings by Ian Romanick · 10 years ago
  8. 943b2d5 linker: Fold set_uniform_binding into call site by Ian Romanick · 10 years ago
  9. 881c52f linker: Various trivial clean-ups in set_sampler_binding by Ian Romanick · 10 years ago
  10. 6e2f63b linker: Split set_uniform_binding into separate functions for blocks and samplers by Ian Romanick · 10 years ago
  11. c8e7568 softpipe: fix shadow sampling by Heinrich Janzing · 10 years ago
  12. 86b8843 softpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET query cases by Brian Paul · 10 years ago
  13. f61edd5 mesa: use _mesa_get_srgb_format_linear() in sRGB texstore functions by Brian Paul · 10 years ago
  14. c5631b3 swrast: use macros to initialize texfetch_funcs[] table by Brian Paul · 10 years ago
  15. 4da1efb swrast: fix more fetch_texel function names by Brian Paul · 10 years ago
  16. 9d36a8d egl-static: Fix missing radeon_surface.h includes. by José Fonseca · 10 years ago
  17. 5ac3435 gallium/radeon: fix missing winsys include in pipe-loader. by Knut Andre Tidemann · 10 years ago
  18. 68bba18 st/omx/enc: separate input buffer private and task structure by Christian König · 10 years ago
  19. 7806dbe radeon/vce: implement B-frame support by Christian König · 10 years ago
  20. a56fa0e radeon/vce: add proper CPB backtrack by Christian König · 10 years ago
  21. d7d41ce1 vl: add interface for H264 B-frame encoding by Christian König · 10 years ago
  22. ee4439c radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMES by Christian König · 10 years ago
  23. ce57c8e docs/relnotes: Fix consistency, add i965 to ARB_buffer_storage. by Chris Forbes · 10 years ago
  24. 2270490 i965: Fix missing _NEW_SCISSOR in Broadwell SF_CLIP_VIEWPORT state. by Kenneth Graunke · 10 years ago
  25. 31640f4 mesa/st: set min/max texture gather offset to driver-reported value by Ilia Mirkin · 10 years ago
  26. c2f9ad5 gallium: add a way to query min/max texture gather offsets by Ilia Mirkin · 10 years ago
  27. 8291f6d configure.ac: require libdrm_radeon 2.4.53 by Marek Olšák · 10 years ago
  28. 3b0b44f winsys/radeon: fix a race condition in initialization of radeon_winsys::screen by Marek Olšák · 10 years ago
  29. ac330d4 winsys/radeon: fix a race condition between winsys_create and winsys_destroy by Marek Olšák · 10 years ago
  30. 7c57b01 winsys/radeon: fix a race condition between 2 calls to radeon_winsys_create by Marek Olšák · 10 years ago
  31. b5ebfc3 winsys/radeon: remove unused radeon_info variables, move backend_map by Marek Olšák · 10 years ago
  32. 9b8449a winsys/radeon: unify radeon_bo::flink and radeon_bo::name by Marek Olšák · 10 years ago
  33. 34564c8 winsys/radeon: remove definitions already present in radeon_drm.h by Marek Olšák · 10 years ago
  34. e3e05c6d winsys/radeon: handle squared micro tiling from GEM_GET_TILING by Marek Olšák · 10 years ago
  35. 3885820 gallium/u_gen_mipmap: rewrite using pipe->blit (v2) by Marek Olšák · 10 years ago
  36. 26c4139 st/mesa: properly implement MapTextureImage with multiple mapped slices (v2) by Marek Olšák · 10 years ago
  37. 5206d4b mesa: remove the MALLOC, CALLOC and FREE macros by Brian Paul · 10 years ago
  38. 7e55050 xlib: s/FREE/free/ by Brian Paul · 10 years ago
  39. 3b323c4 mesa: s/FREE/free/ in vdpau code by Brian Paul · 10 years ago
  40. 00f31bd mesa: s/FREE/free/ in _mesa_free_errors_data() by Brian Paul · 10 years ago
  41. 7fbb8ba mesa: use malloc/free instead of MALLOC/FREE in attrib stack code by Brian Paul · 10 years ago
  42. f9985db st/mesa: fix sampler_view REALLOC/FREE macro mix-up by Brian Paul · 10 years ago
  43. 87502bb docs: Expand ARB_gpu_shader5 to describe status of individual features by Chris Forbes · 10 years ago
  44. 0d653b9 docs: Mark off ARB_texture_view and add to release notes for 10.2. by Chris Forbes · 10 years ago
  45. 2a2f8cd i965: Enable ARB_texture_view on Gen7 by Chris Forbes · 10 years ago
  46. ea47781 i965: Account for view parameters in blit CTSI path by Chris Forbes · 10 years ago
  47. 01d6a2a i965: Account for MinLayer/MinLevel in blorp CTSI path by Chris Forbes · 10 years ago
  48. 058f353 i965: Account for view parameters in fast depth clears by Chris Forbes · 10 years ago
  49. 540d53d i965/blorp: Account for nonzero MinLayer in layered clears. by Chris Forbes · 10 years ago
  50. d581247 i965/blorp: Use irb->layer_count in clear by Chris Forbes · 10 years ago
  51. 98328e4 i965: Add layer_count to intel_renderbuffer by Chris Forbes · 10 years ago
  52. 0a08147 i965: Pull out layer_multiplier in intel_update_renderbuffer_wrapper by Chris Forbes · 10 years ago
  53. a76cde3 i965: Add `layered` parameter to intel_update_renderbuffer_wrapper by Chris Forbes · 10 years ago
  54. 85dda82 i965: Adjust renderbuffer wrapper to account for MinLevel/MinLayer by Chris Forbes · 10 years ago
  55. 24f490f i965: Enable texture upload fast path with MinLevel by Chris Forbes · 10 years ago
  56. 5de5254 i965: Account for MinLevel in texture upload fast path by Chris Forbes · 10 years ago
  57. ba3499b i965: Adjust map/unmap code for MinLevel/MinLayer by Chris Forbes · 10 years ago
  58. ca1d1b2 i965: Don't try to use fast upload path for nontrivial views by Chris Forbes · 10 years ago
  59. c9c0886 i965: Adjust surface_state emission to account for view parameters by Chris Forbes · 10 years ago
  60. 771c2ae i965: Add _Format to intel_texobj. by Chris Forbes · 10 years ago
  61. b7f011f i965: Add driver hook for TextureView by Chris Forbes · 10 years ago
  62. 93fa16b i965: Ensure that texture validation is skipped for immutable textures. by Chris Forbes · 10 years ago
  63. a98b675 i965: refactor format selection for unsupported ETC* formats by Chris Forbes · 10 years ago
  64. 14c1164 i965: refactor format munging for separate stencil by Chris Forbes · 10 years ago
  65. 215c943 i965: Include #slices in miptree debug by Chris Forbes · 10 years ago
  66. c1b0174 mesa: Adjust _MaxLevel computation to account for views by Chris Forbes · 10 years ago
  67. 61e264f mesa: Prefer non-swizzled formats for most sized internalformats by Chris Forbes · 10 years ago
  68. 5879004 i965: Render R8G8B8X8 as R8G8B8A8 by Chris Forbes · 10 years ago
  69. 50eed4e i965: Pretend we don't support BRW_SURFACEFORMAT_R16G16B16_FLOAT for textures. by Chris Forbes · 11 years ago
  70. 66b0554 i965: Enable R10G10B10A2_UNORM format by Chris Forbes · 10 years ago
  71. 932a1ee i965: Enable R8G8B8A8_UNORM_SRGB format by Chris Forbes · 10 years ago
  72. 6ef7205 swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORM by Chris Forbes · 10 years ago
  73. a421be1 mesa: fix packing of float texels to GL_SHORT/GL_BYTE by Chris Forbes · 10 years ago
  74. ee2bcf3 r600g: Don't leak bytecode on shader compile failure by Michel Dänzer · 10 years ago
  75. 55f9bbd build: force .so extension for the gallium dri modules by Emil Velikov · 10 years ago
  76. 92d0786 Partially revert bba9c28 "configure: use LIB_EXT rather than hardcoded .so" by Jon TURNEY · 10 years ago
  77. 56f5316 Partially revert "st/xa: Fix advertized version number and try to avoid future discrepancies" by Emil Velikov · 10 years ago
  78. f9832f9 glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path by Emil Velikov · 10 years ago
  79. 6afd7be freedreno/a3xx: assert() -> debug_assert() by Rob Clark · 10 years ago
  80. e853ade svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create() by Brian Paul · 10 years ago
  81. 26ae030 i965: Stop advertising GL_MESA_ycbcr_texture. by Kenneth Graunke · 10 years ago
  82. 4a92c12 freedreno/a3xx/compiler: add CEIL by Rob Clark · 10 years ago
  83. 9604e31 freedreno/a3xx/compiler: fix neg mov's by Rob Clark · 10 years ago
  84. 4d64180 radeonsi: allow fast color clear and Hyper-Z with 1D-tiled surfaces on CIK by Marek Olšák · 10 years ago
  85. fb5cf34 r600g,radeonsi: add a bunch of useful queries for the HUD by Marek Olšák · 10 years ago
  86. 4a5519f r600g,radeonsi: set correct initial domain for shared resources by Marek Olšák · 10 years ago
  87. 5f7faff gallium/radeon: fix warnings by Marek Olšák · 10 years ago
  88. 1a92637 tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims(). by Iago Toral Quiroga · 10 years ago
  89. 2ffb50d i965: Remove unused sampler key fields by Topi Pohjolainen · 10 years ago
  90. 6f059725 mesa: move declaration before code in etc2_unpack_rgb8() by Brian Paul · 10 years ago
  91. ec1baea i965: Delete "fast color clear unsupported" performance warning. by Kenneth Graunke · 10 years ago
  92. ee839cc freedreno/a3xx: deal with optimized tex instructions by Rob Clark · 10 years ago
  93. cb4ad13 mesa: add bounds checking to eliminate buffer overrun by Courtney Goeltzenleuchter · 10 years ago
  94. a22d944 st/omx/enc: cleanup omx/vid_enc.c by Leo Liu · 10 years ago
  95. 5f37482 st/omx/enc: allocate input buffer private on demand by Christian König · 10 years ago
  96. 9bb2ec6 svga: replace sampler assertion with conditional by Brian Paul · 10 years ago
  97. 4ddf51d i965/vec4: fix record clearing in copy propagation by Chia-I Wu · 10 years ago
  98. 57d6e7b i965/vec4: Add a test for copy propagation behavior. by Eric Anholt · 10 years ago
  99. 6230b64 i965/fs: Track whether we're doing dual source in a more obvious way. by Eric Anholt · 10 years ago
  100. 14b85e3 i965/fs: Add a couple more global special regs to special[] by Eric Anholt · 10 years ago