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
/
opt_vectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-407
/
+0
*
nir: move glsl_types.{cpp,h} to compiler
Emil Velikov
2016-01-26
1
-1
/
+1
*
glsl: Fixed vectorize pass vs. texture lookups.
Aras Pranckevicius
2014-08-14
1
-0
/
+13
*
mesa: Make unreachable macro take a string argument.
Matt Turner
2014-07-01
1
-2
/
+1
*
glsl: Try vectorizing when seeing a repeated assignment to a channel.
Kenneth Graunke
2014-04-11
1
-0
/
+1
*
glsl: Clean up "unused parameter" warnings
Ian Romanick
2014-03-28
1
-1
/
+1
*
glsl: Don't vectorize horizontal expressions.
Matt Turner
2014-02-28
1
-0
/
+15
*
glsl: Do not vectorize vector array dereferences.
Matt Turner
2014-02-11
1
-0
/
+14
*
glsl: Expand non-expr & non-swizzle scalar rvalues in vectorizing.
Matt Turner
2014-01-31
1
-6
/
+8
*
glsl: Avoid combining statements from different basic blocks.
Matt Turner
2014-01-27
1
-0
/
+35
*
glsl: Set proper swizzle when a channel is missing in vectorizing.
Matt Turner
2014-01-27
1
-4
/
+13
*
glsl: Vectorize multiple scalar assignments
Matt Turner
2014-01-21
1
-0
/
+319