aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3/ir3_nir_lower_tess.c
Commit message (Expand)AuthorAgeFilesLines
* turnip: Offset by component when lowering gl_TessLevel*Brian Ho2020-06-221-3/+6
* freedreno/ir3: move output_loc to variantRob Clark2020-06-191-8/+10
* freedreno/ir3: don't rely on intr->num_componentsRob Clark2020-06-161-2/+3
* freedreno/ir3: Drop wrmask for ir3 local and global store intrinsicsKristian H. Kristensen2020-05-131-13/+24
* freedreno/ir3: Skip tess epilogue if the program is missing stores.Eric Anholt2020-05-011-0/+3
* freedreno/ir3: Drop hack to clean up split varsKristian H. Kristensen2020-05-011-24/+0
* freedreno/ir3: Lower GS builtins before lowering IOKristian H. Kristensen2020-05-011-59/+60
* freedreno/ir3: Add ir3_nir_lower_to_explicit_input() passKristian H. Kristensen2020-05-011-46/+62
* freedreno/ir3: Rename ir3_nir_lower_to_explicit_ioKristian H. Kristensen2020-05-011-3/+3
* freedreno/ir3: Fix driver_location of the added vertex_flags varying.Eric Anholt2020-04-231-7/+1
* turnip: Configure VPC for geometry shadersBrian Ho2020-04-071-0/+36
* freedreno/ir3: small cleanup and commentsRob Clark2020-03-271-14/+14
* freedreno/ir3: rename instructionsRob Clark2020-01-151-2/+3
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-131-0/+1
* freedreno/ir3: remove store_output lowered to store_shared_ir3Rob Clark2019-12-041-1/+1
* freedreno/ir3: Extend geometry lowering pass to handle tessellationKristian H. Kristensen2019-11-071-5/+506
* freedreno/ir3: Use imul24 in offset calculationsKristian H. Kristensen2019-11-071-2/+2
* freedreno/ir3: Implement lowering passes for VS and GSKristian H. Kristensen2019-10-171-0/+455