ir3: Fix bug with shaders that only exit via discard
[mesa.git] / src / freedreno / ir3 / ir3_legalize.c
2020-04-22 Connor Abbottir3: Fix bug with shaders that only exit via discard
2020-03-31 Eric Anholtfreedreno/turnip: Use the NIR info to decide if we...
2020-03-27 Rob Clarkfreedreno/ir3: small cleanup and comments
2020-02-28 Rob Clarkfreedreno/ir3: fix crash with samgq workaround
2020-02-01 Rob Clarkfreedreno/ir3: add is_tex_or_prefetch()
2020-02-01 Rob Clarkfreedreno/ir3: move block-scheduling into legalize
2020-02-01 Rob Clarkfreedreno/ir3: move nop padding to legalize
2020-01-23 Eric Anholtturnip: Add support for fine derivatives.
2020-01-23 Eric Anholtfreedreno/ir3: Plumb the ir3_shader_variant into legalize.
2020-01-15 Rob Clarkfreedreno/ir3: rename instructions
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-11-12 Rob Clarkfreedreno/ir3: legalize cleanups
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add new synchronization opcodes
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-18 Rob Clarkfreedreno/ir3: add dummy bary.f(ei) for pre-fs-fetch
2019-10-18 Rob Clarkfreedreno/ir3: add meta instruction for pre-fs texture...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add new LDLW/STLW instructions
2019-08-28 Rob Clarkfreedreno/ir3: do better job of marking convergence...
2019-08-28 Rob Clarkfreedreno/ir3: maintain predecessors/successors
2019-08-28 Rob Clarkfreedreno/ir3: convert block->predecessors to set
2019-06-28 Rob Clarkfreedreno/ir3: small cleanup
2019-06-28 Rob Clarkfreedreno/ir3: fix missing (ss) in dummy bary.f case
2019-05-31 Rob Clarkfreedreno/ir3: set (ss) on last_input if ldlv
2019-05-31 Rob Clarkfreedreno/ir3: add assert
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Add workaround for VS samgq
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Track whether shader needs derivatives
2019-03-21 Rob Clarkfreedreno/ir3: find # of samplers from uniform vars
2019-02-26 Rob Clarkfreedreno/ir3: use nopN encoding when possible
2019-02-18 Rob Clarkfreedreno/ir3: handle quirky atomic dst for a6xx
2018-11-27 Rob Clarkfreedreno: move ir3 to common location