index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
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
*
freedreno/ir3: consolidate const state
Rob Clark
2019-05-07
1
-9
/
+13
*
freedreno/ir3: move ir3_pointer_size()
Rob Clark
2019-05-07
1
-1
/
+1
*
freedreno/ir3: fb read support
Rob Clark
2019-05-02
1
-7
/
+21
*
freedreno/ir3: fixes for half reg in/out
Rob Clark
2019-04-30
1
-0
/
+8
*
freedreno/ir3: switch fragcoord to sysval
Rob Clark
2019-04-29
1
-48
/
+44
*
freedreno/ir3: sample-shading support
Rob Clark
2019-04-25
1
-5
/
+92
*
freedreno/ir3: fix load_interpolated_input slot
Rob Clark
2019-04-25
1
-1
/
+1
*
freedreno/ir3: rename frag_vcoord -> ij_pixel
Rob Clark
2019-04-25
1
-3
/
+13
*
compiler: rename SYSTEM_VALUE_VARYING_COORD
Rob Clark
2019-04-25
1
-1
/
+1
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-1
/
+1
*
freedreno/ir3: use nir_src_as_uint in a few places
Karol Herbst
2019-04-14
1
-18
/
+11
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-5
/
+0
*
freedreno/ir3: convert to "new style" frag inputs
Rob Clark
2019-03-30
1
-0
/
+29
*
freedreno/ir3: rework varying packing
Rob Clark
2019-03-30
1
-30
/
+98
*
freedreno/ir3: re-indent comment
Rob Clark
2019-03-30
1
-4
/
+4
*
freedreno/ir3: Add workaround for VS samgq
Kristian H. Kristensen
2019-03-28
1
-1
/
+1
*
freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
Kristian H. Kristensen
2019-03-27
1
-7
/
+7
*
freedreno/ir3: Track whether shader needs derivatives
Kristian H. Kristensen
2019-03-25
1
-1
/
+1
*
freedreno/ir3: disable early-z for SSBO/image writes
Rob Clark
2019-03-22
1
-0
/
+12
*
freedreno/ir3: rename has_kill to no_earlyz
Rob Clark
2019-03-22
1
-1
/
+1
*
freedreno/ir3: dynamic UBO indexing vs 64b pointers
Rob Clark
2019-03-21
1
-2
/
+2
*
freedreno/ir3: fix bit_count
Rob Clark
2019-03-21
1
-2
/
+23
*
freedreno/ir3: enable indirect tex/samp (sam.s2en)
Rob Clark
2019-03-21
1
-15
/
+70
*
freedreno/ir3: find # of samplers from uniform vars
Rob Clark
2019-03-21
1
-1
/
+11
*
ir3/compiler: Enable lower_io_offsets pass and handle new SSBO intrinsics
Eduardo Lima Mitev
2019-03-13
1
-12
/
+16
*
freedreno/ir3: add Sethi–Ullman numbering pass
Rob Clark
2019-03-03
1
-0
/
+5
*
freedreno/ir3: gsampler2DMSArray fixes
Rob Clark
2019-02-26
1
-30
/
+24
*
freedreno/ir3: don't hardcode wrmask
Rob Clark
2019-02-22
1
-5
/
+6
*
freedreno/a6xx: samplerBuffer fixes
Rob Clark
2019-02-20
1
-2
/
+11
*
freedreno/ir3: rename put_dst()
Rob Clark
2019-02-20
1
-7
/
+7
*
freedreno/ir3: add a6xx+ SSBO/image support
Rob Clark
2019-02-16
1
-0
/
+4
*
freedreno/ir3: add image/ssbo <-> ibo/tex mapping
Rob Clark
2019-02-16
1
-2
/
+4
*
freedreno/ir3: split out a4xx+ instructions
Rob Clark
2019-02-16
1
-329
/
+5
[next]