turnip: Move tu_bo functions to tu_drm.c
[mesa.git] / src / freedreno / ir3 / ir3_ra.c
2020-07-18 Rob Clarkfreedreno/ir3/ra: fix array conflicts for split/merged
2020-07-18 Rob Clarkfreedreno/ir3/ra: assign vreg names to all array elements
2020-07-18 Rob Clarkfreedreno/ir3/ra: debug msgs tweak
2020-07-14 Rob Clarkfreedreno/ir3/ra: be better at failing
2020-06-26 Connor Abbottir3: Include ir3_compiler from ir3_shader
2020-06-25 Rob Clarkfreedreno/ir3/ra: fix pre-color edge case
2020-06-18 Rob Clarkfreedreno/ir3: make mergedregs a property of the variant
2020-06-18 Rob Clarkfreedreno/ir3: decouple regset from gpu gen
2020-06-11 Rob Clarkfreedreno/ir3: limit pre-fetched tex dest
2020-05-19 Rob Clarkfreedreno/ir3/validate: add checking for types and...
2020-05-19 Rob Clarkfreedreno/ir3: make input/output iterators declare...
2020-05-19 Rob Clarkfreedreno/ir3: make foreach_src declare cursor ptr
2020-05-19 Rob Clarkfreedreno/ir3: juggle around ir3_debug_print()
2020-05-01 Eric Anholtfreedreno/ir3: Fix register allocation assertion failures.
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-18 Connor Abbottir3/ra: Fix off-by-one issues with live-range extension
2020-04-13 Rob Clarkfreedreno/ir3/ra: handle array case for SFU select_reg opt
2020-04-10 Kristian H. Kristensenfreedreno/ir3: Fix sz vs class confusion
2020-04-09 Connor Abbottir3: Plumb through support for a1.x
2020-04-04 Rob Clarkfreedreno/ir3: fixup cat3 32b vs 16b
2020-03-27 Rob Clarkfreedreno/ir3/ra: pick higher numbered scalars in first...
2020-03-27 Rob Clarkfreedreno/ir3/ra: compute register target from liveranges
2020-03-27 Rob Clarkfreedreno/ir3/ra: fix array liveranges
2020-03-27 Rob Clarkfreedreno/ir3/ra: add def/use iterators
2020-03-27 Rob Clarkfreedreno/ir3/ra: drop extending output live-ranges
2020-03-27 Rob Clarkfreedreno/ir3/ra: add helper to map name to array
2020-03-27 Rob Clarkfreedreno/ir3/ra: fix target register calculation
2020-03-27 Rob Clarkfreedreno/ir3/ra: add helper to map name to instruction
2020-03-27 Rob Clarkfreedreno/ir3/ra: split-up
2020-03-27 Rob Clarkfreedreno/ir3/ra: add debug option for RA debug msgs
2020-03-27 Rob Clarkfreedreno/ir3: small cleanup and comments
2020-03-10 Rob Clarkfreedreno/ir3: round-robin RA
2020-03-10 Rob Clarkfreedreno/ir3: track register usage in first RA pass
2020-02-28 Rob Clarkfreedreno/ir3: don't precolor unassigned inputs
2020-02-28 Rob Clarkfreedreno/ir3: track half-precision live values
2020-02-24 Hyunjun Kofreedreno/ir3: handle half registers for arrays during...
2020-02-07 Hyunjun Kofreedreno/ir3: Add cat4 mediump opcodes
2020-02-01 Rob Clarkfreedreno/ir3: add RA sanity check
2020-02-01 Rob Clarkfreedreno/ir3: two pass register allocation
2020-02-01 Rob Clarkfreedreno/ir3: don't precolor unused inputs
2020-02-01 Rob Clarkfreedreno/ir3: post-RA sched pass
2020-02-01 Rob Clarkfreedreno/ir3/ra: make use()/def() functions instead...
2020-02-01 Rob Clarkfreedreno/ir3: a bit more optmsgs debug
2020-02-01 Rob Clarkfreedreno/ir3: fix crash when no non-input instructions
2020-01-10 Kristian H. Kristensenir3: Set up full/half register conflicts correctly
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-11-20 Hyunjun Kofreedreno/ir3: fixup when changing to mad.f16
2019-11-12 Rob Clarkfreedreno/ir3: fix gpu hang with pre-fs-tex-fetch
2019-11-12 Rob Clarkfreedreno/ir3: add input/output iterators
2019-11-12 Rob Clarkfreedreno/ir3: rename fanin/fanout to collect/split
2019-11-09 Rob Clarkfreedreno/ir3/ra: remove ir print after livein/out
2019-11-09 Rob Clarkfreedreno/ir3/ra: move regs_count==0 check
2019-11-09 Rob Clarkfreedreno/ir3: split pre-coloring to it's own function
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Extend RA with mechanism for pre-colorin...
2019-08-13 Rob Clarkfreedreno/ir3+a6xx: same VBO state for draw/binning
2019-08-13 Rob Clarkfreedreno/ir3: drop unneeded ir3_ra() args
2019-06-03 Neil Robertsfreedreno/ir3: Fix up the half reg source even when...
2019-03-21 Rob Clarkfreedreno/ir3/ra: fix half-class conflicts
2019-02-16 Rob Clarkfreedreno/ir3: fix varying packing vs. tex sharp edge
2018-12-22 Rob Clarkfreedreno/ir3: don't treat all inputs/outputs as vec4
2018-12-07 Rob Clarkfreedreno/ir3: don't fetch unused tex components
2018-11-27 Rob Clarkfreedreno: move ir3 to common location