1. 6bec8bc ac/nir: add support for all intrinsics. (v2) by Dave Airlie · 7 years ago
  2. 01d91b3 amd: add amdgpu_asic_addr.h to the sources list by Emil Velikov · 7 years ago
  3. 7f33e94 amd/addrlib: update to latest version by Marek Olšák · 7 years ago
  4. cde664a radeonsi: use ac_create_target_machine by Marek Olšák · 7 years ago
  5. 81f81fd radeonsi: use ac_get_llvm_processor_name by Marek Olšák · 7 years ago
  6. 24e9004 radeonsi: remove unused field in the PCI ID table by Marek Olšák · 7 years ago
  7. 0084f4a ac/nir: for ubo load use correct num_components by Dave Airlie · 7 years ago
  8. 201b3b8d radv: move is_local up to the winsys level. by Dave Airlie · 7 years ago
  9. 2566049 radv: wrap cs_add_buffer in an inline. (v2) by Dave Airlie · 7 years ago
  10. 31b5da7 radv: when loading regs no need to add buffer by Dave Airlie · 7 years ago
  11. 3bf8be4 radv: pre-calculate user_data_0 registers and store in pipeline by Dave Airlie · 7 years ago
  12. 4bcb48b radv: add initial copy descriptor support. (v2) by Dave Airlie · 7 years ago
  13. 60a9705 radv: move descriptor sets out of cmd_state. by Dave Airlie · 7 years ago
  14. 3a0d098 radv: add helper for setting a descriptor. by Dave Airlie · 7 years ago
  15. b48063a radv: move vertex binding out of cmd state. by Dave Airlie · 7 years ago
  16. 7365626 radv: reorder cmd_state to remove a hole. by Dave Airlie · 7 years ago
  17. f0ae06a radv: free attachments on end command buffer. by Dave Airlie · 7 years ago
  18. 608af05 radv: Optimize calling radv_save_descriptors. by Bas Nieuwenhuizen · 7 years ago
  19. cecbcf4 radv: Use an array to store descriptor sets. by Bas Nieuwenhuizen · 7 years ago
  20. 6e2eb96 ac: remove the remaining duplicate llvm types by Timothy Arceri · 7 years ago
  21. e73a467 ac: remove usused v4f32 by Timothy Arceri · 7 years ago
  22. 7f49667 ac: add v2f32 to the common code and make use of it by Timothy Arceri · 7 years ago
  23. cd6cfd1 ac: use the ac f16 llvm type by Timothy Arceri · 7 years ago
  24. 8f651ae ac: use the ac f32 llvm type by Timothy Arceri · 7 years ago
  25. 368654a ac: use the ac f64 llvm type by Timothy Arceri · 7 years ago
  26. d927db0 ac: use the common v8i32 llvm type by Timothy Arceri · 7 years ago
  27. 9db51b2 ac: use the common v4i32 llvm type by Timothy Arceri · 7 years ago
  28. ee376ac ac: add v3i32 to the common code and make use of it by Timothy Arceri · 7 years ago
  29. 309a514 ac: add v2i32 to the common code and use it by Timothy Arceri · 7 years ago
  30. c64cfa0 ac: use the ac i64 llvm type by Timothy Arceri · 7 years ago
  31. 3d45acf ac: remove unused i16 llvm type by Timothy Arceri · 7 years ago
  32. 4d47996 ac: use the ac ivoidt llvm type by Timothy Arceri · 7 years ago
  33. 209ad5c ac: use the ac i8 llvm type by Timothy Arceri · 7 years ago
  34. 21d7118 ac: use the ac i1 llvm type by Timothy Arceri · 7 years ago
  35. bd59a0b ac: use the ac i32 llvm type by Timothy Arceri · 7 years ago
  36. 439a2fe ac/radeonsi: add support for tex instr without a derefence by Timothy Arceri · 7 years ago
  37. bad31f6 radv: use the optimal packets order for dispatch calls by Samuel Pitoiset · 7 years ago
  38. 8067214 radv: Don't expose heaps with 0 memory. by Bas Nieuwenhuizen · 7 years ago
  39. 529cdce radeonsi: remove 'Authors:' comments by Marek Olšák · 7 years ago
  40. c39f391 radv: make radv_bind_descriptor_set() static by Samuel Pitoiset · 7 years ago
  41. 799ef80 radv: make sure we set buffers as shareable properly. by Dave Airlie · 7 years ago
  42. 5010436 radv: bail out when binding the same vertex buffers by Samuel Pitoiset · 7 years ago
  43. 11fdc2c radv: bail out when binding the same index buffer by Samuel Pitoiset · 7 years ago
  44. e92405c radv: use correct alloc function when loading from disk by Timothy Arceri · 7 years ago
  45. 134a40d radv: Fix -Wformat-security issue by Alex Smith · 7 years ago
  46. 1e84e53 radv: add cache items to in memory cache when reading from disk by Timothy Arceri · 7 years ago
  47. de88979 radv: Implement VK_AMD_shader_info by Alex Smith · 7 years ago
  48. a41e2e9 radv: allow to use a compute shader for resetting the query pool by Samuel Pitoiset · 7 years ago
  49. 0d61109 radv: make radv_fill_buffer() return the needed flush bits by Samuel Pitoiset · 7 years ago
  50. a639d40 radv: add support for local bos. (v3) by Dave Airlie · 7 years ago
  51. 06a12f2 radv: only copy the dynamic states that changed by Samuel Pitoiset · 7 years ago
  52. b1e31c1 radv: store the dynamic state mask into radv_dynamic_state by Samuel Pitoiset · 7 years ago
  53. 672cf69 radv: only emit the depth bounds test values when set dynamically by Samuel Pitoiset · 7 years ago
  54. 16cfbef ac/llvm: drop pointless wrappers around umsb/imsb by Dave Airlie · 7 years ago
  55. 82d47b9 ac/llvm: consolidate find lsb function. by Dave Airlie · 7 years ago
  56. de2b241 ac/llvm: drop v4f32empty. (v2) by Dave Airlie · 7 years ago
  57. a76b6c2 ac/llvm: add i1false/i1true to common code. by Dave Airlie · 7 years ago
  58. 88b7ddb ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types. by Dave Airlie · 7 years ago
  59. f925f5b ac/nir: move lds declaration/load/store into shared code. by Dave Airlie · 7 years ago
  60. 61a9ef4 radv: Compute ac keys from pipeline key. by Bas Nieuwenhuizen · 7 years ago
  61. 49d0351 radv: Add single pipeline cache key. by Bas Nieuwenhuizen · 7 years ago
  62. de38491 radv: Don't compute as_ls/as_es before hashing. by Bas Nieuwenhuizen · 7 years ago
  63. 27a0b24 ac/nir: generate correct instruction for atomic min/max on unsigned images by Matthew Nicholls · 7 years ago
  64. 9711979 radv: print NIR before LLVM IR and disassembly by Samuel Pitoiset · 7 years ago
  65. 5bfbab2 radv: Fix truncation issue hexifying the cache uuid for the disk cache. by Bas Nieuwenhuizen · 7 years ago
  66. 767ca5b radv: enable lower to scalar nir pass by Timothy Arceri · 7 years ago
  67. 8ebaf81 ac: add support for explicit component packing by Timothy Arceri · 7 years ago
  68. d8cefaa radv: use device name in cache creation like radeonsi. by Dave Airlie · 7 years ago
  69. 3cd3035 radv: use a define for the transition point between cp and compute shader by Dave Airlie · 7 years ago
  70. a5499b6 radv: only emit dfsm packets if dfsm is allowed. by Dave Airlie · 7 years ago
  71. 2a414c3 radeonsi: postponed KILL isn't postponed anymore, but maintains WQM by Marek Olšák · 7 years ago
  72. 478afbe ac: use llvm.amdgcn.kill with LLVM 6.0 by Marek Olšák · 7 years ago
  73. 1ff9e27 ac: replace ac_build_kill with ac_build_kill_if_false by Marek Olšák · 7 years ago
  74. f0a2bbd radv: move nir print after linking is done by Timothy Arceri · 7 years ago
  75. 013313c radv: clone meta shaders before linking by Timothy Arceri · 7 years ago
  76. fee9d05 radv: Update code pointer correctly if a variant is already created by Alex Smith · 7 years ago
  77. ba85525 ac: Silence a compiler warning about results[0]. by Eric Anholt · 7 years ago
  78. 34c04c7 ac: Fix a compiler warning for possibly undefined "name" by Eric Anholt · 7 years ago
  79. f9ccfda amd/common/gfx9: workaround DCC corruption more conservatively by Nicolai Hähnle · 7 years ago
  80. 2665d01 radv: automake: include radv_extensions.py in the tarball by Juan A. Suarez Romero · 7 years ago
  81. a548b72 ac/nir: Only clamp shadow reference on radeonsi. by Bas Nieuwenhuizen · 7 years ago
  82. c07d719 radv: Disallow indirect outputs for GS on GFX9 as well. by Bas Nieuwenhuizen · 7 years ago
  83. 2c5b43c ac/nir: Fix nir_texop_lod on GFX for 1D arrays. by Bas Nieuwenhuizen · 7 years ago
  84. da9c3cd radv/ac/nir: only emit tess factors to storage if tes reads them by Dave Airlie · 7 years ago
  85. 6ce5504 radv: Don't use vgpr indexing for outputs on GFX9. by Bas Nieuwenhuizen · 7 years ago
  86. ad727b9 ac/nir: Account for compact array index in GS input load from LDS. by Bas Nieuwenhuizen · 7 years ago
  87. 67648c0 radv: Don't compile shaders when they are cached already. by Bas Nieuwenhuizen · 7 years ago
  88. 3bf954b radv: Don't check for max GL GS invocations. by Bas Nieuwenhuizen · 7 years ago
  89. 050f7e2 radv: Don't explicitly reference vertex shader for draw_id. by Bas Nieuwenhuizen · 7 years ago
  90. 20fb15b radv: Don't reset cmd_buffer->state.dirty. by Bas Nieuwenhuizen · 7 years ago
  91. fb55477 radv: Correctly detect changed shaders for vertex descriptors. by Bas Nieuwenhuizen · 7 years ago
  92. 24fe4e6 ac/nir: Set larged wrokgroup size for GS on GFX9. by Bas Nieuwenhuizen · 7 years ago
  93. 9e82f2b ac/nir: Take the max workgroup size of all provided shaders. by Bas Nieuwenhuizen · 7 years ago
  94. 0fdd531 radv: Fix pipeline cache locking issues by Alex Smith · 7 years ago
  95. a2c6fbb radv: disable implicit sync for radv allocated bos v3 by Andres Rodriguez · 7 years ago
  96. eff2bdb radv: factor out radv_alloc_memory by Andres Rodriguez · 7 years ago
  97. 9272433 radv: Expose VK_EXT_global_priority by Andres Rodriguez · 7 years ago
  98. 9f7edf4 radv: don't skip PS/VS partial flush by Andres Rodriguez · 7 years ago
  99. fd04f3e radv: Implement VK_EXT_global_priority by Andres Rodriguez · 7 years ago
  100. 986c4b0 radv: hardcode shader WAVE_LIMIT to the maximum value by Andres Rodriguez · 7 years ago