1. cce3556 radeonsi: call nir_shader_gather_info after lowering and optimizing NIR by Marek Olšák · 4 years ago
  2. 8be46d6 radeonsi: fix indirect dispatches with variable block sizes by Marek Olšák · 4 years ago
  3. a7e3cc7 etnaviv: simplify linear stride implementation by Christian Gmeiner · 4 years, 8 months ago
  4. f7583bd ci: Extend meson-clang coverage by compiling all gallium drivers by Boris Brezillon · 4 years ago
  5. 1dd4505 panfrost: gen_pack: Fix gnu-empty-initializer errors by Boris Brezillon · 4 years ago
  6. ea77958 nir: gather information about fbfetch and dual source color by Marek Olšák · 4 years ago
  7. a6abf17 nir: fix input/output info gathering for lowered IO by Marek Olšák · 4 years ago
  8. ef98c17 nir: gather fs.uses_sample_qualifier from lowered IO by Marek Olšák · 4 years ago
  9. 7b108e6 nir: set system_values_read for all intrinsics by Marek Olšák · 4 years ago
  10. abe9588 nir: gather tess.tcs_cross_invocation info from lowered IO intrinsics by Marek Olšák · 4 years ago
  11. 10be706 nir: gather indirect info from lowered IO intrinsics by Marek Olšák · 4 years ago
  12. 3173367 spirv: vtn_fail with a nice message on unsupported rounding modes by Jason Ekstrand · 4 years ago
  13. 03e7b75 gallium/dri2: Move image->texture assignment after image NULL check. by Vinson Lee · 4 years ago
  14. 4bd0df0 r600/sfn: Initialize GPRValue member m_pin_to_channel. by Vinson Lee · 4 years ago
  15. 974981c gallium/drm: Make the pipe loader handle the driconf merging. by Eric Anholt · 4 years ago
  16. 8739238 gallium/drm: Define the DRM entrypoints in drm_helper.h by Eric Anholt · 4 years ago
  17. bc10b49 gallium/drm: Refactor the stub screen create functions. by Eric Anholt · 4 years ago
  18. 9ec28b8 gallium/drm: Deduplicate screen creation for the dynamic (clover) pipe loader. by Eric Anholt · 4 years ago
  19. 472a20c radeonsi: Only call nir_lower_var_copies at the end of the opt loop by Jason Ekstrand · 4 years ago
  20. 7971918 zink: reorder create_stream_output_target to fix failure case leak by Mike Blumenkrantz · 4 years ago
  21. bc5c043 zink: apply viewport count when creating pipelines by Mike Blumenkrantz · 4 years, 1 month ago
  22. cc939fe zink: correctly set up fb-sized scissors for each viewport by Mike Blumenkrantz · 4 years, 1 month ago
  23. 8a2ddcb zink: set multiviewport cap in ntv when gl_ViewportIndex is a written output by Mike Blumenkrantz · 4 years, 1 month ago
  24. 09be30b zink: move viewport count to zink_gfx_pipeline_state by Mike Blumenkrantz · 4 years, 1 month ago
  25. 818bd61 zink: implement ARB_instanced_arrays by Mike Blumenkrantz · 4 years, 2 months ago
  26. 0051551 zink: verify that src and dst aspects are the same in resource_copy_region hook by Mike Blumenkrantz · 4 years, 3 months ago
  27. 6feec2d zink: clamp min created fb size to 1x1 by Mike Blumenkrantz · 4 years, 3 months ago
  28. 9ce1e99 zink: use correct layer count when creating framebuffer by Mike Blumenkrantz · 4 years, 3 months ago
  29. e30367a zink: use correct number of samples on framebuffer in set_framebuffer_state by Mike Blumenkrantz · 4 years, 3 months ago
  30. f6c8721 zink: use correct value for color buffer sample count when creating renderpass by Mike Blumenkrantz · 4 years, 3 months ago
  31. 140f53e Revert "nir: replace lower_ffma and fuse_ffma with has_ffma" by Kenneth Graunke · 4 years ago
  32. d8cdcd4 radv: use syncobj for wsi fence by Jonathan Marek · 4 years ago
  33. 1aa1b9f radv: fix incorrect ResetFences path for WSI fence by Jonathan Marek · 4 years ago
  34. 90b98c0 amd/tmz: move uses_secure_bos to radeon_winsys by Pierre-Eric Pelloux-Prayer · 4 years, 1 month ago
  35. 2479689 radeonsi/tmz: add workaround for mpv/vaapi subtitles by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  36. 2c66435 radeonsi/tmz: add a tmz variant for sctx::eop_bug_scratch by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  37. 1338955 radeonsi: disable primitive discard if tmz is in use by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  38. 8e2768b radeonsi/tmz: add tmz variant for sctx::tess_rings by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  39. 2589888 radeonsi/tmz: add tmz variant of sctx::wait_mem_scratch by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  40. de088dac radeonsi/tmz: fail si_texture_transfer_map if tex is encrypted by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  41. 55b018b amd/winsys: add RADEON_FLUSH_TOGGLE_SECURE_SUBMISSION by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  42. 1b0d660 radeonsi/tmz: allow secure job if the app made a tmz allocation by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  43. f5ec617 ac/gpu_info: add detection of TMZ support by Pierre-Eric Pelloux-Prayer · 4 years, 1 month ago
  44. 846e393 amd: add AMDGPU_IDS_FLAGS_TMZ definition to amdgpu_drm.h by Pierre-Eric Pelloux-Prayer · 4 years, 1 month ago
  45. 5e4aece radeonsi: introduce SI_RESOURCE_FLAG_INTERNAL / RADEON_FLAG_DRIVER_INTERNAL by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  46. 131412c radeonsi/tmz: allocate depth/stencil buffers as encrypted by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  47. 0a59d2a radeonsi/tmz: add safety assert when tmz is enabled by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  48. 59b267d radeonsi/tmz: use secure job if using an encrypted z/s buffer by Pierre-Eric Pelloux-Prayer · 4 years ago
  49. 5bc24fe radeonsi/tmz: use secure job if framebuffer has dcc by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  50. cec0bc7 turnip: rework fences to use syncobjs by Jonathan Marek · 4 years ago
  51. c232067 turnip: require syncobj support by Jonathan Marek · 4 years ago
  52. 89ffe85 turnip: add a fd field to tu_device by Jonathan Marek · 4 years ago
  53. ec4fe92 turnip: delete unused tu_fence_signal function by Jonathan Marek · 4 years ago
  54. 9e13a16 mesa: handle GL_FRONT after translating to it by Erik Faye-Lund · 4 years ago
  55. 005d9d2 ci: adjust RadeonSI rules by Samuel Pitoiset · 4 years ago
  56. 4c71cda vulkan/wsi/display: add option for display fence to signal syncobj by Jonathan Marek · 4 years ago
  57. 32d7548 radeonsi: always inline draw-related functions that have only one use by Marek Olšák · 4 years ago
  58. f24b589 radeonsi: lift the conditional for skipping si_upload_vertex_buffer_descriptors by Marek Olšák · 4 years ago
  59. 0b2f75f radeonsi: add unlikely statements into si_draw_vbo by Marek Olšák · 4 years ago
  60. 8ab15c9 radeonsi: move si_upload_vertex_buffer_descriptors into si_state_draw.c by Marek Olšák · 4 years ago
  61. 12b1e8a radeonsi: reorganize the code around the gfx9 scissor bug by Marek Olšák · 4 years ago
  62. 532259b radeonsi: don't call emit_cache_flush after uploading bindless descriptors by Marek Olšák · 4 years ago
  63. d647065 radeonsi: move a displaced comment in si_draw_vbo by Marek Olšák · 4 years ago
  64. 816a867 radeonsi: call si_upload_graphics_shader_descriptors before the big conditional by Marek Olšák · 4 years ago
  65. 0051f2c radeonsi: use optimal order of operations when setting up a compute dispatch by Marek Olšák · 4 years ago
  66. e560028c8 panfrost: Remove redundant casts of viewport position by Icecream95 · 4 years ago
  67. 3d0ae7a panfrost: Handle non-positive viewport positions by Icecream95 · 4 years ago
  68. 2aa48bb panfrost: Clamp uniform buffer size by Icecream95 · 4 years ago
  69. 939ddf3 nir: replace lower_ffma and fuse_ffma with has_ffma by Marek Olšák · 4 years ago
  70. f128450 radeonsi: fuse or lower ffma optimally on all chips by Marek Olšák · 4 years ago
  71. 771aad3 nir: split lower_ffma into lower_ffma16/32/64 by Marek Olšák · 4 years ago
  72. 21174de nir: split fuse_ffma into fuse_ffma16/32/64 by Marek Olšák · 4 years ago
  73. c58b46e radeonsi: force linear for textures with height=1 (gfx6-8) by Pierre-Eric Pelloux-Prayer · 4 years ago
  74. 5f27777 radeonsi: add a tweak for PS wave CU utilization for gfx10.3 by Marek Olšák · 4 years ago
  75. b5debe1 radeonsi: break a binning batch on a new PS if bins can use multiple state sets by Marek Olšák · 4 years ago
  76. 972fb03 radeonsi: move binning parameters into si_screen by Marek Olšák · 4 years ago
  77. 8b134fb radeonsi: set KEEP_TOGETHER_ENABLE if needed by Marek Olšák · 4 years ago
  78. 28a7616 pan/bi: Remove old register mode definitions by Alyssa Rosenzweig · 4 years ago
  79. 7a0f3b6 pan/bi: Use canonical register packing by Alyssa Rosenzweig · 4 years ago
  80. 514da97 pan/bi: Rename port -> slot by Alyssa Rosenzweig · 4 years ago
  81. c749803 pan/bi: Decode all 32-bit register modes by Alyssa Rosenzweig · 4 years ago
  82. bdb33f7 pan/bi: Pass 'first' through disassembler by Alyssa Rosenzweig · 4 years ago
  83. 4d3d5a6 pan/bi: Add bifrost_reg_mode enum by Alyssa Rosenzweig · 4 years ago
  84. b392c07 pan/bi: Disassemble PC-relative addresses by Alyssa Rosenzweig · 4 years ago
  85. 08a9e5e pan/bi: Decode M values in disasm by Alyssa Rosenzweig · 4 years ago
  86. 9de34e1 pan/bi: Track M values of disassembled constants by Alyssa Rosenzweig · 4 years ago
  87. 43c6623 pan/bi: Inline dump_instr by Alyssa Rosenzweig · 4 years ago
  88. 5ff3fea pan/bi: Annotate disassemble with format names by Alyssa Rosenzweig · 4 years ago
  89. ab5cc3e pan/bi: Annotate stop bit (canonically "Z-bit") by Alyssa Rosenzweig · 4 years ago
  90. 24a74b3 radv: add a tweak for PS wave CU utilization for gfx10.3 by Samuel Pitoiset · 4 years ago
  91. 6865a6a radv: set KEEP_TOGETHER_ENABLE if necessary on GFX10+ by Samuel Pitoiset · 4 years ago
  92. 68bb91e radeonsi: don't use nir_opt_access by Rhys Perry · 4 years ago
  93. 87f91e2 st/nir: call nir_opt_access before gl_nir_lower_buffers by Rhys Perry · 4 years ago
  94. e893102 radv: Add VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 rendering support. by Bas Nieuwenhuizen · 4 years ago
  95. 43735c0 radv: Simplify radv_is_hw_resolve_pipeline. by Bas Nieuwenhuizen · 4 years ago
  96. bf0c82b radv: Disable NGG on APUs. by Bas Nieuwenhuizen · 4 years ago
  97. 12128fb lima: add natively supported vertex buffer formats by Erico Nunes · 4 years ago
  98. c669db0 radv: advertise VK_KHR_copy_commands2 by Samuel Pitoiset · 4 years ago
  99. 0401507 radv: add support for CmdResolveImage2KHR() by Samuel Pitoiset · 4 years ago
  100. 9a700af radv: cleanup selecting the hardware resolve path by Samuel Pitoiset · 4 years ago