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
/
broadcom
/
compiler
/
nir_to_vir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-2
/
+4
*
v3d: line length style fixes
Iago Toral Quiroga
2019-08-13
1
-26
/
+33
*
v3d: honor the write mask on store operations
Iago Toral Quiroga
2019-08-13
1
-85
/
+120
*
v3d: refactor ntq_emit_tmu_general() slightly
Iago Toral Quiroga
2019-08-13
1
-24
/
+36
*
nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_ubo
Rhys Perry
2019-08-12
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
v3d: handle nir_intrinsic_store_tlb_sample_color_v3d
Iago Toral Quiroga
2019-07-18
1
-20
/
+44
*
v3d: implement per-sample tlb color writes
Iago Toral Quiroga
2019-07-18
1
-30
/
+44
*
v3d: refactor the tlb color write code
Iago Toral Quiroga
2019-07-18
1
-49
/
+39
*
v3d: move tlb color write emission to a helper function
Iago Toral Quiroga
2019-07-18
1
-95
/
+99
*
v3d: implement per-sample tlb color reads
Iago Toral Quiroga
2019-07-18
1
-39
/
+52
*
v3d: use inc/dec tmu operation with atomic sub/add of 1
Alejandro Piñeiro
2019-07-12
1
-6
/
+27
*
v3d: remove redefinition of tmu operations on nir_to_vir
Alejandro Piñeiro
2019-07-12
1
-38
/
+21
*
v3d: move implementation of some intrinsics to separate helpers
Iago Toral Quiroga
2019-07-12
1
-78
/
+90
*
v3d: emit correct lowering for logic ops with integer render targets
Iago Toral Quiroga
2019-07-12
1
-2
/
+5
*
v3d: acquire scoreboard lock before first tlb read
Iago Toral Quiroga
2019-07-12
1
-0
/
+28
*
v3d: implement tile buffer color read intrinsic
Iago Toral Quiroga
2019-07-12
1
-0
/
+100
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+1
*
nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.
Daniel Schürmann
2019-06-24
1
-1
/
+0
*
v3d: do not setup execute flags for else block in uniform control flow
Iago Toral Quiroga
2019-06-14
1
-1
/
+0
*
v3d: don't emit point coordinates varyings if the FS doesn't read them
Iago Toral Quiroga
2019-06-07
1
-5
/
+18
*
v3d: add a helper to track variables that need point coordinates
Iago Toral Quiroga
2019-06-07
1
-5
/
+10
*
v3d: Enable NIR's lower_fmod option.
Kenneth Graunke
2019-06-05
1
-0
/
+1
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-2
/
+1
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-1
/
+1
*
nir: Initialize lower_flrp_progress everywhere
Ian Romanick
2019-05-09
1
-1
/
+1
*
nir: Use the flrp lowering pass instead of nir_opt_algebraic
Ian Romanick
2019-05-06
1
-0
/
+23
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
1
-1
/
+0
*
v3d: Re-add support for memory_barrier_shared.
Eric Anholt
2019-04-26
1
-0
/
+1
*
v3d: Add a note about i/o indirection for future performance work.
Eric Anholt
2019-04-26
1
-0
/
+7
*
v3d: Fix atomic cmpxchg in shaders on hardware.
Eric Anholt
2019-04-18
1
-3
/
+13
*
v3d: Always set up the qregs for CSD payload.
Eric Anholt
2019-04-16
1
-10
/
+2
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-1
/
+1
*
v3d: Use the new lower_to_scratch implementation for indirects on temps.
Eric Anholt
2019-04-12
1
-9
/
+25
*
v3d: Add missing base offset to CS shared memory accesses.
Eric Anholt
2019-04-12
1
-9
/
+20
*
v3d: Add Compute Shader compilation support.
Eric Anholt
2019-04-12
1
-1
/
+7
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-1
/
+0
*
v3d: Upload all of UBO[0] if any indirect load occurs.
Eric Anholt
2019-03-21
1
-64
/
+1
*
v3d: Move constant offsets to UBO addresses into the main uniform stream.
Eric Anholt
2019-03-21
1
-8
/
+12
*
v3d: Eliminate the TLB and TLBU files.
Eric Anholt
2019-03-05
1
-14
/
+13
*
v3d: Use ldunif instructions for uniforms.
Eric Anholt
2019-03-05
1
-4
/
+3
*
v3d: Switch implicit uniforms over to being any qinst->uniform != ~0.
Eric Anholt
2019-03-05
1
-16
/
+22
*
v3d: Move the stores for fixed function VS output reads into NIR.
Eric Anholt
2019-03-05
1
-174
/
+61
*
v3d: Translate f2i(fround_even) as FTOIN.
Eric Anholt
2019-03-05
1
-2
/
+9
*
v3d: Stop treating exec masking specially.
Eric Anholt
2019-03-05
1
-1
/
+0
*
v3d: Dump the VIR after register spilling if we were forced to.
Eric Anholt
2019-02-25
1
-0
/
+10
*
v3d: Move i2b and f2b support into emit_comparison.
Eric Anholt
2019-02-18
1
-13
/
+12
*
v3d: Emit a simpler negate for the iabs implementation.
Eric Anholt
2019-02-18
1
-2
/
+1
*
v3d: Delay emitting ldvpm on V3D 4.x until it's actually used.
Eric Anholt
2019-02-18
1
-6
/
+43
[next]