freedreno/ir3: don't DCE ij_pix if used for pre-fs-texture-fetch
[mesa.git] / src / freedreno / ir3 / ir3_compiler_nir.c
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
2019-02-20 Rob Clarkfreedreno/a6xx: samplerBuffer fixes
2019-02-20 Rob Clarkfreedreno/ir3: rename put_dst()
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx+ SSBO/image support
2019-02-16 Rob Clarkfreedreno/ir3: add image/ssbo <-> ibo/tex mapping
2019-02-16 Rob Clarkfreedreno/ir3: split out a4xx+ instructions
2019-02-16 Rob Clarkfreedreno/ir3: split out image helpers
2019-02-14 Eric Anholtfreedreno: Use the NIR lowering for isign.
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2018-12-22 Rob Clarkfreedreno/ir3: don't treat all inputs/outputs as vec4
2018-12-19 Eduardo Lima Mitevfreedreno/ir3: Handle GL_NONE in get_num_components_for...
2018-12-18 Eduardo Lima Mitevfreedreno/ir3: Make imageStore use num components from...
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-07 Rob Clarkfreedreno/ir3: track max flow control depth for a5xx...
2018-12-07 Rob Clarkfreedreno/ir3: code-motion
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-11-27 Rob Clarkfreedreno: move ir3 to common location