nir: Rename nir_intrinsic_barrier to control_barrier
[mesa.git] / src / freedreno / ir3 / ir3_compiler_nir.c
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
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-13 Rob Clarkfreedreno/ir3: add iterator macros
2019-12-13 Jonathan Marekfreedreno/ir3: add GLSL_SAMPLER_DIM_SUBPASS to tex_info
2019-12-04 Rob Clarkfreedreno/ir3: fix neverball assert in case of unused...
2019-11-20 Hyunjun Kofreedreno/ir3: enable half precision for pre-fs texture...
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-12 Rob Clarkfreedreno/ir3: remove unused parameter
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: add input/output iterators
2019-11-12 Rob Clarkfreedreno/ir3: remove half-precision output
2019-11-09 Rob Clarkfreedreno/ir3: use SSA flag on dest register too
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Use regid() helper when setting up preco...
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 ir3 intrinsics for tessellation
2019-11-08 Kristian H. Kristensenfreedreno/ir3: Add load and store intrinsics for global io
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-18 Rob Clarkfreedreno/ir3: add imul24 opcode
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 Hyunjun Kofreedreno/ir3: Add support for texture sampling pre...
2019-10-18 Rob Clarkfreedreno/ir3: force i/j pixel to r0.x
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
2019-10-18 Rob Clarkfreedreno/ir3: remove unused ir3_instruction::inout
2019-10-17 Kristian H. Kristensenfreedreno/ir3: End VS with CHMASK and CHSH in GS pipelines
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Start GS with (ss) and (sy)
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Pre-color GS header and primitive ID
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Setup ir3 inputs and outputs for GS
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement primitive layout intrinsics
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add intrinsics that map to LDLW/STLW
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Extend RA with mechanism for pre-colorin...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Use third register for offset for LDL...
2019-10-14 Jonathan Marekfreedreno/ir3: implement fquantize2f16
2019-10-14 Jonathan Marekfreedreno/ir3: implement texop_texture_samples
2019-10-14 Jonathan Marekfreedreno/ir3: fix GETLOD for negative LODs
2019-10-14 Jonathan Marekfreedreno/ir3: implement fdd{x,y}_coarse opcodes
2019-10-14 Jonathan Marekfreedreno/ir3: remove input ncomp field
2019-08-28 Rob Clarkfreedreno/ir3: convert block->predecessors to set
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
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-24 Eric Anholtfreedreno: Only upload the used part of UBO0 to the...
2019-06-07 Eduardo Lima Mitevir3: Use the new NIR lowering pass for integer multipli...
2019-06-07 Eduardo Lima Mitevir3/compiler: Handle new alu opcodes 'umul_low' and...
2019-06-03 Neil Robertsfreedreno/ir3: Add a 16-bit implementation of nir_op_imul
2019-06-03 Hyunjun Kofreedreno/ir3: set dst type of alu instructions correctly.
2019-06-03 Hyunjun Kofreedreno/ir3: set proper dst type for uniform accordin...
2019-06-03 Neil Robertsfreedreno/ir3: Fix loading half-float immediate vectors
2019-05-31 Rob Clarkfreedreno/ir3: fix constlen versus indirect UBO
2019-05-31 Rob Clarkfreedreno/ir3: set more barrier bits
2019-05-31 Jonathan Marekfreedreno/ir3: fix input ncomp for vertex shaders
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-16 Eric Anholtfreedreno: Log the number of loops in the shader for...
2019-05-09 Rob Clarkfreedreno/ir3: fix rasterflat/glxgears
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: consolidate const state
2019-05-07 Rob Clarkfreedreno/ir3: move ir3_pointer_size()
2019-05-02 Rob Clarkfreedreno/ir3: fb read support
2019-04-30 Rob Clarkfreedreno/ir3: fixes for half reg in/out
2019-04-30 Rob Clarkfreedreno/ir3: switch fragcoord to sysval
2019-04-25 Rob Clarkfreedreno/ir3: sample-shading support
2019-04-25 Rob Clarkfreedreno/ir3: fix load_interpolated_input slot
2019-04-25 Rob Clarkfreedreno/ir3: rename frag_vcoord -> ij_pixel
2019-04-25 Rob Clarkcompiler: rename SYSTEM_VALUE_VARYING_COORD
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstfreedreno/ir3: use nir_src_as_uint in a few places
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-03-30 Rob Clarkfreedreno/ir3: convert to "new style" frag inputs
2019-03-30 Rob Clarkfreedreno/ir3: rework varying packing
2019-03-30 Rob Clarkfreedreno/ir3: re-indent comment
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Add workaround for VS samgq
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Track whether shader needs derivatives
2019-03-22 Rob Clarkfreedreno/ir3: disable early-z for SSBO/image writes
2019-03-22 Rob Clarkfreedreno/ir3: rename has_kill to no_earlyz
2019-03-21 Rob Clarkfreedreno/ir3: dynamic UBO indexing vs 64b pointers
2019-03-21 Rob Clarkfreedreno/ir3: fix bit_count
2019-03-21 Rob Clarkfreedreno/ir3: enable indirect tex/samp (sam.s2en)
2019-03-21 Rob Clarkfreedreno/ir3: find # of samplers from uniform vars
2019-03-13 Eduardo Lima Mitevir3/compiler: Enable lower_io_offsets pass and handle...
2019-03-03 Rob Clarkfreedreno/ir3: add Sethi–Ullman numbering pass
2019-02-26 Rob Clarkfreedreno/ir3: gsampler2DMSArray fixes
2019-02-22 Rob Clarkfreedreno/ir3: don't hardcode wrmask
next