aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: Add support for HiZ+CCSJason Ekstrand2020-04-242-2/+40
* intel/isl: Refactor isl_surf_get_ccs_surfJason Ekstrand2020-04-242-139/+178
* intel/isl: Delete a misleading commentJason Ekstrand2020-04-241-3/+0
* anv/cmd_buffer: Move anv_image_init_aux_tt higherJason Ekstrand2020-04-241-99/+99
* anv: Simplify a case in layout_to_aux_usageJason Ekstrand2020-04-241-6/+1
* intel/blorp: Allow more HiZ usages in hiz_clear_depth_stencilJason Ekstrand2020-04-241-1/+1
* anv: Generalize some aux usage checksJason Ekstrand2020-04-242-6/+7
* anv/blorp: Do less hard-coding of aux usagesJason Ekstrand2020-04-241-5/+9
* anv: Rework anv_layout_to_aux_stateJason Ekstrand2020-04-241-73/+81
* anv: Be more conservative about image view usageJason Ekstrand2020-04-241-5/+32
* anv: Move vk_image_layout_is_read_only higherJason Ekstrand2020-04-241-44/+44
* anv: Add a vk_image_layout_to_usage_flags helperJason Ekstrand2020-04-241-0/+109
* anv: Enable HiZ on multi-layer depth buffers.Rafael Antognolli2020-04-242-11/+11
* etnaviv: support for using generic blit pathChristian Gmeiner2020-04-244-59/+51
* etnaviv: call util_blitter_save_fragment_constant_buffer_slot(..)Christian Gmeiner2020-04-241-0/+2