index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
freedreno
/
ir3
/
ir3_compiler_nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/ir3: Use regid() helper when setting up precolor regs
Kristian H. Kristensen
2019-11-07
1
-4
/
+4
*
freedreno/ir3: Pre-color TCS header and primitive ID inputs
Kristian H. Kristensen
2019-11-07
1
-2
/
+12
*
freedreno/ir3: Don't assume binning shader is always VS
Kristian H. Kristensen
2019-11-07
1
-2
/
+2
*
freedreno/ir3: Setup inputs and outputs for tessellation stages
Kristian H. Kristensen
2019-11-07
1
-7
/
+52
*
freedreno/ir3: Implement TCS synchronization intrinsics
Kristian H. Kristensen
2019-11-07
1
-0
/
+33
*
freedreno/ir3: Implement tess coord intrinsic
Kristian H. Kristensen
2019-11-07
1
-0
/
+12
*
freedreno/ir3: End TES with chsh when using GS
Kristian H. Kristensen
2019-11-07
1
-1
/
+3
*
freedreno/ir3: Add ir3 intrinsics for tessellation
Kristian H. Kristensen
2019-11-07
1
-0
/
+18
*
freedreno/ir3: Add load and store intrinsics for global io
Kristian H. Kristensen
2019-11-07
1
-0
/
+49
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
freedreno/ir3: add imul24 opcode
Rob Clark
2019-10-18
1
-0
/
+3
*
freedreno/ir3: Handle newly added opcode nir_op_imad24_ir3
Eduardo Lima Mitev
2019-10-18
1
-0
/
+3
*
freedreno/ir3: rename mul.s/mul.u
Rob Clark
2019-10-18
1
-1
/
+1
*
freedreno/ir3: Add support for texture sampling pre-dispatch
Hyunjun Ko
2019-10-18
1
-2
/
+73
*
freedreno/ir3: force i/j pixel to r0.x
Rob Clark
2019-10-18
1
-0
/
+22
*
freedreno/ir3: add meta instruction for pre-fs texture fetch
Rob Clark
2019-10-18
1
-0
/
+10
*
freedreno/ir3: don't DCE ij_pix if used for pre-fs-texture-fetch
Rob Clark
2019-10-18
1
-1
/
+1
*
freedreno/ir3: track sysval slot for inputs
Rob Clark
2019-10-18
1
-0
/
+4
*
freedreno/ir3: remove unused ir3_instruction::inout
Rob Clark
2019-10-18
1
-1
/
+0
*
freedreno/ir3: End VS with CHMASK and CHSH in GS pipelines
Kristian H. Kristensen
2019-10-17
1
-1
/
+18
*
freedreno/ir3: Start GS with (ss) and (sy)
Kristian H. Kristensen
2019-10-17
1
-0
/
+13
*
freedreno/ir3: Pre-color GS header and primitive ID
Kristian H. Kristensen
2019-10-17
1
-0
/
+9
*
freedreno/ir3: Setup ir3 inputs and outputs for GS
Kristian H. Kristensen
2019-10-17
1
-3
/
+64
*
freedreno/ir3: Implement primitive layout intrinsics
Kristian H. Kristensen
2019-10-17
1
-0
/
+15
*
freedreno/ir3: Add intrinsics that map to LDLW/STLW
Kristian H. Kristensen
2019-10-17
1
-0
/
+75
*
freedreno/ir3: Extend RA with mechanism for pre-coloring registers
Kristian H. Kristensen
2019-10-17
1
-1
/
+29
*
freedreno/ir3: Use third register for offset for LDL and LDLV
Kristian H. Kristensen
2019-10-17
1
-4
/
+6
*
freedreno/ir3: implement fquantize2f16
Jonathan Marek
2019-10-14
1
-0
/
+5
*
freedreno/ir3: implement texop_texture_samples
Jonathan Marek
2019-10-14
1
-5
/
+9
*
freedreno/ir3: fix GETLOD for negative LODs
Jonathan Marek
2019-10-14
1
-2
/
+2
*
freedreno/ir3: implement fdd{x,y}_coarse opcodes
Jonathan Marek
2019-10-14
1
-0
/
+2
*
freedreno/ir3: remove input ncomp field
Jonathan Marek
2019-10-14
1
-3
/
+0
*
freedreno/ir3: convert block->predecessors to set
Rob Clark
2019-08-28
1
-6
/
+2
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-2
/
+4
*
freedreno/ir3+a6xx: same VBO state for draw/binning
Rob Clark
2019-08-13
1
-8
/
+38
*
freedreno/ir3: drop unneeded ir3_ra() args
Rob Clark
2019-08-13
1
-1
/
+1
*
freedreno: Only upload the used part of UBO0 to the constant buffer.
Eric Anholt
2019-06-24
1
-1
/
+2
*
ir3: Use the new NIR lowering pass for integer multiplication
Eduardo Lima Mitev
2019-06-07
1
-17
/
+0
*
ir3/compiler: Handle new alu opcodes 'umul_low' and 'imadsh_mix16'
Eduardo Lima Mitev
2019-06-07
1
-0
/
+6
*
freedreno/ir3: Add a 16-bit implementation of nir_op_imul
Neil Roberts
2019-06-03
1
-9
/
+15
*
freedreno/ir3: set dst type of alu instructions correctly.
Hyunjun Ko
2019-06-03
1
-5
/
+8
*
freedreno/ir3: set proper dst type for uniform according to the type of nir d...
Hyunjun Ko
2019-06-03
1
-1
/
+2
*
freedreno/ir3: Fix loading half-float immediate vectors
Neil Roberts
2019-06-03
1
-3
/
+12
*
freedreno/ir3: fix constlen versus indirect UBO
Rob Clark
2019-05-31
1
-1
/
+8
*
freedreno/ir3: set more barrier bits
Rob Clark
2019-05-31
1
-0
/
+1
*
freedreno/ir3: fix input ncomp for vertex shaders
Jonathan Marek
2019-05-31
1
-0
/
+1
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-2
/
+2
*
freedreno: Log the number of loops in the shader for shader-db.
Eric Anholt
2019-05-16
1
-0
/
+1
*
freedreno/ir3: fix rasterflat/glxgears
Rob Clark
2019-05-09
1
-5
/
+4
*
freedreno/ir3: move const_state to ir3_shader
Rob Clark
2019-05-07
1
-5
/
+5
[next]