ir3: Support variants with different constlen's
[mesa.git] / src / freedreno / ir3 /
2020-05-14 Kristian H. Kristensenfreedreno/ir3: Drop wrmask for ir3 local and global...
2020-05-14 Eric Anholtfreedreno/a6xx: Use LDC for UBO loads.
2020-05-14 Eric Anholtfreedreno: Trim num_ubos to just the ones we haven...
2020-05-14 Eric Anholtfreedreno/ir3: Move i/o offset lowering after analyze_u...
2020-05-14 Eric Anholtfreedreno/ir3: Leave the cursor alone during ir3_nir_tr...
2020-05-14 Eric Anholtfreedreno/ir3: Clean up a silly nir_src_for_ssa(src...
2020-05-13 Rob Clarkfreedreno/ir3/sched: try to avoid syncs
2020-05-13 Rob Clarkfreedreno/ir3/sched: avoid scheduling outputs
2020-05-13 Rob Clarkfreedreno/ir3/postsched: try to avoid (sy) syncs
2020-05-13 Rob Clarkfreedreno/ir3/postsched: reset sfu_delay on sync
2020-05-13 Rob Clarkfreedreno/ir3: limit # of tex prefetch by shader size
2020-05-12 Rob Clarkfreedreno/ir3: fix indirect cb0 load_ubo lowering
2020-05-12 Rob Clarkfreedreno/ir3: don't allow negative const_offset
2020-05-12 Eric Anholtfreedreno: Fix non-constbuf-upload UBO block indices...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCD with permanently flagging...
2020-05-08 Hyunjun Kofreedreno,tu: Don't request fragcoord components not...
2020-05-05 Eric Anholtfreedreno/ir3: Disable sin/cos range reduction for...
2020-05-04 Eric Anholtfreedreno/ir3: Define the bindful uniform/nonuniform...
2020-05-04 Eric Anholtfreedreno/ir3: Sync some new changes from envytools.
2020-05-04 Eric Anholtfreedreno/ir3: Add some more tests of cat6 disasm.
2020-05-01 Eric Anholtfreedreno/ir3: Set up outputs for multi-slot varyings.
2020-05-01 Eric Anholtfreedreno/ir3: Stop initializing regid of so->outputs...
2020-05-01 Eric Anholtfreedreno/ir3: Improve shader key normalization.
2020-05-01 Eric Anholtfreedreno: Emit debug messages when doing draw-time...
2020-05-01 Eric Anholtfreedreno/ir3: Remove unused half precision shader...
2020-05-01 Eric Anholtfreedreno: Fix assertion failures on GS/tess shaders...
2020-05-01 Eric Anholtfreedreno/ir3: Skip tess epilogue if the program is...
2020-05-01 Eric Anholtfreedreno/ir3: Fix register allocation assertion failures.
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Drop hack to clean up split vars
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Lower GS builtins before lowering IO
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Add ir3_nir_lower_to_explicit_input...
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Rename ir3_nir_lower_to_explicit_io
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Pass stream output info to ir3_shader_fr...
2020-05-01 Eric Anholtfreedreno/ir3: Fix the a3xx TF outputs stores.
2020-05-01 Eric Anholtfreedreno/ir3: Set up the block predecessors for a3xx TF
2020-04-30 Eric Anholtfreedreno/ir3: Leave bools as 1-bit, storing them in...
2020-04-30 Eric Anholtfreedreno/ir3: Drop redundant IR3_REG_HALF setup in...
2020-04-30 Eric Anholtfreedreno/ir3: Initialize the unused dwords of the...
2020-04-28 Rob Clarkfreedreno/ir3/ra: only assign array base in first pass
2020-04-28 Rob Clarkfreedreno/ir3/ra: split out helper for array assignment
2020-04-28 Rob Clarkfreedreno/ir3/ra: use ir3_debug_print helper
2020-04-28 Rob Clarkfreedreno/ir3/ra: remove unused variable
2020-04-27 Eric Anholtfreedreno/ir3: Add support for disasm of cat2 float32...
2020-04-27 Eric Anholtfreedreno/ir3: Refactor out print_reg_src().
2020-04-27 Eric Anholtfreedreno/ir3: Convert remaining disasm src prints...
2020-04-27 Eric Anholtfreedreno/ir3: Add a unit test for our disassembler.
2020-04-27 Eric Anholtfreedreno/ir3: Print a space after nop counts, like...
2020-04-27 Eric Anholtfreedreno/ir3: Fix the disasm of half-float STG dests.
2020-04-27 Jonathan Marekfreedreno/ir3: run nir_lower_pack
2020-04-27 Jonathan Mareknir: add pack_32_2x16_split/unpack_32_2x16_split lowering
2020-04-27 Alyssa Rosenzweigir3: Use shared mediump output lowering
2020-04-25 Connor Abbottir3: Remove VARYING_SLOT_PNTC remapping hack
2020-04-25 Connor Abbottir3: Skip missing VS outputs in VS out map when linking
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Print @tex write mask using 0x%x
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Reset lex line number when we start...
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Parse, but ignore @in, @out and @tex...
2020-04-25 Kristian H. Kristensenfreedreno/ir3: Move ir3 assembler to backend compiler
2020-04-24 Jonathan Marekfreedreno/ir3: fix incorrect conversion folding
2020-04-24 Jonathan Marekfreedreno/ir3: set even bit for f2f16_rtne
2020-04-24 Jonathan Marekfreedreno/ir3: fix 16-bit ssbo access
2020-04-23 Eric Anholtfreedreno/ir3: Fix sizing of the inputs/outputs array.
2020-04-23 Eric Anholtfreedreno/ir3: Fix driver_location of the added vertex_...
2020-04-22 Connor Abbottir3: Fix bug with shaders that only exit via discard
2020-04-22 Connor Abbottir3: Don't double-insert the first block
2020-04-21 Eric Anholtfreedreno/ir3: Drop handling FRAG_RESULT_DEPTH writing...
2020-04-18 Connor Abbottir3/ra: Fix off-by-one issues with live-range extension
2020-04-15 Connor Abbottir3: Handle load_ubo_ir3 when promoting to constants
2020-04-15 Connor Abbottir3: Fix LDC offset units
2020-04-14 Jonathan Marekfreedreno/ir3: don't overwrite wrmask in ir3_SAM
2020-04-14 Jonathan Marekfreedreno/ir3: fix emit_tex_info split_dest
2020-04-14 Connor Abbottir3: Fix txs with bindless
2020-04-13 Rob Clarkfreedreno/ir3/ra: cleanup some leftovers
2020-04-13 Rob Clarkfreedreno/ir3: rename depth->dce
2020-04-13 Rob Clarkfreedreno/ir3: better cleanup when removing unused...
2020-04-13 Rob Clarkfreedreno/ir3/ra: handle array case for SFU select_reg opt
2020-04-13 Rob Clarkfreedreno/ir3: add mov/cov stats
2020-04-13 Rob Clarkfreedreno/ir3/postsched: avoid moving tex ahead of...
2020-04-13 Rob Clarkfreedreno/ir3/postsched: remove some leftovers
2020-04-13 Rob Clarkfreedreno/ir3/sched: awareness of partial liveness
2020-04-13 Rob Clarkfreedreno/ir3: new pre-RA scheduler
2020-04-13 Rob Clarkfreedreno/ir3: fix location of inserted mov's
2020-04-13 Rob Clarkfreedreno/ir3: simplify grouping pass
2020-04-13 Rob Clarkfreedreno/ir3: make falsedep use's optional
2020-04-13 Rob Clarkfreedreno/ir3: spiff out disasm a bit
2020-04-13 Eric Anholtfreedreno/ir3: CSE the up/downconversion of SEL's cond...
2020-04-13 Eric Anholtfreedreno/ir3: Stop doing b2n on the SEL condition.
2020-04-10 Eric Anholtfreedreno: Fix leak of binning shader variants.
2020-04-10 Kristian H. Kristensenfreedreno/ir3: Fix sz vs class confusion
2020-04-09 Connor Abbottir3: Rewrite UBO push analysis to support bindless
2020-04-09 Connor Abbottir3: Plumb through bindless support
2020-04-09 Connor Abbottir3: LDC also has a destination
2020-04-09 Connor Abbottir3: Also don't propagate immediate offset with LDC
2020-04-09 Connor Abbottir3: Plumb through support for a1.x
2020-04-09 Connor Abbottir3: Add bindless instruction encoding
2020-04-09 Connor Abbotttu: ir3: Emit push constants directly
2020-04-07 Brian Hoturnip: Configure VPC for geometry shaders
2020-04-04 Rob Clarkfreedreno/ir3/cf: use ssa-uses
2020-04-04 Rob Clarkfreedreno/ir3: add a pass to collect SSA uses
2020-04-04 Rob Clarkfreedreno/ir3/cf: skip array load/store
2020-04-04 Rob Clarkfreedreno/ir3: fixup cat3 32b vs 16b
next