freedreno/ir3: split out regmask
[mesa.git] / src / freedreno / ir3 /
2020-06-05 Eric Anholtfreedreno/ir3: Drop unnecessary alignment of pushed...
2020-06-05 Eric Anholtfreedreno/ir3: Stop pushing immediates once we've fille...
2020-06-05 Eric Anholtfreedreno/ir3: Refactor ir3_cp's lower_immed().
2020-06-04 Rob Clarkfreedreno/ir3: split kill from no_earlyz
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-26 Kristian H. Kristensenfreedreno/ir3: Avoid {0} initializer for struct reginfo
2020-05-26 Eric Anholtfreedreno/ir3: Use RESINFO for a6xx image size queries.
2020-05-26 Eric Anholtfreedreno/ir3: Move handle_bindless_cat6 to compiler_ni...
2020-05-26 Eric Anholtfreedreno/ir3: Refactor out IBO source references.
2020-05-26 Eric Anholtfreedreno: Set the immediate flag in a4/a5xx resinfos.
2020-05-26 Eric Anholtfreedreno: Fix resinfo asm, which doesn't have srcs...
2020-05-26 Eric Anholtfreedreno: Add more resinfo/ldgb testcases.
2020-05-26 Eric Anholtfreedreno: Fix printing of unused src in disasm of...
2020-05-19 Rob Clarkfreedreno/ir3/validate: add checking for types and...
2020-05-19 Rob Clarkfreedreno/ir3: add helpers to deal with src/dst types
2020-05-19 Rob Clarkfreedreno/ir3: add simple validate pass
2020-05-19 Rob Clarkfreedreno/ir3: fix mismatched wrmask for overlapping...
2020-05-19 Rob Clarkfreedreno/ir3/cp: fix cmps folding
2020-05-19 Rob Clarkfreedreno/ir3/print: print cat2 condition
2020-05-19 Rob Clarkfreedreno/ir3: fix immed type in create_addr0()
2020-05-19 Rob Clarkfreedreno/ir3/cf: handle multiple cov's properly
2020-05-19 Rob Clarkfreedreno/ir3: fix mismatched flags on split
2020-05-19 Rob Clarkfreedreno/ir3/group: fix for half-regs
2020-05-19 Rob Clarkfreedreno/ir3: make input/output iterators declare...
2020-05-19 Rob Clarkfreedreno/ir3: make foreach_ssa_src declar cursor ptr
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...
next