aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3/ir3_nir.h
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: add support for a650 tess shared storageJonathan Marek2020-07-081-1/+1
* freedreno/ir3: add ir3_finalize_nir()Rob Clark2020-06-261-1/+2
* freedreno/ir3: split ubo analysis/lowering passesRob Clark2020-06-211-1/+2
* freedreno/ir3: move output_loc to variantRob Clark2020-06-191-2/+2
* freedreno/ir3: move const_state back to variantRob Clark2020-06-191-3/+2
* ir3: Split out variant-specific lowering and optimizationsConnor Abbott2020-06-191-3/+2
* freedreno/ir3: Account for driver params in UBO max const upload.Eric Anholt2020-06-051-0/+3
* freedreno/a6xx: Use LDC for UBO loads.Eric Anholt2020-05-141-1/+1
* freedreno/ir3: Lower GS builtins before lowering IOKristian H. Kristensen2020-05-011-1/+1
* freedreno/ir3: Add ir3_nir_lower_to_explicit_input() passKristian H. Kristensen2020-05-011-0/+1
* freedreno/ir3: Rename ir3_nir_lower_to_explicit_ioKristian H. Kristensen2020-05-011-1/+1
* ir3: Plumb through bindless supportConnor Abbott2020-04-091-0/+16
* turnip: Configure VPC for geometry shadersBrian Ho2020-04-071-0/+4
* freedreno/ir3: Extend geometry lowering pass to handle tessellationKristian H. Kristensen2019-11-071-1/+4
* freedreno/ir3: Add a NIR pass to select tex instructions eligible for pre-fetchEduardo Lima Mitev2019-10-181-0/+3
* freedreno/ir3: Implement lowering passes for VS and GSKristian H. Kristensen2019-10-171-0/+3
* freedreno: Remove silly return from ir3_optimize_nir().Eric Anholt2019-06-211-1/+1
* ir3/nir: Add new NIR AlgebraicPass for lowering imulEduardo Lima Mitev2019-06-071-0/+1
* freedreno/ir3: move const_state to ir3_shaderRob Clark2019-05-071-2/+0
* freedreno/ir3: split out const_state setupRob Clark2019-05-071-2/+2
* freedreno/ir3: consolidate const stateRob Clark2019-05-071-1/+1
* freedreno/ir3: lower load_barycentric_at_offsetRob Clark2019-04-251-0/+1
* freedreno/ir3: lower load_barycentric_at_sampleRob Clark2019-04-251-0/+1
* freedreno/ir3: add pass to move varying loadsRob Clark2019-03-301-0/+1
* freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMSKristian H. Kristensen2019-03-271-0/+6
* ir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'Eduardo Lima Mitev2019-03-131-0/+1
* freedreno: move ir3 to common locationRob Clark2018-11-271-0/+45