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
/
Makefile.sources
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add blob.c---a simple interface for serializing data
Carl Worth
2015-01-16
1
-0
/
+2
*
nir: Add a worklist helper structure
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a pass for lowering copy instructions
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Rename lower_variables to lower_vars_to_ssa
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: Remove the ffma peephole
Jason Ekstrand
2015-01-15
1
-1
/
+0
*
nir: Add a basic constant folding pass
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add an algebraic optimization pass
Jason Ekstrand
2015-01-15
1
-1
/
+5
*
nir: Add an expression matching framework
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a lowering pass for adding source modifiers where possible
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Remove the old variable lowering code
Jason Ekstrand
2015-01-15
1
-1
/
+0
*
nir: Add a pass to lower global variables to local variables
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a pass for lowering input/output loads/stores
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a pass to lower local variables to registers
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a pass to lower local variable accesses to SSA values
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a copy splitting pass
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a basic CSE pass
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a fused multiply-add peephole
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a peephole select optimization
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add an SSA-based liveness analysis pass.
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a basic metadata management system
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a lower_vec_to_movs pass
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: Add a naieve from-SSA pass
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: add an SSA-based dead code elimination pass
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add an SSA-based copy propagation pass
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add a pass to convert to SSA
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: calculate dominance information
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add an optimization to turn global registers into local registers
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add a pass to lower atomics
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add a pass to lower system value reads
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add a pass to lower sampler instructions
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add a pass to remove unused variables
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add a pass to lower variables for scalar backends
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add a glsl-to-nir pass
Connor Abbott
2015-01-15
1
-1
/
+2
*
nir: add a validation pass
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add a printer
Connor Abbott
2015-01-15
1
-0
/
+1
*
nir: add core helper functions
Connor Abbott
2015-01-15
1
-3
/
+7
*
nir: add the core datastructures
Connor Abbott
2015-01-15
1
-0
/
+2
*
nir: add a simple C wrapper around glsl_types.h
Connor Abbott
2015-01-15
1
-0
/
+3
*
glsl: Add headers to distribution.
Matt Turner
2014-12-12
1
-2
/
+29
*
glsl: Lower constant arrays to uniform arrays.
Kenneth Graunke
2014-11-06
1
-0
/
+1
*
util: add _mesa_strtod and _mesa_strtof
Chia-I Wu
2014-10-30
1
-2
/
+1
*
glsl: Optimize min/max expression trees
Iago Toral Quiroga
2014-10-07
1
-0
/
+1
*
glsl: Eliminate unused built-in variables after compilation
Ian Romanick
2014-09-30
1
-0
/
+1
*
glsl: Add a lowering pass for gl_VertexID
Ian Romanick
2014-09-10
1
-0
/
+1
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+0
*
glsl: Rebalance expression trees that are reduction operations.
Matt Turner
2014-06-19
1
-0
/
+1
*
glsl/i965: move lower_offset_array up to GLSL compiler level.
Dave Airlie
2014-02-25
1
-0
/
+1
*
glsl: Vectorize multiple scalar assignments
Matt Turner
2014-01-21
1
-0
/
+1
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-1
/
+0
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
1
-0
/
+1
[next]