1. 818bd61 zink: implement ARB_instanced_arrays by Mike Blumenkrantz · 4 years ago
  2. 0051551 zink: verify that src and dst aspects are the same in resource_copy_region hook by Mike Blumenkrantz · 4 years, 1 month ago
  3. 6feec2d zink: clamp min created fb size to 1x1 by Mike Blumenkrantz · 4 years, 1 month ago
  4. 9ce1e99 zink: use correct layer count when creating framebuffer by Mike Blumenkrantz · 4 years, 1 month ago
  5. e30367a zink: use correct number of samples on framebuffer in set_framebuffer_state by Mike Blumenkrantz · 4 years, 1 month ago
  6. f6c8721 zink: use correct value for color buffer sample count when creating renderpass by Mike Blumenkrantz · 4 years, 1 month ago
  7. 140f53e Revert "nir: replace lower_ffma and fuse_ffma with has_ffma" by Kenneth Graunke · 3 years, 10 months ago
  8. d8cdcd4 radv: use syncobj for wsi fence by Jonathan Marek · 3 years, 10 months ago
  9. 1aa1b9f radv: fix incorrect ResetFences path for WSI fence by Jonathan Marek · 3 years, 10 months ago
  10. 90b98c0 amd/tmz: move uses_secure_bos to radeon_winsys by Pierre-Eric Pelloux-Prayer · 4 years ago
  11. 2479689 radeonsi/tmz: add workaround for mpv/vaapi subtitles by Pierre-Eric Pelloux-Prayer · 4 years ago
  12. 2c66435 radeonsi/tmz: add a tmz variant for sctx::eop_bug_scratch by Pierre-Eric Pelloux-Prayer · 4 years ago
  13. 1338955 radeonsi: disable primitive discard if tmz is in use by Pierre-Eric Pelloux-Prayer · 4 years ago
  14. 8e2768b radeonsi/tmz: add tmz variant for sctx::tess_rings by Pierre-Eric Pelloux-Prayer · 4 years ago
  15. 2589888 radeonsi/tmz: add tmz variant of sctx::wait_mem_scratch by Pierre-Eric Pelloux-Prayer · 4 years ago
  16. de088dac radeonsi/tmz: fail si_texture_transfer_map if tex is encrypted by Pierre-Eric Pelloux-Prayer · 4 years ago
  17. 55b018b amd/winsys: add RADEON_FLUSH_TOGGLE_SECURE_SUBMISSION by Pierre-Eric Pelloux-Prayer · 4 years ago
  18. 1b0d660 radeonsi/tmz: allow secure job if the app made a tmz allocation by Pierre-Eric Pelloux-Prayer · 4 years ago
  19. f5ec617 ac/gpu_info: add detection of TMZ support by Pierre-Eric Pelloux-Prayer · 4 years ago
  20. 846e393 amd: add AMDGPU_IDS_FLAGS_TMZ definition to amdgpu_drm.h by Pierre-Eric Pelloux-Prayer · 4 years ago
  21. 5e4aece radeonsi: introduce SI_RESOURCE_FLAG_INTERNAL / RADEON_FLAG_DRIVER_INTERNAL by Pierre-Eric Pelloux-Prayer · 4 years ago
  22. 131412c radeonsi/tmz: allocate depth/stencil buffers as encrypted by Pierre-Eric Pelloux-Prayer · 4 years ago
  23. 0a59d2a radeonsi/tmz: add safety assert when tmz is enabled by Pierre-Eric Pelloux-Prayer · 4 years ago
  24. 59b267d radeonsi/tmz: use secure job if using an encrypted z/s buffer by Pierre-Eric Pelloux-Prayer · 3 years, 10 months ago
  25. 5bc24fe radeonsi/tmz: use secure job if framebuffer has dcc by Pierre-Eric Pelloux-Prayer · 4 years ago
  26. cec0bc7 turnip: rework fences to use syncobjs by Jonathan Marek · 3 years, 11 months ago
  27. c232067 turnip: require syncobj support by Jonathan Marek · 3 years, 11 months ago
  28. 89ffe85 turnip: add a fd field to tu_device by Jonathan Marek · 3 years, 11 months ago
  29. ec4fe92 turnip: delete unused tu_fence_signal function by Jonathan Marek · 3 years, 11 months ago
  30. 9e13a16 mesa: handle GL_FRONT after translating to it by Erik Faye-Lund · 3 years, 10 months ago
  31. 005d9d2 ci: adjust RadeonSI rules by Samuel Pitoiset · 3 years, 10 months ago
  32. 4c71cda vulkan/wsi/display: add option for display fence to signal syncobj by Jonathan Marek · 3 years, 10 months ago
  33. 32d7548 radeonsi: always inline draw-related functions that have only one use by Marek Olšák · 3 years, 10 months ago
  34. f24b589 radeonsi: lift the conditional for skipping si_upload_vertex_buffer_descriptors by Marek Olšák · 4 years ago
  35. 0b2f75f radeonsi: add unlikely statements into si_draw_vbo by Marek Olšák · 3 years, 10 months ago
  36. 8ab15c9 radeonsi: move si_upload_vertex_buffer_descriptors into si_state_draw.c by Marek Olšák · 4 years ago
  37. 12b1e8a radeonsi: reorganize the code around the gfx9 scissor bug by Marek Olšák · 3 years, 10 months ago
  38. 532259b radeonsi: don't call emit_cache_flush after uploading bindless descriptors by Marek Olšák · 3 years, 10 months ago
  39. d647065 radeonsi: move a displaced comment in si_draw_vbo by Marek Olšák · 3 years, 10 months ago
  40. 816a867 radeonsi: call si_upload_graphics_shader_descriptors before the big conditional by Marek Olšák · 3 years, 10 months ago
  41. 0051f2c radeonsi: use optimal order of operations when setting up a compute dispatch by Marek Olšák · 3 years, 10 months ago
  42. e560028c8 panfrost: Remove redundant casts of viewport position by Icecream95 · 3 years, 10 months ago
  43. 3d0ae7a panfrost: Handle non-positive viewport positions by Icecream95 · 3 years, 10 months ago
  44. 2aa48bb panfrost: Clamp uniform buffer size by Icecream95 · 3 years, 10 months ago
  45. 939ddf3 nir: replace lower_ffma and fuse_ffma with has_ffma by Marek Olšák · 3 years, 10 months ago
  46. f128450 radeonsi: fuse or lower ffma optimally on all chips by Marek Olšák · 3 years, 10 months ago
  47. 771aad3 nir: split lower_ffma into lower_ffma16/32/64 by Marek Olšák · 3 years, 10 months ago
  48. 21174de nir: split fuse_ffma into fuse_ffma16/32/64 by Marek Olšák · 3 years, 10 months ago
  49. c58b46e radeonsi: force linear for textures with height=1 (gfx6-8) by Pierre-Eric Pelloux-Prayer · 3 years, 10 months ago
  50. 5f27777 radeonsi: add a tweak for PS wave CU utilization for gfx10.3 by Marek Olšák · 3 years, 10 months ago
  51. b5debe1 radeonsi: break a binning batch on a new PS if bins can use multiple state sets by Marek Olšák · 3 years, 10 months ago
  52. 972fb03 radeonsi: move binning parameters into si_screen by Marek Olšák · 3 years, 10 months ago
  53. 8b134fb radeonsi: set KEEP_TOGETHER_ENABLE if needed by Marek Olšák · 3 years, 10 months ago
  54. 28a7616 pan/bi: Remove old register mode definitions by Alyssa Rosenzweig · 3 years, 10 months ago
  55. 7a0f3b6 pan/bi: Use canonical register packing by Alyssa Rosenzweig · 3 years, 10 months ago
  56. 514da97 pan/bi: Rename port -> slot by Alyssa Rosenzweig · 3 years, 10 months ago
  57. c749803 pan/bi: Decode all 32-bit register modes by Alyssa Rosenzweig · 3 years, 10 months ago
  58. bdb33f7 pan/bi: Pass 'first' through disassembler by Alyssa Rosenzweig · 3 years, 10 months ago
  59. 4d3d5a6 pan/bi: Add bifrost_reg_mode enum by Alyssa Rosenzweig · 3 years, 10 months ago
  60. b392c07 pan/bi: Disassemble PC-relative addresses by Alyssa Rosenzweig · 3 years, 10 months ago
  61. 08a9e5e pan/bi: Decode M values in disasm by Alyssa Rosenzweig · 3 years, 10 months ago
  62. 9de34e1 pan/bi: Track M values of disassembled constants by Alyssa Rosenzweig · 3 years, 10 months ago
  63. 43c6623 pan/bi: Inline dump_instr by Alyssa Rosenzweig · 3 years, 10 months ago
  64. 5ff3fea pan/bi: Annotate disassemble with format names by Alyssa Rosenzweig · 3 years, 10 months ago
  65. ab5cc3e pan/bi: Annotate stop bit (canonically "Z-bit") by Alyssa Rosenzweig · 3 years, 10 months ago
  66. 24a74b3 radv: add a tweak for PS wave CU utilization for gfx10.3 by Samuel Pitoiset · 3 years, 10 months ago
  67. 6865a6a radv: set KEEP_TOGETHER_ENABLE if necessary on GFX10+ by Samuel Pitoiset · 3 years, 10 months ago
  68. 68bb91e radeonsi: don't use nir_opt_access by Rhys Perry · 3 years, 10 months ago
  69. 87f91e2 st/nir: call nir_opt_access before gl_nir_lower_buffers by Rhys Perry · 3 years, 10 months ago
  70. e893102 radv: Add VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 rendering support. by Bas Nieuwenhuizen · 3 years, 10 months ago
  71. 43735c0 radv: Simplify radv_is_hw_resolve_pipeline. by Bas Nieuwenhuizen · 3 years, 10 months ago
  72. bf0c82b radv: Disable NGG on APUs. by Bas Nieuwenhuizen · 3 years, 10 months ago
  73. 12128fb lima: add natively supported vertex buffer formats by Erico Nunes · 3 years, 10 months ago
  74. c669db0 radv: advertise VK_KHR_copy_commands2 by Samuel Pitoiset · 3 years, 10 months ago
  75. 0401507 radv: add support for CmdResolveImage2KHR() by Samuel Pitoiset · 3 years, 10 months ago
  76. 9a700af radv: cleanup selecting the hardware resolve path by Samuel Pitoiset · 3 years, 10 months ago
  77. fe81971 radv: add support for CmdCopyImageToBuffer2KHR() by Samuel Pitoiset · 3 years, 10 months ago
  78. f9915ac radv: add support for CmdCopyImage2KHR() by Samuel Pitoiset · 3 years, 10 months ago
  79. 69dfcfb radv: add support for CmdCopyBufferToImage2KHR() by Samuel Pitoiset · 3 years, 10 months ago
  80. 22a08da radv: add support for CmdCopyBuffer2KHR() by Samuel Pitoiset · 3 years, 10 months ago
  81. eccc73f radv: add support for CmdBlitImage2KHR() by Samuel Pitoiset · 3 years, 10 months ago
  82. cc709a0 radv: add VK_KHR_copy_commands2 but leave it disabled by Samuel Pitoiset · 3 years, 10 months ago
  83. 93f158f radv: bump the advertised patch version to 145 by Samuel Pitoiset · 3 years, 10 months ago
  84. 43c7de6 radv: remove useless assignment of MAX_API_VERSION by Samuel Pitoiset · 3 years, 10 months ago
  85. e8a4071 gallium/util: add blitter-support for stencil-fallback by Erik Faye-Lund · 3 years, 11 months ago
  86. 2970d38 gallium/util: add shader for stencil-blits by Erik Faye-Lund · 3 years, 11 months ago
  87. 924e276 nir_lower_system_values: Fix load_global_invocation_id to use base_work_group_id even with no base_global id by Jesse Natalie · 3 years, 11 months ago
  88. ee4cee6 android: Disable trying to read/write to the disk cache. by Eric Anholt · 3 years, 10 months ago
  89. 25b36d9 mesa: Make the android_stub be a set of non-installed shared libraries. by Eric Anholt · 3 years, 10 months ago
  90. 283686a amd: add VanGogh support by Marek Olšák · 4 years ago
  91. d7495bd amd: add Dimgrey Cavefish support by Marek Olšák · 4 years, 10 months ago
  92. 40a50e9 radeonsi: remove KILL_PS_INF_INTERP/CLAMP_DIV_BY_ZERO, use screen::options by Marek Olšák · 3 years, 10 months ago
  93. 9818840 radeonsi: move debug options from si_disk_cache_create to si_get_ir_cache_key by Marek Olšák · 3 years, 10 months ago
  94. cd12fcf radeonsi: set TRUNC_COORD=0 for Total War: WARHAMMER to fix it by Marek Olšák · 4 years ago
  95. a1f46d7 ci: Use ignore_scheduled_pipelines anchor in .radeonsi-rules by Michel Dänzer · 3 years, 10 months ago
  96. e781cc7 tu: Expose shaderStorageImage*WithoutFormat by Connor Abbott · 3 years, 10 months ago
  97. 37054a3 ir3: Don't use the format to get the image type by Connor Abbott · 3 years, 10 months ago
  98. 6ebc20f tu: Expose shaderImageGatherExtended by Connor Abbott · 3 years, 10 months ago
  99. 205f4e9 tu: Expose shaderStorageImageExtendedFormats by Connor Abbott · 3 years, 10 months ago
  100. 5d3a72c r600/sfn: Be a bit more verbose when logging skipped FS outputs by Gert Wollny · 3 years, 10 months ago