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
*
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
*
glsl: Move the CSE equality functions to the ir class.
Eric Anholt
2013-11-15
1
-0
/
+1
*
glsl: Linker support for ARB_shader_atomic_counters.
Francisco Jerez
2013-11-07
1
-0
/
+1
*
glsl: Add a CSE pass.
Eric Anholt
2013-11-01
1
-0
/
+1
*
glsl: Remove builtin_compiler from the build system.
Kenneth Graunke
2013-09-09
1
-15
/
+2
*
glsl: Write a new built-in function module.
Kenneth Graunke
2013-09-09
1
-0
/
+1
*
glsl/linker: eliminate unused and set-but-unused built-in varyings
Marek Olšák
2013-07-02
1
-0
/
+1
*
glsl: Streamline the built-in type handling code.
Kenneth Graunke
2013-06-26
1
-0
/
+1
*
glsl linker: compare interface blocks during intrastage linking
Jordan Justen
2013-05-23
1
-0
/
+1
*
glsl linker: remove interface block instance names
Jordan Justen
2013-05-23
1
-0
/
+1
*
glsl: Add lowering pass for ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+1
*
glsl: Add a pass to flip matrix/vector multiplies to use dot products.
Kenneth Graunke
2013-05-12
1
-0
/
+1
*
glsl: Refactor handling of ast_array_index to a separate function
Ian Romanick
2013-04-08
1
-0
/
+1
*
glsl: Add an optimization pass to flatten simple nested if blocks.
Kenneth Graunke
2013-04-04
1
-0
/
+1
*
glsl: Add a visitor to determine whether a uniform block is ever used
Ian Romanick
2013-01-25
1
-0
/
+1
*
linker: Refactor intra-stage block compatabililty testing
Ian Romanick
2013-01-25
1
-0
/
+1
*
glsl: Add lowering pass for GLSL ES 3.00 pack/unpack operations (v4)
Chad Versace
2013-01-24
1
-0
/
+1
*
glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES
Matt Turner
2013-01-22
1
-1
/
+1
*
glsl/build: Build glcpp via the glsl Makefile
Matt Turner
2013-01-22
1
-4
/
+4
*
glsl: Separate varying linking code to its own file.
Paul Berry
2013-01-08
1
-0
/
+1
[next]