ir3: Plumb through bindless support
[mesa.git] / src / freedreno / ir3 /
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
2020-04-04 Rob Clarkfreedreno/ir3/cf: handle widening too
2020-04-03 Brian Hoir3: Disable copy prop for immediate ldlw offsets
2020-03-31 Eric Anholtfreedreno/turnip: Use the NIR info to decide if we...
2020-03-31 Rob Clarkfreedreno/ir3: fix android build
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Rob Clarkfreedreno/ir3/ra: re-work a6xx merged register file...
2020-03-27 Rob Clarkfreedreno/ir3/ra: split building regs/classes and conflicts
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: convert debug bitfield to BITFIELD_BIT()
2020-03-27 Rob Clarkfreedreno/ir3: reformat disasm output
2020-03-27 Rob Clarkfreedreno/ir3: fix bogus register footprint with tess/gs
2020-03-27 Rob Clarkfreedreno/ir3: remove unused helper
2020-03-27 Rob Clarkfreedreno/ir3: add bary_ij as src for meta:tex_prefetch
2020-03-27 Rob Clarkfreedreno/ir3: small cleanup and comments
2020-03-24 Hyunjun Kofreedreno/ir3: enable nir_opt_loop_unroll on a6xx
2020-03-24 Neil Robertsfreedreno/ir3: Lower bools to bitsize
2020-03-19 Eric Anholtfreedreno: Switch to exposing only half-integer pixel...
2020-03-12 Hyunjun Koturnip: Gather information for transform feedback
2020-03-10 Rob Clarkfreedreno/ir3: try to avoid syncs
2020-03-10 Rob Clarkfreedreno/ir3: round-robin RA
2020-03-10 Rob Clarkfreedreno/ir3: track register usage in first RA pass
2020-03-10 Rob Clarkfreedreno/ir3: fix has_latency_to_hide
2020-03-10 Rob Clarkfreedreno/ir3: split out has_latency_to_hide()
2020-03-10 Rob Clarkfreedreno/ir3: add simplified stall estimation
2020-03-10 Rob Clarkfreedreno/ir3: remove extra nops inserted in scheduler
2020-03-10 Rob Clarkfreedreno/ir3: also lower lowp frag outputs
2020-03-09 Kristian H. Kristensenfreedreno/ir3: Don't fold conversions into sign
2020-02-28 Rob Clarkfreedreno/ir3: add assert
2020-02-28 Rob Clarkfreedreno/ir3: fix assert with getinfo
2020-02-28 Rob Clarkfreedreno/ir3: don't precolor unassigned inputs
2020-02-28 Rob Clarkfreedreno/ir3: fix crash with samgq workaround
2020-02-28 Rob Clarkfreedreno/ir3: update SFU delay
2020-02-28 Rob Clarkfreedreno/ir3: track half-precision live values
2020-02-28 Rob Clarkfreedreno/ir3: don't hide latency when there is none...
2020-02-28 Rob Clarkfreedreno/ir3: rewrite regmask to better support a6xx+
2020-02-28 Rob Clarkfreedreno/ir3: remove regmask_set_if_not()
2020-02-28 Rob Clarkfreedreno/ir3: remove from_tgsi
2020-02-24 Rob Clarkfreedreno/ir3: allow block->predecessors to be null
2020-02-24 Rob Clarkfreedreno/computerator: polish out some of the rust
2020-02-24 Eric Anholtfreedreno: Switch to using lowered image intrinsics.
2020-02-24 Eric Anholtfreedreno/ir3: Fix the arg to ir3_get_num_components_fo...
2020-02-24 Eric Anholtfreedreno/ir3: Reuse glsl_get_sampler_dim_coordinate_co...
2020-02-24 Kristian H. Kristensenfreedreno/ir3: Lower output precision
2020-02-24 Hyunjun Kofreedreno/ir3: handle half registers for arrays during...
2020-02-24 Hyunjun Kofreedreno/ir3: Add new ir3 pass to fold out fp16 conver...
2020-02-07 Hyunjun Kofreedreno/ir3: Fold const only when the type is float
2020-02-07 Hyunjun Kofreedreno/ir3: put the conversion back for half const...
2020-02-07 Hyunjun Kofreedreno/ir3: Add cat4 mediump opcodes
2020-02-07 Rob Clarkfreedreno/ir3: fold const conversion into consumer
2020-02-07 Hyunjun Kofreedreno/ir3: fix printing half constant registers.
2020-02-07 Kristian H. Kristensenfreedreno/ir3: Set IR3_REG_HALF flag on src as well...
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2020-02-01 Rob Clarkfreedreno/ir3: fix a dirty lie
2020-02-01 Rob Clarkfreedreno/ir3: simplify split from collect
2020-02-01 Rob Clarkfreedreno/ir3: create fragcoord instructions in input...
2020-02-01 Rob Clarkfreedreno/ir3: remove unused tex arg harder
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: add is_tex_or_prefetch()
2020-02-01 Rob Clarkfreedreno/ir3: number instructions from one
2020-02-01 Rob Clarkfreedreno/ir3: post-RA sched pass
2020-02-01 Rob Clarkfreedreno/ir3: fix kill scheduling
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: move atomic fixup after RA
2020-02-01 Rob Clarkfreedreno/ir3: move block-scheduling into legalize
2020-02-01 Rob Clarkfreedreno/ir3: move nop padding to legalize
2020-02-01 Rob Clarkfreedreno/ir3: split out delay helpers
2020-02-01 Rob Clarkfreedreno/ir3: fix crash when no non-input instructions
2020-02-01 Rob Clarkfreedreno/ir3: cleanup after lower_locals_to_regs
2020-02-01 Rob Clarkfreedreno/ir3: shuffle a few ir3_register fields
2020-01-29 Samuel Pitoisetcompiler: add PERSP to the existing barycentric system...
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-22 Jonathan Marekfreedreno/ir3: allow inputs with the same location
2020-01-21 Eric Anholtfreedreno: Stop scattered remapping of SSBOs/images...
2020-01-15 Rob Clarkfreedreno/ir3: rename instructions
2020-01-13 Jason Ekstrandnir/lower_atomics_to_ssbo: Also lower barriers
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
next