1. 9c14440 spirv: Only set interface_type on blocks by Jason Ekstrand · 6 years ago
  2. da29594 spirv: Only split blocks by Jason Ekstrand · 6 years ago
  3. 662cfb1 spirv: Initialize struct member offsets to -1 by Jason Ekstrand · 6 years ago
  4. b4eae84 anv: Always emit at least one vertex element by Jason Ekstrand · 6 years ago
  5. 610f956 configure: EGL requirements only apply if EGL is built by Eric Engestrom · 6 years ago
  6. fc4f6b2 freedreno: a2xx: add partial lower_scalar pass for ir2 by Jonathan Marek · 6 years ago
  7. 9f614c7 freedreno: a2xx: add ir2 copy propagation by Jonathan Marek · 6 years ago
  8. c7dbf0b freedreno: a2xx: insert scalar MOV to allow 2 source scalar by Jonathan Marek · 6 years ago
  9. 67610a0 freedreno: a2xx: NIR backend by Jonathan Marek · 6 years ago
  10. da3ca69 nir: cleanup glsl_get_struct_field_offset, glsl_get_explicit_stride by Tapani Pälli · 6 years ago
  11. 41a0c00 travis: fix autotools build after --enable-autotools switch addition by Eric Engestrom · 6 years ago
  12. 27af1cc spirv: Update the JSON and headers from Khronos master by Jason Ekstrand · 6 years ago
  13. ca8c6c9 nir: Mark deref UBO and SSBO access as non-scalar by Jason Ekstrand · 6 years ago
  14. 5ee0adf nir/spirv: handle ContractionOff execution mode by Karol Herbst · 6 years ago
  15. fa73704 nir/vtn: add caps for some cl related capabilities by Rob Clark · 7 years ago
  16. ce08e5f vtn: handle SpvExecutionModelKernel by Karol Herbst · 7 years ago
  17. 8bb46de mesa: add MESA_SHADER_KERNEL by Karol Herbst · 6 years ago
  18. 2aa78e4 anv/pipeline: Add a pdevice helper variable by Jason Ekstrand · 6 years ago
  19. 344171b relnotes: Add newly added Vulkan extensions by Jason Ekstrand · 6 years ago
  20. c7f4a28 anv: Only parse pImmutableSamplers if the descriptor has samplers by Jason Ekstrand · 6 years ago
  21. f0ba826 radv: prevent dirtying of dynamic state when it does not change by Rhys Perry · 6 years ago
  22. e4c6423 radv: avoid context rolls when binding graphics pipelines by Rhys Perry · 6 years ago
  23. 5564a79 radv: add missed situations for scissor bug workaround by Rhys Perry · 6 years ago
  24. 5d1a290 radv: pass radv_draw_info to radv_emit_draw_registers() by Rhys Perry · 6 years ago
  25. 5886c5d freedreno: a2xx: sysmem rendering by Jonathan Marek · 6 years ago
  26. bec6e4b freedreno: a2xx: fix non-zero texture base offsets by Jonathan Marek · 6 years ago
  27. 02ab85a freedreno: a2xx: fix VERTEX_REUSE/DEALLOC on a20x by Jonathan Marek · 6 years ago
  28. 0286a11 freedreno: a2xx: fix gmem2mem viewport by Jonathan Marek · 6 years ago
  29. 64b1252 freedreno: a2xx: cleanup REG_A2XX_PA_CL_VTE_CNTL by Jonathan Marek · 6 years ago
  30. 6ef7700 freedreno: a2xx: cleanup init_shader_const by Jonathan Marek · 6 years ago
  31. 0a793c7 nir: add bit_size parameter to system values with multiple allowed bit sizes by Karol Herbst · 6 years ago
  32. 4125211 nir: add legal bit_sizes to intrinsics by Karol Herbst · 7 years ago
  33. 27bd07e nir/validate: allow to check against a bitmask of bit_sizes by Karol Herbst · 6 years ago
  34. b9fec2b nir: replace more nir_load_system_value calls with builder functions by Karol Herbst · 6 years ago
  35. 987744b glsl/lower_output_reads: set invariant and precise flags on temporaries by Karol Herbst · 6 years ago
  36. 8002eaa nv50,nvc0: add missing CAPs for unsupported features by Rhys Kidd · 6 years ago
  37. acdad24 nir/spirv: handle SpvStorageClassCrossWorkgroup by Karol Herbst · 6 years ago
  38. 36a76b7 nir: rename nir_var_shared to nir_var_mem_shared by Karol Herbst · 6 years ago
  39. 6fefd69 nir: rename nir_var_ssbo to nir_var_mem_ssbo by Karol Herbst · 6 years ago
  40. 3afc1e0 nir: rename nir_var_ubo to nir_var_mem_ubo by Karol Herbst · 6 years ago
  41. 9b24028 nir: rename nir_var_function to nir_var_function_temp by Karol Herbst · 6 years ago
  42. e5daef9 nir: rename nir_var_private to nir_var_shader_temp by Karol Herbst · 6 years ago
  43. ad99c16 intel/genxml: add missing MI_PREDICATE compare operations by Lionel Landwerlin · 6 years ago
  44. 79514cc anv: document cache flushes & invalidations by Lionel Landwerlin · 6 years ago
  45. 3c4c183 anv: narrow flushing of the render target to buffer writes by Lionel Landwerlin · 6 years ago
  46. 6ca652f glsl: be much more aggressive when skipping shader compilation by Timothy Arceri · 6 years ago
  47. c84ec70 intel/fs: Promote execution type to 32-bit when any half-float conversion is needed. by Francisco Jerez · 6 years ago
  48. 9e669ed ac/nir_to_llvm: fix interpolateAt* for arrays by Timothy Arceri · 6 years ago
  49. 860a9e4 Revert "glsl: be much more aggressive when skipping shader compilation" by Timothy Arceri · 6 years ago
  50. 5486c9d freedreno/a6xx: Turn on texture tiling by default by Kristian H. Kristensen · 6 years ago
  51. 60c6778 freedreno: Synchronize batch and flush for staging resource by Kristian H. Kristensen · 6 years ago
  52. 64b8c86 glsl: be much more aggressive when skipping shader compilation by Timothy Arceri · 6 years ago
  53. c9d7b0f glsl: don't skip GLSL IR opts on first-time compiles by Timothy Arceri · 6 years ago
  54. cd56d79 nir: check NIR_SKIP to skip passes by name by Caio Marcelo de Oliveira Filho · 6 years ago
  55. 1952fd8 anv: Implement VK_EXT_conditional_rendering for gen 7.5+ by Danylo Piliaiev · 6 years ago
  56. ed6e2bf anv: Implement VK_KHR_draw_indirect_count for gen 7+ by Danylo Piliaiev · 6 years ago
  57. 9e989b8 bin/meson-cmd-extract: Also handle cross and native files by Dylan Baker · 6 years ago
  58. b54df1b anv: Re-sort the extensions list by Jason Ekstrand · 6 years ago
  59. eb32dad intel/fs: Don't touch accumulator destination while applying regioning alignment rule by Jason Ekstrand · 6 years ago
  60. 0a7ac6d intel/eu: Stop overriding exec sizes in send_indirect_message by Jason Ekstrand · 6 years ago
  61. f682ed1 radv: initialize the per-queue descriptor BO only once by Samuel Pitoiset · 6 years ago
  62. 72d9745 radv: do not write unused descriptors to the per-queue BO by Samuel Pitoiset · 6 years ago
  63. 8c164ea radv: reduce size of the per-queue descriptor BO by Samuel Pitoiset · 6 years ago
  64. 83cc87e radv: drop unused code related to 16 sample locations by Samuel Pitoiset · 6 years ago
  65. 80dae70 gm107/ir: disable TEXS for tex with derivAll set by Karol Herbst · 6 years ago
  66. 30b5c9e nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for precise instructions by Karol Herbst · 6 years ago
  67. 8424cd8 nir: Account for atomics in copy propagation. by Bas Nieuwenhuizen · 6 years ago
  68. 927ba12 anv/tests: Adding test for the state_pool padding. by Rafael Antognolli · 6 years ago
  69. 731c4ad anv/allocator: Add support for non-userptr. by Rafael Antognolli · 6 years ago
  70. 643248b anv: Remove state flush. by Rafael Antognolli · 6 years ago
  71. 5d61c74 anv/allocator: Enable snooping on block pool and anv_bo_pool BOs. by Rafael Antognolli · 6 years ago
  72. dfc9ab2 anv/allocator: Add padding information. by Rafael Antognolli · 6 years ago
  73. 7ed0898 anv/allocator: Rework chunk return to the state pool. by Rafael Antognolli · 6 years ago
  74. 6a1f4c9 anv: Remove some asserts. by Rafael Antognolli · 6 years ago
  75. f39dad7 anv: Validate the list of BOs from the block pool. by Rafael Antognolli · 6 years ago
  76. 11a5d46 anv: Split code to add BO dependencies to execbuf. by Rafael Antognolli · 6 years ago
  77. f874604 anv/allocator: Add support for a list of BOs in block pool. by Rafael Antognolli · 6 years ago
  78. e3dc56d anv: Update usage of block_pool->bo. by Rafael Antognolli · 6 years ago
  79. fc3f588 anv/allocator: Remove pool->map. by Rafael Antognolli · 6 years ago
  80. 54e21e1 anv/allocator: Rename anv_free_list2 to anv_free_list. by Rafael Antognolli · 6 years ago
  81. 234c9d8 anv/allocator: Remove anv_free_list. by Rafael Antognolli · 6 years ago
  82. e2179ac anv/allocator: Use anv_state_table on back_alloc too. by Rafael Antognolli · 6 years ago
  83. d18267f anv/allocator: Use anv_state_table on anv_state_pool_alloc. by Rafael Antognolli · 6 years ago
  84. 6a1dcfe anv/allocator: Add helper to push states back to the state table. by Rafael Antognolli · 6 years ago
  85. e8b6e0a anv/allocator: Add getter for anv_block_pool. by Rafael Antognolli · 6 years ago
  86. 6a2d5ae anv/allocator: Add anv_state_table. by Rafael Antognolli · 6 years ago
  87. 27478ce anv/tests: Fix block_pool_no_free test. by Rafael Antognolli · 6 years ago
  88. 4149d41 anv: fix invalid binding table index computation by Lionel Landwerlin · 6 years ago
  89. c4c5c90 docs: explain how to see what meson options exist by Eric Engestrom · 6 years ago
  90. 406623f docs: update calendar, add news item and link release notes for 18.3.2 by Emil Velikov · 6 years ago
  91. 9d58641 docs: add sha256 checksums for 18.3.2 by Emil Velikov · 6 years ago
  92. 2dad014 docs: add release notes for 18.3.2 by Emil Velikov · 6 years ago
  93. f92c5bc anv/device: fix maximum number of images supported by Iago Toral Quiroga · 6 years ago
  94. a311aa6 anv: do not advertise AHW support if extension not enabled by Tapani Pälli · 6 years ago
  95. 99ef66c vc4: Don't leak the GPU fd for renderonly usage. by Eric Anholt · 6 years ago
  96. 0605726 v3d: Don't leak the GPU fd for renderonly usage. by Eric Anholt · 6 years ago
  97. 59527a3 v3d: Restructure RO allocations using resource_from_handle. by Eric Anholt · 6 years ago
  98. d70eb23 v3d: If the modifier is not known on BO import, default to linear for RO. by Eric Anholt · 6 years ago
  99. cb527d2 ac/nir_to_llvm: add support for structs to get_sampler_desc() by Timothy Arceri · 6 years ago
  100. b12316c ac/nir_to_llvm: fix regression in bindless support by Timothy Arceri · 6 years ago