1. cde5b86 turnip: Release bo_mutex lock before potential error path. by Vinson Lee · 4 years ago
  2. ffbdbd6 panfrost: Delete debug allocated syncobj. by Vinson Lee · 4 years ago
  3. fcc506e radesonsi: Remove unsigned comparison to zero. by Vinson Lee · 4 years ago
  4. 1b86271 disk_cache: Fix filename leak on error path. by Vinson Lee · 4 years ago
  5. 183ca88 android: pan/bi: Use new packing by Mauro Rossi · 4 years ago
  6. 792b517 android: pan/bi: Use new disassembler by Mauro Rossi · 4 years ago
  7. d74fe47 glx: Allow depth-30 pbuffers to work without a depth-30 pixmap format by Adam Jackson · 4 years ago
  8. a163cba anv: Fix the target_bo assertion in anv_reloc_list_add by Jason Ekstrand · 4 years ago
  9. 85cc295 radv: initialize with expanded cmask if the destination layout needs it by Rhys Perry · 4 years ago
  10. 6f2b695 nir: remove ubo_r600 instrinsic since ubo_vec4 is used now by Gert Wollny · 4 years ago
  11. 18e9781 r600/sfn: Use load_ubo_vec4 lowering pass by Gert Wollny · 4 years ago
  12. 98eb00f r600: enable lowering uniforms to UBO by Gert Wollny · 4 years ago
  13. 4ac4cdb aco: fix incorrect assertion in emit_vop3a_instruction() by Rhys Perry · 4 years ago
  14. 207219d turnip: Add support for a615. by Eric Anholt · 4 years ago
  15. 45bff4e util: Makefile.sources: Add disk_cache_os.{c,h} by Marijn Suijten · 4 years ago
  16. 2aaa156 nir/lower_io: don't reduce range if parent length is zero by Alejandro Piñeiro · 4 years ago
  17. a51aa6f pan/bi: Drop *FMIN reference by Alyssa Rosenzweig · 4 years ago
  18. 865e252 pan/bi: Remove unused packing data structures by Alyssa Rosenzweig · 4 years, 1 month ago
  19. ec43629 pan/bi: Remove unused prints by Alyssa Rosenzweig · 4 years ago
  20. 2ff5387 pan/bi: Use new packing by Alyssa Rosenzweig · 4 years, 1 month ago
  21. 3fadd82 pan/bi: Move packing helpers to dedicated file by Alyssa Rosenzweig · 4 years ago
  22. d2158a5 pan/bi: Use src1/dest_invert instead of src_invert[] by Alyssa Rosenzweig · 4 years ago
  23. 08b105d pan/bi: Use 8-bit shifts by Alyssa Rosenzweig · 4 years ago
  24. 3d63a47 pan/bi: Pass blend descriptor explicitly in IR by Alyssa Rosenzweig · 4 years, 1 month ago
  25. 67d8956 pan/bi: Track compute_lod in IR by Alyssa Rosenzweig · 4 years, 1 month ago
  26. 8dd3a81 pan/bi: Add format field to IR by Alyssa Rosenzweig · 4 years, 1 month ago
  27. 6f5b788 pan/bi: Introduce segments into the IR by Alyssa Rosenzweig · 4 years, 1 month ago
  28. 33710ff pan/bi: Add dummy carry/borrow argument for iadd/isub by Alyssa Rosenzweig · 4 years, 1 month ago
  29. 42ec4aa pan/bi: Use canonical syntax for special constants by Alyssa Rosenzweig · 4 years ago
  30. 5a569d0 pan/bi: Use canonical syntax for registers/uniforms/imms by Alyssa Rosenzweig · 4 years ago
  31. f8fc210 pan/bi: Use new disassembler by Alyssa Rosenzweig · 4 years ago
  32. deab752 pan/bi: Export dump_src by Alyssa Rosenzweig · 4 years ago
  33. 0504181 pan/bi: Add bi_disasm_dest_* helpers by Alyssa Rosenzweig · 4 years ago
  34. 944cb8b pan/bi: Add disassembly prototypes by Alyssa Rosenzweig · 4 years ago
  35. 82f3315 pan/bi: Add disassembler generator by Alyssa Rosenzweig · 4 years ago
  36. cf8f79a pan/bi: Add packing generator by Alyssa Rosenzweig · 4 years ago
  37. 58da316 pan/bi: Add ISA parser by Alyssa Rosenzweig · 4 years ago
  38. 07a5ec8 pan/bi: Add XML describing the instruction set by Alyssa Rosenzweig · 4 years ago
  39. 2044b1f pan/bi: Lower flrp16 by Alyssa Rosenzweig · 4 years ago
  40. b75a92e anv: assert that the target bo is valid when adding a reloc list by Mike Blumenkrantz · 4 years ago
  41. 355f241 anv: improve error message when failing to open device path by Mike Blumenkrantz · 4 years ago
  42. 203b934 docs: update calendar and link releases notes for 20.1.8 by Eric Engestrom · 4 years ago
  43. fdff24d docs: add release notes for 20.1.8 by Eric Engestrom · 4 years ago
  44. 123bdb6 gallium+mesa/st: lower uniforms based on compiler flag instead of packed uniforms cap by Gert Wollny · 4 years ago
  45. feb463d llvmpipe: set lower_uniform_to_ubo compiler flag by Gert Wollny · 4 years ago
  46. 80cde3a intel/compiler: Set lower_uniform_to_ubo compiler flag by Gert Wollny · 4 years ago
  47. 7ab804d freedreno/ir3: set lower_uniforms_to_ubo compiler flag by Gert Wollny · 4 years ago
  48. b155b68 radeonsi: set compiler flag lower_uniforms_to_ubo by Gert Wollny · 4 years ago
  49. 2c9fee9 nir: Add option lower_uniforms_to_ubo by Gert Wollny · 4 years ago
  50. 8939c64 gallium/aux: remove unused u_blit.[ch] by Erik Faye-Lund · 4 years ago
  51. 9ba2365 vc4: remove unused header by Erik Faye-Lund · 4 years ago
  52. 9992797 v3d: remove unused header by Erik Faye-Lund · 4 years ago
  53. 39e7bc2 r600/sfn: Fix comparison with different signedness by Gert Wollny · 4 years ago
  54. 2d6316c r600/sfn: more fixing of vec4 fetching by Gert Wollny · 4 years ago
  55. f46e04a r600/sfn: Fix source swizzle for gradient queries by Gert Wollny · 4 years ago
  56. 02581ac r600/sfn: Fix bitfield ops and 2x16 split_y by Gert Wollny · 4 years ago
  57. dfa45e2 r600/sfn: Fix split_alu_modifiers by Gert Wollny · 4 years, 1 month ago
  58. e85c0bd r600/sfn: Lower *sign opcodes in nir by Gert Wollny · 4 years ago
  59. c22e0fb r600/sfn: avoid some copies by Gert Wollny · 4 years, 1 month ago
  60. f2280e0 r600/sfn: Fix ordering of tex param moves by Gert Wollny · 4 years, 1 month ago
  61. daaa719 r600/sfn: clone shader before lowering to registers and src/dest modifiers by Gert Wollny · 4 years, 1 month ago
  62. 09558ad r600/sfn: Fix loading vertex attributes by Gert Wollny · 4 years, 1 month ago
  63. e46b2ad r600/sfn: correct ring op patching by Gert Wollny · 4 years, 1 month ago
  64. 688680d r600/nir: fetch sources and split uniforms before emittting alu instructions by Gert Wollny · 4 years, 2 months ago
  65. 85f39ca r600: revert disabling llvm draw by Gert Wollny · 4 years, 2 months ago
  66. f1730be radeonsi: fix guardband handling for large values by Pierre-Eric Pelloux-Prayer · 4 years ago
  67. c493bb9 radeonsi: fix quant_mode selection for large negative values by Pierre-Eric Pelloux-Prayer · 4 years ago
  68. 7d85396 radeon/vcn: set dec->bs_ptr = NULL on unmap by Pierre-Eric Pelloux-Prayer · 4 years ago
  69. eb60849 r600/uvd: set dec->bs_ptr = NULL on unmap by Pierre-Eric Pelloux-Prayer · 4 years ago
  70. 15038fe docs/release-calendar: update 20.2 by Eric Engestrom · 4 years ago
  71. babe86f docs: add another 20.1.x release to allow for more overlap with 20.2 by Eric Engestrom · 4 years ago
  72. fd990aa docs/download: mention tarball GPG signatures and link to the keys by Eric Engestrom · 4 years ago
  73. 4790811 Revert "radeonsi: move L2_CACHE_CONTROL registers into si_emit_framebuffer_state" by Marek Olšák · 4 years ago
  74. b23013d Revert "radeonsi: set BIG_PAGE fields on gfx10.3" by Marek Olšák · 4 years ago
  75. 758ab39 radeonsi: clean up ffma handling by Marek Olšák · 4 years ago
  76. 57bf4c2 nir,radeonsi: move ffma fusing to late optimizations for better codegen by Marek Olšák · 4 years ago
  77. a3512dd st/mesa: don't enable NV_copy_depth_to_color if NIR doesn't support FP64 by Marek Olšák · 4 years ago
  78. 782016e libgl-gdi: Fix unused-variable warnings. by Vinson Lee · 4 years ago
  79. bf849b0 spirv: Handle OpTypeOpaque by Jesse Natalie · 4 years ago
  80. efff734 turnip: multiViewport and VK_EXT_shader_viewport_index_layer by Jonathan Marek · 4 years, 2 months ago
  81. 52534c3 freedreno/ir3: add view_zero to shader key by Jonathan Marek · 4 years, 2 months ago
  82. e732750 freedreno/ir3: allow layer/viewport output for VS/GS/DS by Jonathan Marek · 4 years, 2 months ago
  83. 338745c frontends/va: Derive image from interlaced buffers in some cases by Thong Thai · 4 years, 1 month ago
  84. fcb5583 frontends/va: Derive image from interlaced buffers by Thong Thai · 4 years, 2 months ago
  85. 8c7ca97 frontends/va: Add support for NV12/P010/P016 to vaDeriveImage by Thong Thai · 4 years, 1 month ago
  86. 7bfaeaa aco: pass -fno-exceptions and -fno-rtti by Rhys Perry · 4 years, 1 month ago
  87. 51a6261 iris: remove additional pipe control done before hiz for older gens by Tapani Pälli · 4 years ago
  88. 320d80f intel/genxml: make sure test assert are compiled in by Lionel Landwerlin · 4 years ago
  89. c7719b8 nv50/ir: Initialize Converter members. by Vinson Lee · 4 years ago
  90. e607477 freedreno: Check file descriptor before write. by Vinson Lee · 4 years ago
  91. 50f1cd4 ac/llvm: Fix nonportable sizeof. by Vinson Lee · 4 years ago
  92. 16e7884 android: aco/isel: Move context initialization code to a dedicated file by Mauro Rossi · 4 years ago
  93. f3150ab etnaviv: call nir_opt_shrink_vectors(..) in opt loop by Christian Gmeiner · 4 years, 1 month ago
  94. b10f34a pan/bit: Fix unit tests by Alyssa Rosenzweig · 4 years ago
  95. c4f518c pan/bit: Set d3d=true for CMP tests by Alyssa Rosenzweig · 4 years, 1 month ago
  96. 322ddbd panfrost: Fix nonzero stencil mask on vertex/compute by Alyssa Rosenzweig · 4 years ago
  97. f3109c4 turnip: avoid heap allocations in QueueSubmit when semaphores are used by Jonathan Marek · 4 years ago
  98. 00914e2 nir/algebraic: fold some nested comparisons with ball and bany by Italo Nicola · 4 years ago
  99. 8a2a9e9 glsl: fix per_vertex_accumulator::fields size by Pierre-Eric Pelloux-Prayer · 4 years ago
  100. 26299c8 aco: Add base argument to emit_mbcnt. by Timur Kristóf · 4 years ago