freedreno: android: add adreno-pm4-pack.xml.h generation to android build
[mesa.git] / src / freedreno / ir3 /
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
2020-01-13 Jason Ekstrandnir: Add a new memory_barrier_tcs_patch intrinsic
2020-01-10 Kristian H. Kristensenir3: Set up full/half register conflicts correctly
2019-12-24 Rob Clarkfreedreno/ir3: fix flat shading again
2019-12-19 Jonathan Marekfreedreno/ir3: support load_base_instance
2019-12-19 Jonathan Marekfreedreno/ir3: fix vertex shader sysvals with pre_assig...
2019-12-17 Jonathan Marekfreedreno/ir3: update prefetch input_offset when packin...
2019-12-17 Jonathan Marekfreedreno/ir3: lower pack/unpack ops
2019-12-16 Jonathan Marekfreedreno/ir3: lower mul_2x32_64
2019-12-16 Eric Anholtturnip: Lower usub_borrow.
2019-12-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-12-13 Rob Clarkfreedreno/ir3: add scheduler traces
2019-12-13 Rob Clarkfreedreno/ir3: add last-baryf shaderdb stat
2019-12-13 Jonathan Marekfreedreno/ir3: add GLSL_SAMPLER_DIM_SUBPASS to tex_info
2019-12-09 Eric Anholtfreedreno: Track the set of UBOs to be uploaded in...
2019-12-04 Rob Clarkfreedreno/ir3: fix neverball assert in case of unused...
2019-12-04 Rob Clarkfreedreno/ir3: remove store_output lowered to store_sha...
2019-11-20 Hyunjun Kofreedreno/ir3: enable half precision for pre-fs texture...
2019-11-20 Hyunjun Kofreedreno/ir3: fixup when changing to mad.f16
2019-11-20 Hyunjun Kofreedreno/ir3: fix printing output registers of FS.
2019-11-20 Neil Robertsfreedreno/ir3: Enabling lowering 16-bit flrp
2019-11-20 Hyunjun Kofreedreno: support 16b for the sampler opcode
2019-11-20 Neil Robertsfreedreno/ir3: Implement f2b16 and i2b16
2019-11-20 Neil Robertsfreedreno/ir3: Add implementation of nir_op_b16csel
2019-11-20 Neil Robertsfreedreno/ir3: Support 16-bit comparison instructions
2019-11-20 Hyunjun Kofreedreno/ir3: cleanup by removing repeated code
2019-11-17 Jonathan Marekfreedreno/ir3: disable texture prefetch for 1d array...
next