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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: Only upload the used part of UBO0 to the constant buffer.
Eric Anholt
2019-06-24
2
-5
/
+13
*
freedreno: Stop treating UBO 0 specially in UBO uploading.
Eric Anholt
2019-06-24
2
-7
/
+0
*
nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.
Daniel Schürmann
2019-06-24
1
-2
/
+0
*
freedreno: Only upload UBO pointers for UBOs that haven't been lowered.
Eric Anholt
2019-06-21
1
-1
/
+7
*
freedreno: Remove silly return from ir3_optimize_nir().
Eric Anholt
2019-06-21
4
-12
/
+8
*
freedreno: Fix up end range of unaligned UBO loads.
Eric Anholt
2019-06-21
1
-2
/
+3
*
freedreno: Fix UBO load range detection on booleans.
Eric Anholt
2019-06-21
1
-2
/
+1
*
freedreno: Stop reporting max_const in shader-db.
Eric Anholt
2019-06-21
1
-3
/
+1
*
freedreno: Include binning shaders in shader-db.
Eric Anholt
2019-06-21
1
-1
/
+3
*
freedreno/ir3: fix typo
Hyunjun Ko
2019-06-20
1
-1
/
+1
*
ir3: initialize progress false before ir3_nir_lower_imul
Tapani Pälli
2019-06-14
1
-1
/
+1
*
ir3: Use the new NIR lowering pass for integer multiplication
Eduardo Lima Mitev
2019-06-07
2
-17
/
+16
*
ir3/nir: Add new NIR AlgebraicPass for lowering imul
Eduardo Lima Mitev
2019-06-07
3
-1
/
+64
*
ir3/compiler: Handle new alu opcodes 'umul_low' and 'imadsh_mix16'
Eduardo Lima Mitev
2019-06-07
1
-0
/
+6
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
1
-2
/
+2
*
gallium: Drop lower_fmod64 from drivers that don't support doubles.
Kenneth Graunke
2019-06-05
1
-2
/
+0
*
freedreno/ir3: Extend debug helpers to support TCS/TES/GS
Kristian H. Kristensen
2019-06-05
3
-7
/
+19
*
freedreno/ir3: Generalize ir3_shader_disasm()
Kristian H. Kristensen
2019-06-05
1
-46
/
+42
*
freedreno: Reuse glsl_get_sampler_coordinate_components().
Eric Anholt
2019-06-04
1
-25
/
+5
*
freedreno: Improve the pi approximations in trig lowering.
Eric Anholt
2019-06-04
1
-2
/
+2
*
freedreno/ir3: fix counting and printing for half registers.
Hyunjun Ko
2019-06-03
2
-7
/
+18
*
freedreno/ir3: Fix up the half reg source even when src instr==NULL
Neil Roberts
2019-06-03
1
-3
/
+2
*
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: adjust the bitsize of regs when an array loading.
Hyunjun Ko
2019-06-03
2
-7
/
+16
*
freedreno/ir3: convert back to 32-bit values for half constant registers.
Hyunjun Ko
2019-06-03
2
-4
/
+54
*
freedreno/ir3: check the type of regs of absneg opcode in is_same_type_mov.
Hyunjun Ko
2019-06-03
1
-0
/
+16
*
freedreno/ir3: set proper dst type for uniform according to the type of nir d...
Hyunjun Ko
2019-06-03
2
-7
/
+14
*
freedreno/ir3: Fix loading half-float immediate vectors
Neil Roberts
2019-06-03
1
-3
/
+12
*
freedreno/ir3: immediately schedule meta instructions
Rob Clark
2019-06-03
1
-0
/
+3
*
freedreno/ir3: scheduler improvements
Rob Clark
2019-06-03
2
-13
/
+115
*
freedreno/ir3: sched should mark outputs used
Rob Clark
2019-06-03
1
-19
/
+35
*
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: set (ss) on last_input if ldlv
Rob Clark
2019-05-31
1
-3
/
+12
*
freedreno/ir3: add assert
Rob Clark
2019-05-31
1
-0
/
+2
*
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
2
-0
/
+2
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-1
/
+1
*
freedreno/ir3: fix rasterflat/glxgears
Rob Clark
2019-05-09
2
-5
/
+5
*
freedreno/ir3: move const_state to ir3_shader
Rob Clark
2019-05-07
8
-20
/
+23
*
freedreno/ir3: split out const_state setup
Rob Clark
2019-05-07
3
-52
/
+61
*
freedreno/ir3: move immediates to const_state
Rob Clark
2019-05-07
3
-26
/
+25
*
freedreno/ir3: consolidate const state
Rob Clark
2019-05-07
8
-75
/
+90
*
freedreno/ir3: move ir3_pointer_size()
Rob Clark
2019-05-07
4
-9
/
+9
*
nir: Use the flrp lowering pass instead of nir_opt_algebraic
Ian Romanick
2019-05-06
1
-0
/
+21
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
1
-2
/
+0
*
freedreno/ir3: remove assert
Rob Clark
2019-05-04
1
-1
/
+0
*
freedreno/ir3: fb read support
Rob Clark
2019-05-02
3
-7
/
+33
[next]