aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ir3: Remove VARYING_SLOT_PNTC remapping hackConnor Abbott2020-04-251-12/+0
* st/nir: Fix assigning PointCoord location with !PIPE_CAP_TEXCOORDConnor Abbott2020-04-251-0/+2
* freedreno/a6xx: Implement PrimID passthroughConnor Abbott2020-04-252-3/+9
* tu: Implement PrimID passthroughConnor Abbott2020-04-252-5/+14
* ir3: Skip missing VS outputs in VS out map when linkingConnor Abbott2020-04-256-48/+67
* freedreno/a6xx: Document PrimID passthrough registersConnor Abbott2020-04-253-3/+16
* radv: Pass logical device to si_emit_graphicsJoshua Ashton2020-04-253-5/+6
* freedreno/ir3: Print @tex write mask using 0x%xKristian H. Kristensen2020-04-251-1/+1
* freedreno/ir3: Reset lex line number when we start parsingKristian H. Kristensen2020-04-251-0/+2
* freedreno/ir3: Parse, but ignore @in, @out and @tex headersKristian H. Kristensen2020-04-252-0/+21
* freedreno/ir3: Move ir3 assembler to backend compilerKristian H. Kristensen2020-04-256-24/+21
* freedreno/computerator: Decouple ir3 assemblerKristian H. Kristensen2020-04-254-23/+36
* Revert "meson,ci: Disable sparse_array tests on windows"Andres Gomez2020-04-241-4/+1
* etnaviv: Fix depth stencil ops on GC880/GC2000Marek Vasut2020-04-241-2/+2
* radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+Rhys Perry2020-04-243-22/+29
* aco: lower 8/16-bit integer arithmeticRhys Perry2020-04-241-0/+31
* aco: improve sub-dword emit_split_vector() with sgprsRhys Perry2020-04-241-6/+7
* aco: clobber scc in s_bfe_u32 in get_alu_src()Rhys Perry2020-04-241-1/+2
* aco: handle undef p_create_vector operands in the optimizerRhys Perry2020-04-241-0/+4
* aco: vectorize global loads/storesRhys Perry2020-04-241-2/+10
* aco: allow 8/16-bit shared loadsRhys Perry2020-04-241-2/+0
* aco: add and use get_buffer_store_op() helperRhys Perry2020-04-241-78/+33
* aco: refactor visit_store_scratch() to use new helpersRhys Perry2020-04-241-32/+15
* aco: refactor visit_store_global() to use new helpersRhys Perry2020-04-241-30/+29
* aco: refactor visit_store_ssbo() to use new helpersRhys Perry2020-04-241-64/+13
* aco: refactor store_vmem_mubuf() to use new helpersRhys Perry2020-04-241-58/+9
* aco: refactor store_lds() to use new helpersRhys Perry2020-04-241-91/+90
* aco: add helpers for splitting storesRhys Perry2020-04-241-0/+155
* aco: use emit_load helper for VMEM/SMEM loadsRhys Perry2020-04-241-494/+226
* aco: refactor load_lds to use new helpersRhys Perry2020-04-241-98/+75
* aco: add emit_load helperRhys Perry2020-04-241-0/+285
* aco: add and use RegClass::get() helperRhys Perry2020-04-242-14/+12
* aco: be more careful about using SMEM for load_globalRhys Perry2020-04-241-3/+4
* radv: allocate larger shader memory slabs if neededRhys Perry2020-04-241-2/+2
* radv: align buffer descriptor sizes to dwordRhys Perry2020-04-242-2/+16
* aco: Move s_setprio to correct place after the gs_alloc_req.Timur Kristóf2020-04-241-2/+3
* aco: Use 24-bit multiplication for NGG wave id and thread id.Timur Kristóf2020-04-241-2/+2
* aco: Use 24-bit multiplication in TCS I/OTimur Kristóf2020-04-241-5/+5
* aco: Const correctness for aco_print_ir.Timur Kristóf2020-04-242-26/+26
* aco: Const correctness for get_barrier_interaction.Timur Kristóf2020-04-242-11/+11
* aco: Abort when RA can't find a register.Timur Kristóf2020-04-241-1/+2
* aco: Increase barrier_count to 7 to include barrier_barrier.Timur Kristóf2020-04-241-1/+1
* aco: Only store TCS outputs to VMEM when they are read by TES.Timur Kristóf2020-04-241-12/+26
* radv: Add inputs read by TES to radv_shader_info.Timur Kristóf2020-04-242-0/+9
* turnip: add adreno 650Jonathan Marek2020-04-244-22/+46
* turnip: use RESOLVE_TS eventJonathan Marek2020-04-241-1/+1
* turnip: remove unused RB_UNKNOWN_8E04_blitJonathan Marek2020-04-242-3/+0
* zink: set UBO alignments in nir_intrinsic_load_uniform loweringMike Blumenkrantz2020-04-241-0/+2
* freedreno: allow FMT6_8_UNORM as a UBWC formatFritz Koenig2020-04-241-0/+1
* spirv: Rewrite CFG constructionJason Ekstrand2020-04-242-294/+503