1. 07018d4 util/disk_cache: add struct cache_item_metadata by Timothy Arceri · 7 years ago
  2. ef42423 disk_cache: enable limited hash collision detection in release builds by Timothy Arceri · 7 years ago
  3. 28b3262 util/disk_cache: rename mesa cache dir and introduce cache versioning by Timothy Arceri · 7 years ago
  4. 4a091b0 radv: don't crash if we have no framebuffer by Dave Airlie · 7 years ago
  5. 19f6906 radv/gfx9: gfx9 has buffer sizing rules like pre-VI. by Dave Airlie · 7 years ago
  6. 12fd0f8 radv: fix predication on gfx9 by Dave Airlie · 7 years ago
  7. 95f533d anv,i965: Move CS shared lowering into anv by Jason Ekstrand · 7 years ago
  8. 725741f ac/debug: use util_strchrnul() to fix android build error by Mauro Rossi · 7 years ago
  9. fc99cb3 radeonsi: get the raster config from AMDGPU on SI by Marek Olšák · 7 years ago
  10. 28d5c30 radeonsi: clean up setting GRBM_GFX_INDEX by Marek Olšák · 7 years ago
  11. 0b50f09 radeonsi: move PA_SC_RASTER_CONFIG emission into a separate function by Marek Olšák · 7 years ago
  12. 7db0bf8 Android: fix Android O version check for LLVM by Rob Herring · 7 years ago
  13. 5d2205f include: Sync Khronos headers for OpenGL 4.6 by Adam Jackson · 7 years ago
  14. ba51ad2 radv: Expose VK_KHX_multiview. by Bas Nieuwenhuizen · 7 years ago
  15. e3265c1 radv: Implement multiview draws. by Bas Nieuwenhuizen · 7 years ago
  16. db8e99f radv: Implement determining the has_multiview_view_index key. by Bas Nieuwenhuizen · 7 years ago
  17. 180c1b9 ac/nir: Add shader support for multiviews. by Bas Nieuwenhuizen · 7 years ago
  18. 2e86f6b radv: Add multiview clears. by Bas Nieuwenhuizen · 7 years ago
  19. 3907d63 radv: Store multiview info in renderpass. by Bas Nieuwenhuizen · 7 years ago
  20. eec5578 ac/nir: Make shader key a struct. by Bas Nieuwenhuizen · 7 years ago
  21. 64164a1 radv: Use 0 for the layer id if the vertex shader does not export it. by Bas Nieuwenhuizen · 7 years ago
  22. 3d5f29f ac/nir: Implement input attachments with layered rendering. by Bas Nieuwenhuizen · 7 years ago
  23. c848e64 ac/nir: Determine if input attachments are used in the info pass. by Bas Nieuwenhuizen · 7 years ago
  24. 43595db ac/nir: Cast sources of integer ops to int. by Bas Nieuwenhuizen · 7 years ago
  25. 9e45440 Revert "include: Sync Khronos headers for OpenGL 4.6" by Adam Jackson · 7 years ago
  26. ef1e87e include: Sync Khronos headers for OpenGL 4.6 by Adam Jackson · 7 years ago
  27. 39f3e25 dri: fix typo by Eric Engestrom · 7 years ago
  28. 55db2b6 i965: add missing `const` in function signature by Eric Engestrom · 7 years ago
  29. 688d866 egl/android: add missing include by Eric Engestrom · 7 years ago
  30. fe2f5cf vbo: fix glVertexAttrib(index=0) by Brian Paul · 7 years ago
  31. a7e65a4 gallivm: remove unused variable by Brian Paul · 7 years ago
  32. 84f35c3 st/mesa: add const qualifiers in st_extensions.c by Brian Paul · 7 years ago
  33. 6ad313a st/mesa: whitespace/indentation fixes in st_init_extensions() by Brian Paul · 7 years ago
  34. f883ede pipe-loader: use MAYBE_UNUSED to silence warning by Brian Paul · 7 years ago
  35. 96be442 nv50/ir: properly set sType for TXF ops to U32 by Ilia Mirkin · 7 years ago
  36. bfef3fa mesa: remove duplicate assignments in bind_xfb_buffers() by Samuel Pitoiset · 7 years ago
  37. f8b47b4 mesa: fix debug/error messages in glColorMaski() by Samuel Pitoiset · 7 years ago
  38. 4009370 glsl: stop adding pointers from bindless structs to the cache by Timothy Arceri · 7 years ago
  39. a6618af glsl: stop adding pointers from shader_info to the cache by Timothy Arceri · 7 years ago
  40. 3ea3f75 compiler: move pointers to the start of shader_info by Timothy Arceri · 7 years ago
  41. 44918a1 glsl: always write a name/label string to the cache by Timothy Arceri · 7 years ago
  42. 2215482 glsl: don't write uniform storage offset if there isn't one by Timothy Arceri · 7 years ago
  43. 2662269 glsl: add has_uniform_storage() helper to shader cache by Timothy Arceri · 7 years ago
  44. 073a84f glsl: stop adding pointers from glsl_struct_field to the cache by Timothy Arceri · 7 years ago
  45. 37d453b glsl: stop adding pointers from gl_shader_variable to the cache by Timothy Arceri · 7 years ago
  46. 37eb677 glsl: allow NULL to be passed to encode_type_to_blob() by Timothy Arceri · 7 years ago
  47. 8985ad4 radv/gfx9: don't expose linear depth on vega. by Dave Airlie · 7 years ago
  48. 5d26e0b radv: don't degrade tiling mode for small compressed or depth texture. by Dave Airlie · 7 years ago
  49. bae7723 radv/gfx9: only minify image view width/height/depth before gfx9. by Dave Airlie · 7 years ago
  50. a74d987 radv/image: don't rescale width/height if the format isn't changing by Dave Airlie · 7 years ago
  51. 5378b5d radv: cleanup some image view descriptor setup. by Dave Airlie · 7 years ago
  52. 9c08010 radv/gfx9: emit sx_mrt_blend registers by Dave Airlie · 7 years ago
  53. 864eb18 radv: bump space check for indexed draw. by Dave Airlie · 7 years ago
  54. d987b4a radv/gfx9: fixup db/stencil disable. by Dave Airlie · 7 years ago
  55. 1183419 radv/gfx9: fix level count in color register setup. by Dave Airlie · 7 years ago
  56. df09f1f radv/gfx9: use total levels in texture descriptor by Dave Airlie · 7 years ago
  57. 6bafb56 radv: Implement bc optimize. by Bas Nieuwenhuizen · 7 years ago
  58. a7f5545 ac/nir: refactor input variable iteration. by Bas Nieuwenhuizen · 7 years ago
  59. 4ffa9f3 i965: Stop using wm_prog_data->binding_table.render_target_start. by Kenneth Graunke · 7 years ago
  60. 274afad i965: Add a brw_wm_prog_data::has_render_target_reads field. by Kenneth Graunke · 7 years ago
  61. 00b7d04 i965: Inline brw_update_renderbuffer_surfaces(). by Kenneth Graunke · 7 years ago
  62. 7af023e i965: Pass fb into emit_null_surface instead of dimensions. by Kenneth Graunke · 7 years ago
  63. e2dab86 i965: Devirtualize update_renderbuffer_surface. by Kenneth Graunke · 7 years ago
  64. 081c540 i965: Delete update_renderbuffer_surface flags. by Kenneth Graunke · 7 years ago
  65. f70e0f5 i965: Make brw_update_renderbuffer_surface static. by Kenneth Graunke · 7 years ago
  66. b96313c i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code. by Kenneth Graunke · 7 years ago
  67. 54c41af i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit. by Kenneth Graunke · 7 years ago
  68. d0b40e2 i965: Drop Gen7+ nonsense from brw_ff_gs.c. by Kenneth Graunke · 7 years ago
  69. eaf5b87 i965: Only set key->flat_shade if COL0/COL1 are written. by Kenneth Graunke · 7 years ago
  70. 3489290 i965: Clean up brwNewProgram(). by Kenneth Graunke · 7 years ago
  71. 5ff97f2 st/va: exclude the buffer reallocation for encode case by Leo Liu · 7 years ago
  72. f0602dc swr: limit pipe_draw_info->restart_index usage by Tim Rowley · 7 years ago
  73. 7fb4b6f radeonsi: fix wrong assertion in si_init_bindless_descriptors() by Samuel Pitoiset · 7 years ago
  74. 89f75c9 radeon/video: Return false explicitly for HEVC if not the case by Leo Liu · 7 years ago
  75. 9649c6a gallium/docs: Fix the math formula of U2I64 by Gwan-gyeong Mun · 7 years ago
  76. 9aabf80 gallium/docs: Add missing word "Not" by Gwan-gyeong Mun · 7 years ago
  77. 26996ec tgsi: store opcode mnemonics in a separate table by Nicolai Hähnle · 7 years ago
  78. 438177a gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonic by Nicolai Hähnle · 7 years ago
  79. 2f7c55c tgsi: macro-ify the opcodes table by Nicolai Hähnle · 7 years ago
  80. 48ef0a1 tgsi: remove post_indent from some 64-bit opcodes by Nicolai Hähnle · 7 years ago
  81. 3f433e9 tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bit by Nicolai Hähnle · 7 years ago
  82. 83c5d12 gallium/radeon: fix saving multi-part command streams by Nicolai Hähnle · 7 years ago
  83. 8937ac9 ac/debug: invoke valgrind checks while parsing IBs by Nicolai Hähnle · 7 years ago
  84. c2c3912 ac/debug: annotate IB dumps with the raw values by Nicolai Hähnle · 7 years ago
  85. cfb3824 ac/debug: use an explicit getter for fetching words from the IB by Nicolai Hähnle · 7 years ago
  86. 6fdd7ba radeonsi: update comment describing indices into sctx->descriptors by Nicolai Hähnle · 7 years ago
  87. 556946f util: fix valgrind errors when dumping pipe_draw_info by Nicolai Hähnle · 7 years ago
  88. 94cc011 radeonsi: do not assert when reserving bindless slot 0 by Samuel Pitoiset · 7 years ago
  89. f4ec41e radeonsi: rename some bindless-related helper functions by Samuel Pitoiset · 7 years ago
  90. 9141d13 radeonsi: minor cleanups in si_make_{texture,image}_handle_resident() by Samuel Pitoiset · 7 years ago
  91. f8e4223 Android: gallium_dri: pass dri.sym to linker by Rob Herring · 7 years ago
  92. 2b025a1 st/va: enable P016 format i.e. reallocate buffer if format changed by Leo Liu · 7 years ago
  93. 398a299 radeon/vcn: enable P016 mode support by Leo Liu · 7 years ago
  94. df6c087 radeon/vcn: correct target buffer pitch calculation by Leo Liu · 7 years ago
  95. e29ccaa anv: Check that in_fence fd is valid before closing it. by Francisco Jerez · 7 years ago
  96. 7ca124a anv: Add error handling to setup_empty_execbuf(). by Francisco Jerez · 7 years ago
  97. 4d807d7 tgsi/scan: fix uses_double by Marek Olšák · 7 years ago
  98. 497506a gallium: remove TGSI opcode SCS by Marek Olšák · 7 years ago
  99. 33efa64 gallium/u_blitter: don't use boolean, TRUE, FALSE by Marek Olšák · 7 years ago
  100. c7ad077 gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differently by Marek Olšák · 7 years ago