- b3ae088 pan/bi: Add helper to measure clause size by Alyssa Rosenzweig · 4 years, 6 months ago
- 2a4e447 pan/bi: Add bi_layout.c for clause layout helpers by Alyssa Rosenzweig · 4 years, 6 months ago
- c3de28b pan/bi: Remove more artefacts of 2-pass scheduling by Alyssa Rosenzweig · 4 years, 6 months ago
- 4096be0 pan/bi: Add MUL.i32 to disasm by Alyssa Rosenzweig · 4 years, 6 months ago
- ec86656 pan/bi: Disassemble pos=0xe by Alyssa Rosenzweig · 4 years, 6 months ago
- a658a4f pan/bi: Document constant count invariant by Alyssa Rosenzweig · 4 years, 6 months ago
- ac64bf9 pan/bi: Move bi_flip_ports out of port assignment by Alyssa Rosenzweig · 4 years, 6 months ago
- 95e3776 pan/bi: Add FILE* argument to bi_print_registers by Alyssa Rosenzweig · 4 years, 6 months ago
- dd96b45 pan/bi: Drop `struct` from bi_registers by Alyssa Rosenzweig · 4 years, 6 months ago
- b042dde pan/bi: Move bi_registers to bi_bundle by Alyssa Rosenzweig · 4 years, 6 months ago
- 79f30d8 pan/bi: Move bi_registers to common IR structures by Alyssa Rosenzweig · 4 years, 6 months ago
- 59f8f20 pan/bi: Remove comment about old scheduler design by Alyssa Rosenzweig · 4 years, 6 months ago
- 635bf65 pan/bi: Remove FMA? parameter from get_src by Alyssa Rosenzweig · 4 years, 6 months ago
- 20f6c7a panfrost: Preload gl_FragCoord on Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
- 1d194f8 panfrost: Set reads_frag_coord as a sysval by Alyssa Rosenzweig · 4 years, 5 months ago
- 52875a3 panfrost: Don't generate gl_FragCoord varying on Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
- 11470fc freedreno/a6xx: fix vsc assert by Rob Clark · 4 years, 6 months ago
- f6f7bc2 freedreno/a6xx: Program VFD_DEST_CNTL from program stateobj by Kristian H. Kristensen · 4 years, 6 months ago
- 7aa809e freedreno/a6xx: Create stateobj for VFD_DECODE by Kristian H. Kristensen · 4 years, 6 months ago
- 8952dd6 freedreno/a6xx: Decouple VFD_FETCH and VFD_DECODE by Kristian H. Kristensen · 4 years, 6 months ago
- c15db89 freedreno/a6xx: Move per element offset to VFD_DECODE by Kristian H. Kristensen · 4 years, 6 months ago
- 9d645a1 radv/aco: enable VK_KHR_subgroup_extended_types on GFX8+ by Samuel Pitoiset · 4 years, 6 months ago
- e225670 aco: sign-extend input/indentity for 32-bit reduce ops on GFX10 by Samuel Pitoiset · 4 years, 5 months ago
- 83dcd16 aco: allow gfx10_wave64_bpermute with 8-bit/16-bit input by Samuel Pitoiset · 4 years, 6 months ago
- 8ece715 aco: allocate a temp VGPR for some 8-bit/16-bit reduction ops on GFX10 by Samuel Pitoiset · 4 years, 6 months ago
- 2e0ea9b aco: implement 8-bit/16-bit reductions on GFX10 by Samuel Pitoiset · 4 years, 6 months ago
- 75a730c aco: fix register allocation for subdword instructions on GFX10 by Samuel Pitoiset · 4 years, 5 months ago
- ad609bf frontend/dri: Implement mapping individual planes. by Bas Nieuwenhuizen · 4 years, 5 months ago
- a2ee293 zink: Check fopen result. by Vinson Lee · 4 years, 5 months ago
- 7503863 radv/aco: enable VK_EXT_subgroup_size_control by Samuel Pitoiset · 4 years, 6 months ago
- 6f39126 freedreno/a6xx: document LRZ flag buffer by Rob Clark · 4 years, 5 months ago
- a3947f9 freedreno/a6xx: LRZ fix for alpha-test by Rob Clark · 4 years, 5 months ago
- 838666a util: Initialize pipe_shader_state for passthrough and transform shaders by Neha Bhende · 4 years, 5 months ago
- 0343291 iris: Rename iris_seqno to iris_fine_fence by Chris Wilson · 4 years, 5 months ago
- 682e14d nir: lower_tex: Don't normalize coordinates for TXF with RECT by Gert Wollny · 4 years, 6 months ago
- 10c4a7c spirv,radv,anv: implement no-op VK_GOOGLE_user_type by Samuel Pitoiset · 4 years, 5 months ago
- 01ce788 aco: fix 64-bit shared_atomic_exchange by Rhys Perry · 4 years, 6 months ago
- 1f2fd9c aco: don't reorder barriers in the scheduler by Rhys Perry · 4 years, 6 months ago
- e1900ee aco: preserve more fields when combining additions into SMEM by Rhys Perry · 4 years, 6 months ago
- 95d5c1b aco: check instruction format before waiting for a previous SMEM store by Rhys Perry · 4 years, 6 months ago
- 5ccc7c2 aco: consider SDWA during value numbering by Rhys Perry · 4 years, 6 months ago
- 8aa98ce aco: fix interaction with 3f branch workaround and p_constaddr by Rhys Perry · 4 years, 6 months ago
- bccf2a2 intel: Add helper to calculate GPGPU_WALKER::RightExecutionMask by Caio Marcelo de Oliveira Filho · 4 years, 5 months ago
- 78e400d iris, i965: Update limits for ARB_compute_variable_group_size by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- 46b4280 iris, i965: Drop max_variable_local_size by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- 90ec26a intel/fs: Generate multiple CS SIMD variants for variable group size by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- 9b8347c anv: Use new helper functions to pick SIMD variant for CS by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- 594374d iris: Use new helper functions to pick SIMD variant for CS by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- c9f4bda iris: Set CS KernelStatePointer at dispatch by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- ee0fc0f i965: Use new helper functions to pick SIMD variant for CS by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- cb26d9c intel/fs: Add helper to get prog_offset and simd_size by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- 5b5e77c intel/fs: Support INTEL_DEBUG=no8,no32 in compute shaders by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- 10d0f39 intel/fs: Remove min_dispatch_width spilling decision from RA by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
- dff1bac zink: always use logical eq ops in ntv with 1bit inputs by Mike Blumenkrantz · 4 years, 5 months ago
- df2c68e pan/bi: Initialize struct fma_op_info member extended. by Vinson Lee · 4 years, 5 months ago
- b302305 lima/ppir: use a ready list in node_to_instr by Erico Nunes · 4 years, 6 months ago
- 9ae8b4a pan/bi: Suppress inf/nan for now by Alyssa Rosenzweig · 4 years, 5 months ago
- 6f589f4 pan/bi: Add CSEL.16 packing tests by Alyssa Rosenzweig · 4 years, 5 months ago
- 87ca1c1 pan/bi: Pack compact vertex texturing by Alyssa Rosenzweig · 4 years, 5 months ago
- 6650fa2 pan/bi: Add f16 TEXC.vtx op by Alyssa Rosenzweig · 4 years, 5 months ago
- 731dfc6 pan/bi: Allow vertex txl with lod=0 as compact by Alyssa Rosenzweig · 4 years, 5 months ago
- fd0324a pan/bi: Document compute_lod bit for compact tex by Alyssa Rosenzweig · 4 years, 5 months ago
- d31bc0e pan/bi: Also add compact vertex texturing by Alyssa Rosenzweig · 4 years, 5 months ago
- f514bdd pan/bi: Add TEX.vtx opcode for vertex texturing by Alyssa Rosenzweig · 4 years, 5 months ago
- 2fd3ad9 pan/decode: Decode Bifrost shader flags by Alyssa Rosenzweig · 4 years, 5 months ago
- ee6a5a5 panfrost: Set MALI_BIFROST_EARLY_Z as necessary by Alyssa Rosenzweig · 4 years, 5 months ago
- 3f78f25 panfrost: Identify MALI_BIFROST_EARLY_Z flag by Alyssa Rosenzweig · 4 years, 5 months ago
- 1c2d041 panfrost: Add defines for bifrost unk1 flags by Alyssa Rosenzweig · 4 years, 5 months ago
- 55e3305 panfrost: Document Midgard Inf/NaN suppress bit by Alyssa Rosenzweig · 4 years, 5 months ago
- 0e88dff panfrost: Ensure nonlinear strides are 16-aligned by Alyssa Rosenzweig · 4 years, 5 months ago
- d45936c panfrost: Identify Bifrost texture format swizzle by Alyssa Rosenzweig · 4 years, 5 months ago
- e3692fd panfrost: Set unk2 to accomodate blending by Alyssa Rosenzweig · 4 years, 5 months ago
- 3d6cc14 panfrost: Share MRT blend flag calculation with Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
- f5cf54f panfrost: Force Z/S tiling on Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
- f512489 panfrost: Tweak Bifrost colour buffer magic by Alyssa Rosenzweig · 4 years, 5 months ago
- 76e871d panfrost: Tweak zsbuf magic numbers for Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
- aeb5801 panfrost: Adjust null_rt for Bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
- 83cd3f0 panfrost: Fix Bifrost blending with depth-only FBO by Alyssa Rosenzweig · 4 years, 6 months ago
- a913066 ac/gpu_info: Correct Acturus cu bitmap by James Zhu · 4 years, 5 months ago
- 296c04d intel/fs: Work around dual-source blending hangs in combination with SIMD16 by Danylo Piliaiev · 4 years, 6 months ago
- dd2bd68 zink: use general-layout when blitting to/from same resource by Erik Faye-Lund · 4 years, 5 months ago
- d9eaac0 radeonsi/drirc: enable zerovram option for 7 Days to Die by Pierre-Eric Pelloux-Prayer · 4 years, 6 months ago
- ddfd2e6 turnip: support VkImageDrmFormatModifierExplicitCreateInfoEXT by Jonathan Marek · 4 years, 6 months ago
- da409fb freedreno/layout: add explicit offset/pitch argument to fdl6_layout by Jonathan Marek · 4 years, 6 months ago
- f1acf49 glsl: fix slow linking of uniforms in the nir linker by Timothy Arceri · 4 years, 6 months ago
- f621475 glsl: stop cascading errors if process_parameters() fails by Timothy Arceri · 4 years, 5 months ago
- 755c040 freedreno: Add missing va_end. by Vinson Lee · 4 years, 5 months ago
- e911086 nir: Fix sources for image atomic fadd by Jason Ekstrand · 4 years, 5 months ago
- 247f2fb pan/decode: Dump unknown2 by Alyssa Rosenzweig · 4 years, 6 months ago
- 6a19d49 pan/decode: Dump missing field on Bifrost by Alyssa Rosenzweig · 4 years, 6 months ago
- c2c8b1a pan/decode: Fix tiler warning by Alyssa Rosenzweig · 4 years, 5 months ago
- 4bc7d52 pan/decode: Fix unused variable warning by Alyssa Rosenzweig · 4 years, 5 months ago
- a621235 nouveau: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
- 9e53562 etnaviv: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
- bb5e10a iris: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
- 1719910 i965: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
- f59d02a intel: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
- 7ea2ad0 softpipe: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
- 9983c4c panfrost: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago
- 82996a8 glsl: Use SATURATE by Alyssa Rosenzweig · 4 years, 6 months ago