1. ef5f238 freedreno/gmem: add helper to dump GMEM layout by Rob Clark · 4 years, 4 months ago
  2. 6a49d9c freedreno/gmem: add div_align() helper by Rob Clark · 4 years, 4 months ago
  3. 96b5a70 freedreno: initialize max_scissor by Rob Clark · 4 years, 4 months ago
  4. 1387e77 freedreno/gmem: don't assume scissor opt when estimating # of bins by Rob Clark · 4 years, 4 months ago
  5. 3c87618 vulkan: Handle vkGet/SetPrivateDataEXT on Android swapchains by Jason Ekstrand · 4 years, 4 months ago
  6. 51c6bc1 anv,vulkan: Implement VK_EXT_private_data by Jason Ekstrand · 4 years, 5 months ago
  7. d76e722 turnip: enable tiling for compressed formats by Jonathan Marek · 4 years, 4 months ago
  8. f543d87 turnip: update "fetchsize" value to match fdl6_layout changes by Jonathan Marek · 4 years, 4 months ago
  9. f789c59 freedreno: Fix non-constbuf-upload UBO block indices and count. by Eric Anholt · 4 years, 4 months ago
  10. 4553fc6 nir: Fix count when we didn't lower load_uniforms but did shift load_ubos. by Eric Anholt · 4 years, 4 months ago
  11. 0f2e44d freedreno: Drop the "write" arg to emit_const_bo now relocs don't care. by Eric Anholt · 4 years, 4 months ago
  12. 51d7a71 freedreno: Replace OUT_RELOCW with OUT_RELOC. by Eric Anholt · 4 years, 4 months ago
  13. 064f395 freedreno: Tell the kernel that all BOs are for writing. by Eric Anholt · 4 years, 4 months ago
  14. b2c23b1 freedreno: Mark all ringbuffer BOs as to be dumped on crash. by Eric Anholt · 4 years, 4 months ago
  15. 554b959 freedreno: Replace OUT_RELOCD with permanently flagging shader BOs for it. by Eric Anholt · 4 years, 4 months ago
  16. 9d8d936 freedreno: Start moving relocs flags into the BOs. by Eric Anholt · 4 years, 4 months ago
  17. 4235624 aco: optimize add/sub(a, cndmask(b, 0, 1, cond)) -> addc/subbrev_co(0, a, b) by Samuel Pitoiset · 4 years, 5 months ago
  18. a5fc96b aco: coalesce parallelcopies during register allocation by Daniel Schürmann · 4 years, 4 months ago
  19. 38cc649 glthread: Fix use of alloca() without #include "c99_alloca.h" by Jon Turney · 4 years, 4 months ago
  20. dc6c42d etnaviv: generalize FE stall before loading shader and sampler states by Lucas Stach · 4 years, 7 months ago
  21. 8e5fc97 CI: Re-enable Panfrost T7x0 jobs by Daniel Stone · 4 years, 4 months ago
  22. 8c6350d radv: update the list of allowed Android extensions by Samuel Pitoiset · 4 years, 4 months ago
  23. 021270c radv: handle different Vulkan API versions correctly by Samuel Pitoiset · 4 years, 4 months ago
  24. 6943092 radv: limit the Vulkan version to 1.1 for Android by Samuel Pitoiset · 4 years, 4 months ago
  25. 50eabb7 r600: Fix nir compiler options, i.e. don't lower IO to temps for TESS by Gert Wollny · 4 years, 4 months ago
  26. f7fcbe9 v3d/tex: use TMUSLOD register if possible by Alejandro Piñeiro · 4 years, 4 months ago
  27. c3af695 v3d/tex: set up default values for Configuration Parameter 1 if possible by Alejandro Piñeiro · 4 years, 4 months ago
  28. 50c2c76 v3d/tex: only look up the 2nd texture gather offset for 1d non-arrays by Alejandro Piñeiro · 4 years, 4 months ago
  29. ad8c5bb drirc: Enable glthread for rpcs3 by Ani · 4 years, 4 months ago
  30. d1290e7 pan/midgard: Fix old style shadows by Icecream95 · 4 years, 4 months ago
  31. 47bfc79 gallium/util: Fix leak in the live shader cache by Axel Davy · 4 years, 4 months ago
  32. 412e29c nir/algebraic: Eliminate useless extract before unpack by Ian Romanick · 4 years, 5 months ago
  33. bc0bbb8 nir/algebraic: Add some half packing optimizations for pack_half_2x16_split by Ian Romanick · 4 years, 5 months ago
  34. a2bf41e nir/algebraic: Optimize ushr of pack_half, not ishr by Ian Romanick · 4 years, 5 months ago
  35. ab16bff intel: Delete hardcoded devinfo->urb.size values for Gen7+ (sans DG1). by Kenneth Graunke · 4 years, 4 months ago
  36. 0bea2a1 egl: Limit the EGL ver for android by Abhishek Kumar · 4 years, 4 months ago
  37. 9c839e6 amd/common: Fix incorrect use of asprintf instead of vasprintf by Serge Martin · 4 years, 4 months ago
  38. 39d59cf docs/features: mark GL_NV_conditional_render as done for zink by Erik Faye-Lund · 4 years, 4 months ago
  39. 5743fa6 zink: enable conditional rendering if available by Dave Airlie · 6 years ago
  40. 5c7dea3 zink: add a GET_PROC_ADDR macro to simplify load_device_extensions by Erik Faye-Lund · 4 years, 4 months ago
  41. b8fd70e zink: load vk_GetMemoryFdKHR while creating screen by Erik Faye-Lund · 4 years, 4 months ago
  42. c668bdf radeonsi: do not use cmask with encrypted texture by Pierre-Eric Pelloux-Prayer · 4 years, 4 months ago
  43. 8873ea0 radeonsi: determine secure flag must be set for gfx IB by Pierre-Eric Pelloux-Prayer · 4 years, 7 months ago
  44. 92e64f4 amdgpu: use AMDGPU_IB_FLAGS_SECURE when requested by Pierre-Eric Pelloux-Prayer · 4 years, 6 months ago
  45. 2c2ab36 radeonsi: add support for PIPE_RESOURCE_FLAG_ENCRYPTED by Pierre-Eric Pelloux-Prayer · 4 years, 9 months ago
  46. 413d91b gallium: PIPE_RESOURCE_FLAG_ENCRYPTED by Pierre-Eric Pelloux-Prayer · 4 years, 4 months ago
  47. 5c58cbe radeonsi/sdma: implement tmz support by Pierre-Eric Pelloux-Prayer · 4 years, 9 months ago
  48. 5d96c26 radeonsi: force using staging texture when uploading to secure texture by Pierre-Eric Pelloux-Prayer · 4 years, 6 months ago
  49. fe2a3b8 amdgpu: add encrypted slabs support by Pierre-Eric Pelloux-Prayer · 4 years, 9 months ago
  50. 2853ed1 radeonsi: allocate framebuffer texture as secure when using tmz by Pierre-Eric Pelloux-Prayer · 4 years, 6 months ago
  51. 5a67b52 radeon: add RADEON_CREATE_ENCRYPTED flag by Pierre-Eric Pelloux-Prayer · 4 years, 9 months ago
  52. 856a03b radeonsi: add AMD_DEBUG=tmz option by Pierre-Eric Pelloux-Prayer · 4 years, 6 months ago
  53. 977e19d amdgpu/radeon: add secure api by Pierre-Eric Pelloux-Prayer · 4 years, 9 months ago
  54. 506f5d9 ac/surface: remove shadowing declaration by Pierre-Eric Pelloux-Prayer · 4 years, 4 months ago
  55. 266978f aco: prevent invalid loads/stores vectorization if robustness is enabled by Samuel Pitoiset · 4 years, 4 months ago
  56. 04718a9 nir: do not vectorize load/store if offset can overflow and robustness enabled by Samuel Pitoiset · 4 years, 4 months ago
  57. 3fba0a7 aco: fix 64-bit trunc with negative exponents on GFX6 by Samuel Pitoiset · 4 years, 4 months ago
  58. 56f955e etnaviv: drm: Normalize nano seconds by Guido Günther · 4 years, 8 months ago
  59. 022327f etnaviv: drm: Use NSEC_PER_SEC by Guido Günther · 4 years, 8 months ago
  60. a92a483 freedreno: android: add adreno-pm4-pack.xml.h generation to android build by Mauro Rossi · 4 years, 4 months ago
  61. 5dc3b22 freedreno/drm: android: add libfreedreno_registers static dependency by Mauro Rossi · 4 years, 4 months ago
  62. e622e01 lima/ppir: rework select conditions by Erico Nunes · 4 years, 5 months ago
  63. a0c5886 lima/ppir: add fallback mov option for const scheduler by Erico Nunes · 4 years, 5 months ago
  64. 8c47640 lima/ppir: rework store output by Erico Nunes · 4 years, 5 months ago
  65. 570f142 lima/ppir: rework emit nir to ppir by Erico Nunes · 4 years, 7 months ago
  66. 6b21b77 lima/ppir: remove unused clone functions by Erico Nunes · 4 years, 5 months ago
  67. 8c41571 lima/ppir: duplicate consts in nir by Erico Nunes · 4 years, 5 months ago
  68. 5e6c386 lima/ppir: duplicate intrinsics in nir by Erico Nunes · 4 years, 5 months ago
  69. 09003ba lima/ppir: combine varying loads in node_to_instr by Erico Nunes · 4 years, 5 months ago
  70. c6a3987 lima/ppir: do not assume single src for pipeline outputs by Erico Nunes · 4 years, 5 months ago
  71. 741aa34 lima/ppir: fix lod bias register codegen by Erico Nunes · 4 years, 5 months ago
  72. cef1c73 lima/ppir: introduce liveness internal live set by Erico Nunes · 4 years, 5 months ago
  73. 9e790fe genxml: pack: deal with default field not being simple integers by Lionel Landwerlin · 4 years, 4 months ago
  74. 942d453 genxml: factor out utility functions by Lionel Landwerlin · 4 years, 4 months ago
  75. d07f694 genxml: fix invalid end value for video fields by Lionel Landwerlin · 4 years, 4 months ago
  76. af17e39 genxml: run sorting script by Lionel Landwerlin · 4 years, 4 months ago
  77. 45c3331 intel/dev: Add device info for RKL by Jordan Justen · 4 years, 8 months ago
  78. 54996ad intel/dev: Split .num_subslices out of GEN12_FEATURES macro by Jordan Justen · 4 years, 4 months ago
  79. 07b0fbe panfrost: don't always build bifrost_compiler by Qiang Yu · 4 years, 5 months ago
  80. 727a0a5 radeonsi: remove emacs style config file by Qiang Yu · 4 years, 5 months ago
  81. 6c998c7 intel/dump_gpu: Fix name of LD_PRELOAD in env append logic by D Scott Phillips · 4 years, 4 months ago
  82. 1a59590 ac/surface: fix broken pitch override on gfx8 by Marek Olšák · 4 years, 4 months ago
  83. c9e8df6 freedreno: Initialize the bo's iova at creation time. by Eric Anholt · 4 years, 4 months ago
  84. b3c4e6a freedreno: Rename append_bo() in case it doesn't get inlined. by Eric Anholt · 4 years, 4 months ago
  85. e1c74f3 freedreno: Clean up tests around ORing in the reloc flags. by Eric Anholt · 4 years, 4 months ago
  86. 6c688ae freedreno: Deduplicate ringbuffer macros with computerator/fdperf by Eric Anholt · 4 years, 4 months ago
  87. 094c764 freedreno,tu: Don't request fragcoord components not being read. by Hyunjun Ko · 4 years, 4 months ago
  88. ab5590e vulkan/object: Always include the type by Jason Ekstrand · 4 years, 4 months ago
  89. d11e473 anv/allocator: Add a start_offset to anv_state_pool by Jason Ekstrand · 4 years, 4 months ago
  90. 772b15a util: Make process_test path compatible with mingw native toolchains by pal1000 · 4 years, 5 months ago
  91. 696bafa CI: Disable Panfrost T7x0 jobs by Daniel Stone · 4 years, 4 months ago
  92. 78d267e Linux: Change minimum priority threads from SCHED_IDLE to nice 19 SCHED_BATCH. by Con Kolivas · 4 years, 4 months ago
  93. f66bf5b docs/features: add zink features by Erik Faye-Lund · 4 years, 4 months ago
  94. 8bcfce2 anv: fix alignments for uniform buffers by Lionel Landwerlin · 4 years, 4 months ago
  95. f105b69 radv: report correct backend IR in hang reports when ACO is used by Samuel Pitoiset · 4 years, 4 months ago
  96. 290d480 radv: do not print the LLVM version string twice in hang reports by Samuel Pitoiset · 4 years, 4 months ago
  97. b1ef1c1 radv: remove the LLVM version string when ACO is used by Samuel Pitoiset · 4 years, 4 months ago
  98. ee2aef3 anv: call base finish only if pass given in DestroyRenderPass by Tapani Pälli · 4 years, 4 months ago
  99. a885ee5 st/wgl: allocate and resolve msaa-textures by Erik Faye-Lund · 4 years, 4 months ago
  100. 947bb04 st/wgl: pass st_context_iface into stw_st_framebuffer_present_locked by Erik Faye-Lund · 4 years, 4 months ago