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
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/vtn: add support for SpvBuiltInGlobalLinearId
Karol Herbst
2019-03-05
3
-12
/
+40
*
nir: add support for address bit sized system values
Karol Herbst
2019-03-05
2
-18
/
+29
*
nir: replace magic numbers with M_PI
Karol Herbst
2019-03-05
1
-2
/
+2
*
nir: Add multiplier argument to nir_lower_uniforms_to_ubo.
Timur Kristóf
2019-03-05
2
-9
/
+16
*
nir: Move nir_lower_uniforms_to_ubo to compiler/nir.
Timur Kristóf
2019-03-05
3
-0
/
+101
*
v3d: Move the stores for fixed function VS output reads into NIR.
Eric Anholt
2019-03-05
1
-0
/
+9
*
nir: Improve printing of load_input/store_output variable names.
Eric Anholt
2019-03-05
1
-2
/
+4
*
spirv: Use the same types for resource indices as pointers
Jason Ekstrand
2019-03-05
1
-4
/
+4
*
intel,nir: Lower TXD with min_lod when the sampler index is not < 16
Jason Ekstrand
2019-03-04
2
-0
/
+27
*
nir/algebraic: Optimize low 32 bit extraction
Sagar Ghuge
2019-03-04
1
-0
/
+2
*
nir/glsl: Add another way of doing lower_imul64 for gen8+
Sagar Ghuge
2019-03-04
4
-6
/
+35
*
nir: Add int64/doubles options into nir_shader_compiler_options
Jordan Justen
2019-03-02
1
-30
/
+33
*
nir/algebraic: Optimize away an fsat of a b2f
Ian Romanick
2019-03-02
1
-0
/
+1
*
nir/algebraic: Replace a-fract(a) with floor(a)
Ian Romanick
2019-03-01
1
-0
/
+1
*
nir/algebraic: Replace a bcsel of a b2f sources with a b2f(!(a || b))
Ian Romanick
2019-03-01
1
-0
/
+2
*
nir/algebraic: Replace i2b used by bcsel or if-statement with comparison
Ian Romanick
2019-03-01
2
-0
/
+9
*
nir/copy_prop_vars: handle indirect vector elements
Caio Marcelo de Oliveira Filho
2019-02-28
2
-24
/
+25
*
nir/copy_prop_vars: prefer using entries from equal derefs
Caio Marcelo de Oliveira Filho
2019-02-28
1
-4
/
+9
*
nir/copy_prop_vars: add tests for indirect array deref
Caio Marcelo de Oliveira Filho
2019-02-28
1
-7
/
+124
*
nir/copy_prop_vars: handle load/store of vector elements
Caio Marcelo de Oliveira Filho
2019-02-28
2
-34
/
+114
*
nir/copy_prop_vars: use NIR_MAX_VEC_COMPONENTS
Caio Marcelo de Oliveira Filho
2019-02-28
1
-10
/
+22
*
nir/copy_prop_vars: rename/refactor store_to_entry helper
Caio Marcelo de Oliveira Filho
2019-02-28
1
-22
/
+20
*
nir: Add posibility to not lower to source mod 'abs' for ops with three sources
Gert Wollny
2019-02-27
2
-1
/
+8
*
nir/lower_tex: Add support for XYUV lowering
Kasireddy, Vivek
2019-02-26
2
-0
/
+21
*
nir: initialize value in copy_prop_vars_block
Tapani Pälli
2019-02-26
1
-1
/
+1
*
nir: Just return when asked to rewrite uses of an SSA def to itself.
Eric Anholt
2019-02-25
1
-1
/
+2
*
nir: Use SM5 properties to optimize shift(a@32, iand(31, b))
Daniel Schürmann
2019-02-25
1
-0
/
+5
*
nir: Define shifts according to SM5 specification.
Daniel Schürmann
2019-02-25
1
-4
/
+6
*
nir/builder: Don't emit no-op swizzles
Jason Ekstrand
2019-02-24
1
-1
/
+9
*
nir/split_vars: Don't compact vectors unnecessarily
Jason Ekstrand
2019-02-24
1
-0
/
+6
*
nir: fix MSVC build
Caio Marcelo de Oliveira Filho
2019-02-22
1
-1
/
+1
*
nir/copy_prop_vars: add tests for load/store elements of vectors
Caio Marcelo de Oliveira Filho
2019-02-22
1
-0
/
+139
*
nir: nir_build_deref_follower accept array derefs of vectors
Caio Marcelo de Oliveira Filho
2019-02-22
1
-1
/
+3
*
nir/copy_prop_vars: change test helper to get intrinsics
Caio Marcelo de Oliveira Filho
2019-02-22
1
-83
/
+56
*
nir/copy_prop_vars: keep track of components in copy_entry
Caio Marcelo de Oliveira Filho
2019-02-22
1
-33
/
+48
*
nir/copy_prop_vars: add debug helpers
Caio Marcelo de Oliveira Filho
2019-02-22
1
-1
/
+87
*
nir/copy_prop_vars: don't get confused by array_deref of vectors
Caio Marcelo de Oliveira Filho
2019-02-22
1
-0
/
+28
*
nir: allow nir_lower_phis_to_scalar() on more src types
Timothy Arceri
2019-02-23
1
-3
/
+13
*
nir: clone instruction set rather than removing individual entries
Timothy Arceri
2019-02-22
1
-3
/
+3
*
nir/lower_clip_cull: Fix an incorrect assert
Jason Ekstrand
2019-02-21
1
-1
/
+1
*
nir: Fix a compile warning
Jason Ekstrand
2019-02-21
1
-1
/
+1
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
3
-16
/
+2
*
nir/xfb: Handle compact arrays in gather_xfb_info
Jason Ekstrand
2019-02-21
1
-11
/
+22
*
nir/xfb: Work in terms of components rather than slots
Jason Ekstrand
2019-02-21
1
-5
/
+5
*
nir: Rewrite lower_clip_cull_distance_arrays to do a lot less lowering
Jason Ekstrand
2019-02-21
1
-113
/
+19
*
nir/xfb: Properly align 64-bit values
Jason Ekstrand
2019-02-21
1
-0
/
+4
*
nir: remove non-ssa support from nir_copy_prop()
Timothy Arceri
2019-02-21
1
-36
/
+5
*
nir: Don't forget if-uses in new nir_opt_dead_cf liveness check
Kenneth Graunke
2019-02-20
1
-0
/
+10
*
nir: Don't reassociate add/mul chains containing only constants
Kenneth Graunke
2019-02-16
1
-5
/
+5
*
nir: remove simple dead if detection from nir_opt_dead_cf()
Timothy Arceri
2019-02-16
1
-7
/
+2
[next]