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
/
glsl
/
nir
/
glsl_to_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Make an easier helper for setting up SSA defs.
Eric Anholt
2015-01-22
1
-10
/
+4
*
nir: Replace assert(0) with unreachable().
Matt Turner
2015-01-21
1
-38
/
+19
*
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
2015-01-15
1
-18
/
+18
*
nir/variable: Remove the constant_value field
Jason Ekstrand
2015-01-15
1
-4
/
+2
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
1
-10
/
+2
*
nir: Use a source for uniform buffer indices instead of an index
Jason Ekstrand
2015-01-15
1
-4
/
+4
*
nir: Make texture instruction names more consistent
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir/glsl: Emit abs, neg, and sat operations instead of source modifiers
Jason Ekstrand
2015-01-15
1
-6
/
+3
*
nir/glsl: Add support for gpu_shader5 interpolation instrinsics
Jason Ekstrand
2015-01-15
1
-1
/
+79
*
nir: Vectorize intrinsics
Jason Ekstrand
2015-01-15
1
-47
/
+13
*
nir/glsl: Generate SSA NIR
Jason Ekstrand
2015-01-15
1
-129
/
+117
*
nir/glsl: Don't allocate a state_slots array for 0 state slots
Jason Ekstrand
2015-01-15
1
-6
/
+12
*
nir: Use an integer index for specifying structure fields
Jason Ekstrand
2015-01-15
1
-1
/
+4
*
nir: Make array deref direct vs. indirect an enum
Jason Ekstrand
2015-01-15
1
-1
/
+2
*
nir: Differentiate between signed and unsigned versions of find_msb
Jason Ekstrand
2015-01-15
1
-3
/
+19
*
nir/glsl: Add support for coarse and fine derivatives
Jason Ekstrand
2015-01-15
1
-2
/
+6
*
nir/glsl: Add support for saturate
Jason Ekstrand
2015-01-15
1
-0
/
+5
*
nir: add a glsl-to-nir pass
Connor Abbott
2015-01-15
1
-0
/
+1755