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