freedreno/ir3: make foreach_src declare cursor ptr
[mesa.git] / src / freedreno / ir3 /
2020-05-19 Rob Clarkfreedreno/ir3: make foreach_src declare cursor ptr
2020-05-19 Rob Clarkfreedreno/ir3: be iterative
2020-05-19 Rob Clarkfreedreno/ir3: move where we preserve binning pass...
2020-05-19 Rob Clarkfreedreno/ir3: add IR3_PASS() macro
2020-05-19 Rob Clarkfreedreno/ir3/postsched: report progress
2020-05-19 Rob Clarkfreedreno/ir3/legalize: report progress
2020-05-19 Rob Clarkfreedreno/ir3/group: report progress
2020-05-19 Rob Clarkfreedreno/ir3/deps: report progress
2020-05-19 Rob Clarkfreedreno/ir3/cp: report progress
2020-05-19 Rob Clarkfreedreno/cf: report progress
2020-05-19 Rob Clarkfreedreno/ir3/dce: report progress
2020-05-19 Rob Clarkfreedreno/ir3: juggle around ir3_debug_print()
2020-05-19 Rob Clarkfreedreno/ir3: remove Sethi-Ullman numbering pass
2020-05-17 Ilia Mirkinfreedreno/a3xx: parameterize ubo optimization
2020-05-17 Ilia Mirkinfreedreno/ir3: avoid applying (sat) on bary.f
2020-05-14 Connor Abbottir3: Fixup dual-source blending slot
2020-05-14 Rob Clarkfreedreno/ir3: use lower_wrmasks pass
2020-05-14 Rob Clarknir: add helper to copy const_index[]
2020-05-14 Rob Clarkfreedreno/ir3: use const_index accessors
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
next