1. b7d3c71 radv: Invalidate L2 for TRANSFER_WRITE barriers by Alex Smith · 7 years ago
  2. 45e133a radv: flush DB cache before and after HTILE decompress. by Bas Nieuwenhuizen · 7 years ago
  3. 348c8c3 radv: fix primitive reset index emission by Dave Airlie · 7 years ago
  4. 07adc57 Revert "radv: Emit cache flushes before CP DMA." by Bas Nieuwenhuizen · 7 years ago
  5. 13afc45 radv/ac: Fix shared memory offset calculation by Alex Smith · 7 years ago
  6. 06bdbe9 radv: Fix using more than 4 bound descriptor sets by James Legg · 7 years ago
  7. f85a54a radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBuffer by Alex Smith · 7 years ago
  8. 804e260 radv: Emit cache flushes before CP DMA. by Bas Nieuwenhuizen · 7 years ago
  9. ed5c3fa radv: setup llvm target data layout by Dave Airlie · 7 years ago
  10. b5ed3f8 radv: disable mip point pre clamping. by Dave Airlie · 7 years ago
  11. 823f6d4 radv/ac: fix multiple descriptor sets with dynamic buffers by Fredrik Höglund · 7 years ago
  12. 09646cc radv: fix the dynamic buffer index in vkCmdBindDescriptorSets by Fredrik Höglund · 7 years ago
  13. a342a47 radv: Disable HTILE for textures with multiple layers/levels. by Bas Nieuwenhuizen · 7 years ago
  14. f21cc86 radv: Emit pending flushes before executing a secondary command buffer by Alex Smith · 7 years ago
  15. c9928ec radv: drop Z24 support. by Dave Airlie · 7 years ago
  16. 21e3f2f radv: fix txs for sampler buffers by Dave Airlie · 7 years ago
  17. bc07622 amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12 by Marek Olšák · 7 years ago
  18. 2e46d41 radv: fix depth format in blit2d. by Dave Airlie · 7 years ago
  19. d735682 radv: Use correct size for availability flag. by Bas Nieuwenhuizen · 7 years ago
  20. 95b0998 radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang. by Bas Nieuwenhuizen · 7 years ago
  21. 3169c98 radv: Reset emitted compute pipeline when calling secondary cmd buffer. by Bas Nieuwenhuizen · 7 years ago
  22. b4880ea radv: Never try to create more than max_sets descriptor sets. by Bas Nieuwenhuizen · 7 years ago
  23. e179a60 radv: adopt some init config workarounds from radeonsi. by Dave Airlie · 7 years ago
  24. 3b97299 radv: fix cik macroModeIndex. by Dave Airlie · 7 years ago
  25. e42f43b radv: change base aligmment for allocated memory. by Dave Airlie · 7 years ago
  26. dc398d9 radv: pass FMASK alignment to application by Dave Airlie · 7 years ago
  27. d424194 radv: Pass DCC alignment to application. by Bas Nieuwenhuizen · 7 years ago
  28. 27b6f74 radv: Pass CMASK alignment to application. by Bas Nieuwenhuizen · 7 years ago
  29. 1e868de radv/ac: avoid the fmask path when doing txs. by Dave Airlie · 7 years ago
  30. 241e0b7 radv: fix shared memory load/stores. by Dave Airlie · 7 years ago
  31. e789af4 radv/ac: correctly size shared memory usage. by Dave Airlie · 7 years ago
  32. 77ec080 android: fix llvm, elf dependencies for M, N releases by Mauro Rossi · 7 years ago
  33. 9ecfbaf radv/ac: apply slice rounding to 1d arrays as well. by Dave Airlie · 7 years ago
  34. eaf311d radv/ac: implement txs for buffer textures. by Dave Airlie · 7 years ago
  35. bbb4562 radv/ac: handle nir irem opcode. by Dave Airlie · 7 years ago
  36. 7083ca2 radv/ac: fix multisample subpass image. by Dave Airlie · 7 years ago
  37. 8917af1 radv: handle transfer_write as a dst flag. by Dave Airlie · 7 years ago
  38. d7d772f radv/ac: Use base in push constant loads. by Bas Nieuwenhuizen · 7 years ago
  39. 929b3bb radv: automake: Don't install vk_platform.h or vulkan.h. by Emil Velikov · 7 years ago
  40. c63652b radv: program a default point size. by Dave Airlie · 7 years ago
  41. 0c4b8c7 radv: don't resubmit the same cs over and over while tracing by Grazvydas Ignotas · 7 years ago
  42. de2dfa1 radv: fix include order for installed headers v2 by Andres Rodriguez · 7 years ago
  43. 730574c android: ac/debug: move sid_tables.h generation and IB decode to amd/common by Mauro Rossi · 8 years ago
  44. f93f7ca android: amd/common: fix LLVMInitializeAMDGPU* functions declaration by Mauro Rossi · 8 years ago
  45. aac562f radv: disable vertex reuse when writing viewport index by Dave Airlie · 7 years ago
  46. 7e0382f radv: add support for layered clears (v2) by Dave Airlie · 7 years ago
  47. 7886100 radv/ac: split part of llvm compile into a separate function by Dave Airlie · 7 years ago
  48. 5dadd7c radv/ac: switch an if to switch by Dave Airlie · 7 years ago
  49. 6b635bb radv: add support for writing layer/viewport index (v2) by Dave Airlie · 7 years ago
  50. 3b4bf8a ac/debug: Decrease num_dw for type 2 NOP's. by Bas Nieuwenhuizen · 7 years ago
  51. 75f858c radv/meta: split color renderpass creation out. by Dave Airlie · 7 years ago
  52. 5ae4de1 radv: Support multiple devices. by Bas Nieuwenhuizen · 7 years ago
  53. 8406f79 radv: Get physical device from radv_device instead of the instance. by Bas Nieuwenhuizen · 7 years ago
  54. d4392a8 radv/ac: use ctx->voidt in more places. (v2) by Dave Airlie · 7 years ago
  55. 3634dfd radv/meta: consolidate the depth stencil clear renderpasses by Dave Airlie · 7 years ago
  56. bf8e1f9 radv: generate entrypoints from vk.xml by Lionel Landwerlin · 8 years ago
  57. 1e1bddf radv: make device extension setup dynamic by Andres Rodriguez · 8 years ago
  58. 5323efb radv: rename global extension properties structs by Andres Rodriguez · 8 years ago
  59. 0eb8b6a radv: use a winsys context per-queue, instead of per device v2 by Andres Rodriguez · 8 years ago
  60. 6d2fb04 radv: Support loader interface version 3. by Bas Nieuwenhuizen · 8 years ago
  61. cb89d19 radv: remove some unused macros and functions by Grazvydas Ignotas · 8 years ago
  62. 5abd0a7 ac: automake: ensure that ./common is generated by Emil Velikov · 8 years ago
  63. 1007047 ac/nir: use ac_emit_fdiv throughout by Nicolai Hähnle · 8 years ago
  64. 38c67f7 ac/nir: use ac_build_gather_values[_extended] throughout by Nicolai Hähnle · 8 years ago
  65. 2c9d26a ac/nir: use ac_emit_llvm_intrinsic throughout by Nicolai Hähnle · 8 years ago
  66. a0ce09b amd/common: unify cube map coordinate handling between radeonsi and radv by Nicolai Hähnle · 8 years ago
  67. c728051 ac/debug: move .gitignore for sid_tables.h too by Grazvydas Ignotas · 8 years ago
  68. c90f921 ac, radeonsi: automake: add missing builddir include by Emil Velikov · 8 years ago
  69. 8aaca38 radv: Call NIR passes using NIR_PASS_V. by Bas Nieuwenhuizen · 8 years ago
  70. 65cbb99 radv: Call nir_lower_constant_initializers. by Bas Nieuwenhuizen · 8 years ago
  71. 18e70ed radv: Only call remove_dead_variables once. by Bas Nieuwenhuizen · 8 years ago
  72. d1dc22e ac: automake: rework sid_tables.h generation by Emil Velikov · 8 years ago
  73. c085bfc vulkan: Add new cast macros for VkIcd types by Chad Versace · 8 years ago
  74. e9d3cbc radv: fix multi-viewport emission by Dave Airlie · 8 years ago
  75. ada6648 radv/ac: add support for multi sample image coords by Dave Airlie · 8 years ago
  76. 8bc39e2 radv: Create single RADV_DEBUG env var. by Bas Nieuwenhuizen · 8 years ago
  77. 8cb60c7 ac/debug: Dump indirect buffers. by Bas Nieuwenhuizen · 8 years ago
  78. 97dfff5 radv: Dump command buffer on hang. by Bas Nieuwenhuizen · 8 years ago
  79. 0ef1b4d ac/debug: Move IB decode to common code. by Bas Nieuwenhuizen · 8 years ago
  80. b838f64 ac/debug: Move sid_tables.h generation to common code. by Bas Nieuwenhuizen · 8 years ago
  81. cc4ff6c spirv: add support for doubles to OpSpecConstant by Samuel Iglesias Gonsálvez · 8 years ago
  82. 41969f0 radv: drop unused fields in physical device. by Dave Airlie · 8 years ago
  83. f6d3af2 radv: fix depth transitions with layerCount = VK_REMAINING_ARRAY_LAYERS by Pierre-Loup A. Griffais · 8 years ago
  84. 29d6a36 radeonsi: do all math in bytes in SI DMA code by Marek Olšák · 8 years ago
  85. 1f13cb8 anv,radv: disable StorageImageWriteWithoutFormat for now by Ilia Mirkin · 8 years ago
  86. 36c648b spirv: always expose SpvCapabilityStorageImageExtendedFormats by Ilia Mirkin · 8 years ago
  87. 80bafc0 radv: only allow cmask/dcc in color optimal. by Dave Airlie · 8 years ago
  88. 1814df7 radv: only allow cmask/dcc on exclusive or concurrent with graphics queue. by Dave Airlie · 8 years ago
  89. 44f833a radv: denote support for extended storage image formats. by Dave Airlie · 8 years ago
  90. d842377 radv: add some asserts for operations on general queue by Dave Airlie · 8 years ago
  91. 059af25 radv: Also skip DCC clear flushes for compute. by Bas Nieuwenhuizen · 8 years ago
  92. 3fd306b radv: handle queue present directly to winsys by Dave Airlie · 8 years ago
  93. b5bb8b5 radv: fix rendering to b10g11r11_ufloat_pack32 by Dave Airlie · 8 years ago
  94. 4813c9a radv: handle multi-component shared load/stores. by Dave Airlie · 8 years ago
  95. 3a30b1a radv: return count of queue families written by Damien Grassart · 8 years ago
  96. e7279f1 radv: set some proper values for interp offset limits. by Dave Airlie · 8 years ago
  97. 14737bc radv: bump texel offsets to align with radeonsi by Dave Airlie · 8 years ago
  98. 27a8aab radv: fix dual source blending by Fredrik Höglund · 8 years ago
  99. 877202b radv: enable shaderStorageImageExtendedFormats by Dave Airlie · 8 years ago
  100. a3ca2a9 radv: enable shaderGatherImageExtended by Dave Airlie · 8 years ago