index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: lower gl_TessLevel* from float[n] to vecn.
Fabian Bieler
2015-07-23
1
-0
/
+1
*
nir: add nir_array.h to the sources list
Emil Velikov
2015-05-05
1
-0
/
+1
*
nir: Implement a nir_sweep() pass.
Kenneth Graunke
2015-04-07
1
-0
/
+1
*
nir: add lowering for idiv/udiv/umod
Rob Clark
2015-04-05
1
-0
/
+1
*
nir: Add a cubemap normalizing pass
Jason Ekstrand
2015-04-03
1
-0
/
+1
*
nir: Add a lowering pass for texture projectors.
Eric Anholt
2015-04-03
1
-0
/
+1
*
nir: Add a dedicated ffma peephole optimization
Jason Ekstrand
2015-04-01
1
-0
/
+1
*
mesa: Make a shared header for 3D pipeline enum / #defines.
Eric Anholt
2015-04-01
1
-1
/
+2
*
nir: add nir_builder.h to the tarball
Emil Velikov
2015-04-01
1
-0
/
+1
*
glsl: add the remaining files to the tarball
Emil Velikov
2015-03-24
1
-0
/
+1
*
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
[next]