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
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/lower_io_to_temporaries: Handle interpolation intrinsics
Connor Abbott
2019-07-08
1
-0
/
+166
*
nir: Avoid coalescing vars created by lower_io_to_temporaries
Connor Abbott
2019-07-08
3
-0
/
+20
*
nir: Return correct size in nir_assign_io_var_locations()
Connor Abbott
2019-07-08
1
-2
/
+4
*
nir: Handle compact variables when assigning i/o locations
Connor Abbott
2019-07-08
1
-2
/
+22
*
nir: Move st_nir_assign_var_locations() to common code
Connor Abbott
2019-07-08
2
-0
/
+114
*
radv: Make FragCoord a sysval
Connor Abbott
2019-07-08
2
-5
/
+9
*
anv,nir: Move lower_input_attachments pass from ANV to NIR.
Daniel Schürmann
2019-07-08
3
-0
/
+153
*
nir: add pass to lower load_interpolated_input
Rob Clark
2019-07-02
5
-0
/
+192
*
nir: Add optimization to use ROR/ROL instructions
Sagar Ghuge
2019-07-01
2
-0
/
+15
*
nir: Add urol and uror opcodes
Sagar Ghuge
2019-07-01
1
-0
/
+11
*
nir: add is_in_ubo/ssbo/block helpers
Alejandro Piñeiro
2019-06-30
1
-0
/
+20
*
nir/serach: Increase maximum commutative expressions from 4 to 8
Ian Romanick
2019-06-28
2
-2
/
+4
*
nir/algebraic: Don't mark expression with duplicate sources as commutative
Ian Romanick
2019-06-28
1
-1
/
+56
*
nir/search: Log Boolean constants instead of asserting
Ian Romanick
2019-06-28
1
-0
/
+3
*
nir/algebraic: Fail build when too many commutative expressions are used
Ian Romanick
2019-06-28
3
-1
/
+51
*
nir/algebraic: Fix whitespace error
Ian Romanick
2019-06-28
1
-1
/
+0
*
nir: Fix lowering of bitfield_insert to shifts.
Eric Anholt
2019-06-28
1
-3
/
+5
*
nir/algebraic: Add helpers and a rule involving wrapping
Caio Marcelo de Oliveira Filho
2019-06-26
2
-0
/
+15
*
nir: Add a no wrapping bits to nir_alu_instr
Caio Marcelo de Oliveira Filho
2019-06-26
5
-8
/
+36
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
4
-19
/
+2
*
nir: opt_vectorize: combine different constant sources
Jonathan Marek
2019-06-26
1
-2
/
+25
*
nir: add tess support to nir_lower_clamp_color_outputs()
Timothy Arceri
2019-06-26
1
-0
/
+1
*
nir: introduce lowering of bitfield_insert to bfm and a new opcode bitfield_s...
Daniel Schürmann
2019-06-24
3
-0
/
+11
*
nir/algebraic: Use unsigned comparison when lowering bitfield insert/extract
Daniel Schürmann
2019-06-24
1
-2
/
+2
*
nir/algebraic: Remove unnecessary iand of [iu]bfe and bfm sources
Daniel Schürmann
2019-06-24
1
-0
/
+8
*
nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.
Daniel Schürmann
2019-06-24
3
-31
/
+18
*
nir/algebraic: add optimization pattern for ('ult', a, ('and', b, a)) and fri...
Daniel Schürmann
2019-06-24
1
-0
/
+4
*
nir/lower_tex: Add an assert() in nir_lower_txs_lod()
Boris Brezillon
2019-06-20
1
-0
/
+1
*
nir: Make nir_constant a vector rather than a matrix
Jason Ekstrand
2019-06-19
3
-41
/
+40
*
nir: Use reorderable access flag
Connor Abbott
2019-06-19
1
-4
/
+12
*
nir: Add a helper to determine if an intrinsic can be reordered
Connor Abbott
2019-06-19
3
-11
/
+13
*
nir: Add reorderable memory access enum
Connor Abbott
2019-06-19
1
-1
/
+2
*
nir/copy_prop_vars: Ignore volatile accesses
Connor Abbott
2019-06-19
1
-0
/
+13
*
glsl/nir: Propagate access qualifiers
Connor Abbott
2019-06-19
1
-1
/
+0
*
nir: Allow qualifiers on copy_deref and image instructions
Connor Abbott
2019-06-19
6
-12
/
+48
*
nir: add a vectorization pass
Connor Abbott
2019-06-18
3
-0
/
+456
*
nir/lower_tex: Add a way to lower TXS(non-0-LOD) instructions
Boris Brezillon
2019-06-18
2
-0
/
+52
*
nir/lower_tex: Update ->sampler_dim value before calling get_texture_size()
Boris Brezillon
2019-06-18
1
-2
/
+5
*
nir/lower_tex: Actually report when projector lowering happened
Boris Brezillon
2019-06-18
1
-4
/
+4
*
nir: detect more dynamically uniform expressions
Iago Toral Quiroga
2019-06-14
1
-0
/
+13
*
nir: Don't manually index intrinsic index enum
Connor Abbott
2019-06-13
1
-20
/
+20
*
nir: add intrinsics for AMD_shader_ballot
Daniel Schürmann
2019-06-13
3
-0
/
+31
*
nir/opt_algebraic: Fix rules for imadsh_mix16
Eduardo Lima Mitev
2019-06-10
1
-2
/
+2
*
nir: fix s/&&/||/ typo
Eric Engestrom
2019-06-07
1
-1
/
+1
*
nir_algebraic: Add basic optimizations for umul_low and imadsh_mix16
Eduardo Lima Mitev
2019-06-07
2
-0
/
+55
*
nir/opcodes: Add new 'umul_low' and 'imadsh_mix16' opcodes
Eduardo Lima Mitev
2019-06-07
1
-1
/
+14
*
nir/propagate_invariant: Don't add NULL vars to the hash table
Jason Ekstrand
2019-06-06
1
-1
/
+10
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
2
-5
/
+4
*
nir: Drop lower_fmod64 option.
Kenneth Graunke
2019-06-05
2
-2
/
+0
*
nir: Don't replace the nir_shader when NIR_TEST_SERIALIZE=1
Jason Ekstrand
2019-06-05
2
-10
/
+16
[next]