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: Optimize "if (cond) discard;" to a conditional discard.
Kenneth Graunke
2015-02-24
1
-0
/
+1
*
nir: Add a global code motion (GCM) pass
Jason Ekstrand
2015-02-19
1
-0
/
+1
*
nir: Add an ALU op builder kind of like ir_builder.h
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: add missing header to the sources list
Emil Velikov
2015-02-12
1
-0
/
+1
*
nir: add an optimization to remove useless phi nodes
Connor Abbott
2015-02-03
1
-0
/
+1
*
nir: Add a pass to lower vector phi nodes to scalar phi nodes
Jason Ekstrand
2015-02-03
1
-0
/
+1
*
nir: add new constant folding infrastructure
Jason Ekstrand
2015-01-24
1
-0
/
+1
*
nir: use Python to autogenerate opcode information
Connor Abbott
2015-01-24
1
-2
/
+2
*
nir: Add nir_lower_alu_to_scalar.
Eric Anholt
2015-01-23
1
-0
/
+1
*
glsl: Build with subdir-objects.
Matt Turner
2015-01-23
1
-170
/
+167
*
nir: Add headers to distribution.
Matt Turner
2015-01-23
1
-0
/
+2
*
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
[next]