etnaviv: drm-shim: add GC400
[mesa.git] / src / freedreno / ir3 /
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...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-12 Rob Clarkfreedreno/ir3: remove unused parameter
2019-11-12 Rob Clarkfreedreno/ir3: legalize cleanups
2019-11-12 Rob Clarkfreedreno/ir3: fix gpu hang with pre-fs-tex-fetch
2019-11-12 Rob Clarkfreedreno/ir3: only tex instructions have wrmask
2019-11-12 Rob Clarkfreedreno/ir3: re-work shader inputs/outputs
2019-11-12 Rob Clarkfreedreno/ir3: simplify creating sysval inputs
2019-11-12 Rob Clarkfreedreno/ir3: remove first-vertex sysval
2019-11-12 Rob Clarkfreedreno/ir3: helper to print ir if debug enabled
2019-11-12 Rob Clarkfreedreno/ir3: show input/output wrmask's in disasm
2019-11-12 Rob Clarkfreedreno/ir3: add input/output iterators
2019-11-12 Rob Clarkfreedreno/ir3: remove impossible condition
2019-11-12 Rob Clarkfreedreno/ir3: rename fanin/fanout to collect/split
2019-11-12 Rob Clarkfreedreno/ir3: remove half-precision output
2019-11-12 Rob Clarkfreedreno/ir3: fix valgrind complaint with STLW
2019-11-09 Rob Clarkfreedreno/ir3: also track # of nops for shader-db
2019-11-09 Rob Clarkfreedreno/ir3: sync disasm changes from envytools
2019-11-09 Rob Clarkfreedreno/ir3: remove obsolete comment
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: ir3_print tweaks
2019-11-09 Rob Clarkfreedreno/ir3: use SSA flag on dest register too
2019-11-09 Rob Clarkfreedreno/ir3: split pre-coloring to it's own function
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Use regid() helper when setting up preco...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Allocate const space for tessellation...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Pre-color TCS header and primitive ID...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Don't assume binning shader is always VS
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Setup inputs and outputs for tessellatio...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Implement TCS synchronization intrinsics
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Implement tess coord intrinsic
2019-11-08 Kristian H. Kristensenfreedreno/ir3: End TES with chsh when using GS
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add new synchronization opcodes
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Extend geometry lowering pass to handle...
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add tessellation field to shader key
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Use imul24 in offset calculations
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add ir3 intrinsics for tessellation
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add load and store intrinsics for global io
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Add register offset for STG/LDG
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-24 Rob Clarkfreedreno/ir3: handle the progress case
2019-10-24 Rob Clarkfreedreno/ir3: remove restrictions on const + (abs...
2019-10-24 Rob Clarkfreedreno/ir3: allow copy-propagate out of fanout
2019-10-24 Rob Clarkfreedreno/ir3: treat high vs low reg as conversion
2019-10-24 Rob Clarkfreedreno/ir3: propagate dest flags for collect/fanin
2019-10-24 Rob Clarkfreedreno/ir3: make high regs easier to see in IR dumps
2019-10-24 Rob Clarkfreedreno/ir3: debug cleanup
2019-10-22 Rob Clarkfreedreno/ir3: fixup register footprint fixup
2019-10-22 Rob Clarkfreedreno/ir3: handle scalarized varying inputs
2019-10-21 Rhys Perrynir/lower_idiv: add new llvm-based path
2019-10-18 Rob Clarkfreedreno/ir3: handle imad24_ir3 case in UBO lowering
2019-10-18 Rob Clarkfreedreno/ir3: add imul24 opcode
2019-10-18 Rob Clarkfreedreno/ir3: optimize immed 2nd src to mad
2019-10-18 Rob Clarkfreedreno/ir3: add rule to generate imad24
2019-10-18 Rob Clarknir: add nir_lower_amul pass
2019-10-18 Eduardo Lima Mitevfreedreno/ir3: Handle newly added opcode nir_op_imad24_ir3
2019-10-18 Rob Clarkfreedreno/ir3: rename mul.s/mul.u
2019-10-18 Rob Clarkfreedreno/ir3: enable pre-fs texture fetch for a6xx
2019-10-18 Hyunjun Kofreedreno/ir3: Add support for texture sampling pre...
2019-10-18 Eduardo Lima Mitevfreedreno/ir3: Add a NIR pass to select tex instruction...
2019-10-18 Rob Clarkfreedreno/ir3: force i/j pixel to r0.x
2019-10-18 Rob Clarkfreedreno/ir3: add pre-dispatch tex fetch to disasm
2019-10-18 Rob Clarkfreedreno/ir3: add dummy bary.f(ei) for pre-fs-fetch
2019-10-18 Rob Clarkfreedreno/ir3: fixup register footprint to account...
2019-10-18 Rob Clarkfreedreno/ir3: add meta instruction for pre-fs texture...
2019-10-18 Rob Clarkfreedreno/ir3: don't DCE ij_pix if used for pre-fs...
2019-10-18 Rob Clarkfreedreno/ir3: track sysval slot for inputs
next