Commit Graph

  • ce91b0be08 nir: define new subgroup size info Georg Lehmann 2025-09-09 16:41:00 +02:00
  • 95c2a65662 nir: remove unused shader_info param in nir_create_shader Georg Lehmann 2025-09-09 15:39:57 +02:00
  • 1eb4a2f5cd iris: Limit max_shader_buffer_size to INT32_MAX Ian Romanick 2025-09-10 13:07:12 -07:00
  • e5fb2bc644 ci: bump vvl to another random version Mike Blumenkrantz 2025-09-12 08:40:20 -04:00
  • 83bf75e307 anti-lag: Don't force enable every supported feature on device creation. Hans-Kristian Arntzen 2025-09-02 15:11:35 +02:00
  • 2a4b1ea69b nir/opt_ray_queries: Cleanup and return if functions is not singular Konstantin Seurer 2025-09-10 22:15:47 +02:00
  • 39a5e80a7a gfxstream: address-space graphics requires kParamResourceBlob and kParamHostVisible Aaron Ruby 2025-09-10 17:03:12 -04:00
  • 3077cab5a9 broadcom/ci: comment some of the failures Juan A. Suarez Romero 2025-09-12 14:56:30 +02:00
  • 2d7dd41506 tc: eliminate refcounting for set_shader_buffers Mike Blumenkrantz 2025-09-11 13:26:13 -04:00
  • 9f764486cb cso: unbind vertex buffers when unbinding context Mike Blumenkrantz 2025-08-13 08:23:36 -04:00
  • 7f556805c1 radv: detect platform:virtio-mmio devices for virtgpu native context Val Packett 2025-09-10 15:44:41 -03:00
  • 31a627bdc2 panfrost: take reference from pool used for allocation Christian Meissl 2025-09-12 10:02:05 +02:00
  • 3c32ff7fa9 nak: Place most Op structs in Box<> Mel Henning 2025-09-11 00:36:38 -04:00
  • 9257f5607f nak: impl SM*Op for Op Mel Henning 2025-09-11 00:05:26 -04:00
  • 6f6c309167 nak: Special case Box in derive_from_variants Mel Henning 2025-09-10 21:48:35 -04:00
  • 611c5ebce5 compiler/rust: impl AsSlice for Box Mel Henning 2025-09-10 21:47:24 -04:00
  • 74696758a2 nak: remove boxing of instructions Seán de Búrca 2025-04-04 10:19:50 -07:00
  • 52e02c2b0b freedreno/a6xx: Fix snorm rounding Rob Clark 2025-09-11 14:32:56 -07:00
  • 4f94ca6c96 ac/llvm: fix get_global_address for global atomics Karol Herbst 2025-09-11 11:29:09 +02:00
  • 9fbf29fc6d spirv: add missing non-uniform access for SSBO atomics Samuel Pitoiset 2025-09-11 10:22:09 +02:00
  • a52483d9e7 radv: fix capture/replay with sampler border color Samuel Pitoiset 2025-09-11 11:22:35 +02:00
  • a658be8a24 radv: get NIR options after initializing the physical device cache key Samuel Pitoiset 2025-09-11 12:38:59 +02:00
  • e11be7549d zink: more vvl exceptions Mike Blumenkrantz 2025-09-11 17:25:36 -04:00
  • 430b85adbb radeonsi: Fix u_log_ctx for aux_context recreation Trigger Huang 2025-09-11 19:44:55 +08:00
  • be7afedba9 rusticl/mesa: fix NULL pointer access in set_constant_buffer_stream Karol Herbst 2025-09-11 19:37:53 +02:00
  • f419a96d76 zink: use implicit offsets for function temp variables in ntv Mike Blumenkrantz 2025-09-11 13:50:01 -04:00
  • c358842c1d brw: Don't use individual rallocs for each instruction Caio Oliveira 2025-08-09 18:25:47 -07:00
  • 2506540566 brw: Repack brw_inst fields Caio Oliveira 2025-08-22 00:27:16 -07:00
  • 8ded571ef4 brw: Allocate only brw_inst for BASE instructions Caio Oliveira 2025-08-29 22:36:59 -07:00
  • 08c0f33874 brw: Add a generic LOGICAL instruction kind Caio Oliveira 2025-08-29 20:29:26 -07:00
  • df2b5fb03f brw: Add brw_fb_write_inst Caio Oliveira 2025-08-29 20:29:26 -07:00
  • d06c0a370e brw: Add brw_urb_inst Caio Oliveira 2025-08-22 00:30:40 -07:00
  • 90967e7b16 brw: Add brw_load_payload_inst Caio Oliveira 2025-08-22 00:08:22 -07:00
  • 388bac06ce brw: Add brw_dpas_inst Caio Oliveira 2025-08-22 00:04:08 -07:00
  • 09a26526cc brw: Add brw_mem_inst Caio Oliveira 2025-08-21 16:20:49 -07:00
  • f0f1e63f99 brw: Add brw_tex_inst Caio Oliveira 2025-08-21 00:02:14 -07:00
  • 0fcce2722f brw: Add brw_send_inst Caio Oliveira 2025-08-20 15:43:08 -07:00
  • b27f6621ae brw: Add initial support for different instruction kinds Caio Oliveira 2025-08-20 15:09:33 -07:00
  • 339a4e8680 brw: Remove the extra function call when lowering samplers Caio Oliveira 2025-08-22 00:59:59 -07:00
  • 71c23c6722 brw: Add brw_builder::URB_READ and URB_WRITE helpers Caio Oliveira 2025-08-20 18:25:32 -07:00
  • f92116832f brw: Add brw_builder::SEND() helper Caio Oliveira 2025-08-20 16:35:57 -07:00
  • e194909b3f brw: Add and use brw_transform_inst() Caio Oliveira 2025-08-09 16:23:01 -07:00
  • 5d0160a87f brw: Pass brw_shader in fold_instruction Caio Oliveira 2025-08-19 12:35:38 -07:00
  • 8f16cac492 brw: Allow emit instruction with only number of sources Caio Oliveira 2025-08-09 16:30:41 -07:00
  • 3ef86a8d00 brw: Let the builder fill the sources of brw_inst Caio Oliveira 2025-08-09 23:14:02 -07:00
  • 506fce20f0 brw: Bundle the allocation of brw_inst and its sources Caio Oliveira 2025-08-09 15:17:43 -07:00
  • c81c8c917f brw: Remove builtin sources from brw_inst Caio Oliveira 2025-08-09 15:22:47 -07:00
  • 858162a2fc brw: Allocate brw_inst::src with ralloc Caio Oliveira 2025-08-09 15:03:49 -07:00
  • 29c12bbebf brw: Centralize brw_inst allocation Caio Oliveira 2025-08-09 13:59:39 -07:00
  • c90ec6d7e7 brw: Use uint16_t for size_written Caio Oliveira 2025-08-21 23:48:28 -07:00
  • 6281a12822 brw: Remove brw_inst::no_dd_check/no_dd_clear Kenneth Graunke 2025-08-13 14:05:43 -07:00
  • b26c68e40a r600/sfn: Filter lowering of b2f32(comp(x,y)) for 64 bit sources Gert Wollny 2025-09-11 15:10:40 +02:00
  • 99cd6ffd1f isl: Respect driconf option for EnableSamplerRoutetoLSC Sagar Ghuge 2025-09-04 17:21:23 -07:00
  • 715b8ba539 egl: Bring back util_cpu_trace_init Danylo Piliaiev 2025-09-11 17:36:47 +02:00
  • 32b4412d54 zink: update gfx pipeline less frequently Mike Blumenkrantz 2025-08-13 13:55:50 -04:00
  • b497a81dd1 zink: make find_completed_batch_state() only return state for COPY_ONLY ctx Mike Blumenkrantz 2025-09-11 12:38:14 -04:00
  • 13ea671b68 zink: simplify state iterating in find_completed_batch_state() Mike Blumenkrantz 2025-09-11 12:37:50 -04:00
  • a6918f1bed zink: don't init batch descriptors for copy contexts Mike Blumenkrantz 2025-09-11 12:36:57 -04:00
  • 2fe2ab2bd0 zink+nvk/ci: update test expectations Eric Engestrom 2025-09-11 17:41:31 +02:00
  • d195e64278 zink+turnip/ci: update test expectations Eric Engestrom 2025-09-11 17:41:20 +02:00
  • 11a7693065 turnip/ci: update test expectations Eric Engestrom 2025-09-11 17:41:20 +02:00
  • f21d4d78b0 etnaviv/ci: update test expectations Eric Engestrom 2025-09-11 17:40:56 +02:00
  • 26f04c213d broadcom/ci: update test expectations Eric Engestrom 2025-09-11 17:40:50 +02:00
  • 4db3851b5a zink+lvp/ci: document recent flakes Eric Engestrom 2025-09-11 17:31:52 +02:00
  • bea53ef23c broadcom/ci: document recent flakes Eric Engestrom 2025-09-11 17:31:34 +02:00
  • 6ecb7f11b7 radv/ci: document recent flakes Eric Engestrom 2025-09-11 17:31:18 +02:00
  • ce39a7e2a8 zink+radv/ci: document recent flakes Eric Engestrom 2025-09-11 17:28:07 +02:00
  • bcb66ddd28 zink+radv/ci: sort vangogh flakes Eric Engestrom 2025-09-11 17:27:17 +02:00
  • d46a114206 zink/ci: mark one test as crash/flake for turnip a618 Samuel Pitoiset 2025-09-11 14:17:15 +02:00
  • c122d70dfd radv: set radv_gfx12_hiz_wa=partial for some games to mitigate performance loss Samuel Pitoiset 2025-09-08 18:53:26 +02:00
  • b00b8c763b radv: disable radv_disable_hiz_his_gfx12 for Mafia Definition Edition Samuel Pitoiset 2025-06-17 15:22:57 +02:00
  • ec09ac1501 radv: switch to the full HiZ workaround by default on GFX12 Samuel Pitoiset 2025-07-14 15:26:16 +02:00
  • 5f8f4686bf radv: replace RADV_GFX12_HIZ_WA by a drirc option Samuel Pitoiset 2025-09-08 18:38:06 +02:00
  • 0a2ef363a8 radv: report an message when RADV_GFX12_HIZ_WA value is invalid Samuel Pitoiset 2025-09-08 18:33:56 +02:00
  • fc0418a69f aux/pp: fixup sampler-view release Erik Faye-Lund 2025-09-10 18:10:15 +02:00
  • b584b47d01 rusticl/mem: fix Image::read for 1Darray images Karol Herbst 2025-09-10 23:10:58 +02:00
  • ec87f1338f radv: emit more push shader registers on GFX12 Samuel Pitoiset 2025-09-09 17:22:52 +02:00
  • 9039f33a8d Revert "radv: handle fbfetch output after binding graphics shaders" Samuel Pitoiset 2025-09-05 14:16:15 +02:00
  • b69b953973 radv: add RADV_DEBUG=bo_history Samuel Pitoiset 2025-01-28 12:00:07 +01:00
  • 0fe652971e freedreno/a6xx: Add missing format Rob Clark 2025-09-10 08:45:27 -07:00
  • 6ab682e5f2 freedreno/blitter: Don't ignore blit swizzle Rob Clark 2025-09-10 08:45:00 -07:00
  • 250dba1dce freedreno/a6xx: Fallback to original blit in the snorm_copy path Rob Clark 2025-09-10 08:43:30 -07:00
  • 03e9c01f0c brw: Add and use more brw_validate.cpp macros Caio Oliveira 2025-09-09 15:58:25 -07:00
  • a9ea4630d4 nak: Make BindlessSSA store [SSAValue; 2] Mel Henning 2025-09-01 20:11:17 -04:00
  • 8ac9b077b1 nak/assign_regs: Make src_ssa_ref return a slice Mel Henning 2025-09-01 19:57:26 -04:00
  • d21a4d9e50 nak: impl HasRegFile for SSARef and &[SSAValue] Mel Henning 2025-09-01 19:10:29 -04:00
  • 603d7f9413 nak: Remove Option<> from SSARef::file() return Mel Henning 2025-09-01 19:03:50 -04:00
  • 08a3497223 anv: add assertion that tes and tcs data is non-null Dylan Baker 2025-09-09 20:56:04 +00:00
  • ecfce9f9ad blorp: Fix potential read of uninitaized elk fields in debug paths Dylan Baker 2025-09-09 18:29:38 +00:00
  • 6fe4b7344d isl: prevent potential overflow before widen Dylan Baker 2025-09-09 17:42:24 +00:00
  • f18aca8689 intel/brw: Fix implementaiton of |= operator for enum Dylan Baker 2025-09-09 12:04:21 -07:00
  • 70ebc14de9 anv: avoid potential integer overflow in video address calculation Dylan Baker 2025-09-09 18:49:45 +00:00
  • 011ba1842e freedreno/registers: add CP_ALWAYS_ON_CONTEXT Anna Maniscalco 2025-09-08 17:53:58 +02:00
  • 1da270fb35 radv/amdgpu: add more helpers for managing virtual BOs Samuel Pitoiset 2025-09-04 12:14:18 +02:00
  • 3c4168a3cc radv/amdgpu: return OOM device when BO mapping fails Samuel Pitoiset 2025-09-04 17:17:36 +02:00
  • fd6d285417 zink/ci: Add a new Minecraft restricted trace Valentine Burley 2025-09-09 09:05:47 +02:00
  • 9d9fc1fe72 radeonsi/vcn: Get rid of PIPE_ALIGN_IN_BLOCK_SIZE David Rosca 2025-09-02 18:01:18 +02:00
  • 8eb84f8854 radeonsi/vcn: Fix calculating QP map region dimensions David Rosca 2025-09-02 17:56:56 +02:00
  • 5fefb9e795 zink: flag vertex element state for rebind after vstate draws Mike Blumenkrantz 2025-09-10 09:00:24 -04:00
  • a03a79aa9d pipe: Remove PIPE_VIDEO_CAP_PREFERS/SUPPORTS_INTERLACED David Rosca 2025-08-08 11:45:46 +02:00