nir: Add a pass to lower local variable accesses to SSA values
[mesa.git] / src / glsl / Makefile.sources
2015-01-15 Jason Ekstrandnir: Add a pass to lower local variable accesses to...
2015-01-15 Jason Ekstrandnir: Add a copy splitting pass
2015-01-15 Jason Ekstrandnir: Add a basic CSE pass
2015-01-15 Jason Ekstrandnir: Add a fused multiply-add peephole
2015-01-15 Jason Ekstrandnir: Add a peephole select optimization
2015-01-15 Jason Ekstrandnir: Add an SSA-based liveness analysis pass.
2015-01-15 Jason Ekstrandnir: Add a basic metadata management system
2015-01-15 Jason Ekstrandnir: Add a lower_vec_to_movs pass
2015-01-15 Jason Ekstrandnir: Add a naieve from-SSA pass
2015-01-15 Connor Abbottnir: add an SSA-based dead code elimination pass
2015-01-15 Connor Abbottnir: add an SSA-based copy propagation pass
2015-01-15 Connor Abbottnir: add a pass to convert to SSA
2015-01-15 Connor Abbottnir: calculate dominance information
2015-01-15 Connor Abbottnir: add an optimization to turn global registers into...
2015-01-15 Connor Abbottnir: add a pass to lower atomics
2015-01-15 Connor Abbottnir: add a pass to lower system value reads
2015-01-15 Connor Abbottnir: add a pass to lower sampler instructions
2015-01-15 Connor Abbottnir: add a pass to remove unused variables
2015-01-15 Connor Abbottnir: add a pass to lower variables for scalar backends
2015-01-15 Connor Abbottnir: add a glsl-to-nir pass
2015-01-15 Connor Abbottnir: add a validation pass
2015-01-15 Connor Abbottnir: add a printer
2015-01-15 Connor Abbottnir: add core helper functions
2015-01-15 Connor Abbottnir: add the core datastructures
2015-01-15 Connor Abbottnir: add a simple C wrapper around glsl_types.h
2014-12-12 Matt Turnerglsl: Add headers to distribution.
2014-11-07 Kenneth Graunkeglsl: Lower constant arrays to uniform arrays.
2014-10-30 Chia-I Wuutil: add _mesa_strtod and _mesa_strtof
2014-10-07 Iago Toral Quirogaglsl: Optimize min/max expression trees
2014-09-30 Ian Romanickglsl: Eliminate unused built-in variables after compilation
2014-09-10 Ian Romanickglsl: Add a lowering pass for gl_VertexID
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-06-19 Matt Turnerglsl: Rebalance expression trees that are reduction...
2014-02-25 Dave Airlieglsl/i965: move lower_offset_array up to GLSL compiler...
2014-01-21 Matt Turnerglsl: Vectorize multiple scalar assignments
2013-12-09 Paul Berryglsl/loops: Get rid of lower_bounded_loops and ir_loop...
2013-12-09 Paul Berryglsl/loops: consolidate bounded loop handling into...
2013-11-15 Eric Anholtglsl: Move the CSE equality functions to the ir class.
2013-11-07 Francisco Jerezglsl: Linker support for ARB_shader_atomic_counters.
2013-11-01 Eric Anholtglsl: Add a CSE pass.
2013-09-09 Kenneth Graunkeglsl: Remove builtin_compiler from the build system.
2013-09-09 Kenneth Graunkeglsl: Write a new built-in function module.
2013-07-02 Marek Olšákglsl/linker: eliminate unused and set-but-unused built...
2013-06-26 Kenneth Graunkeglsl: Streamline the built-in type handling code.
2013-05-23 Jordan Justenglsl linker: compare interface blocks during intrastage...
2013-05-23 Jordan Justenglsl linker: remove interface block instance names
2013-05-13 Ian Romanickglsl: Add lowering pass for ir_triop_vector_insert
2013-05-12 Kenneth Graunkeglsl: Add a pass to flip matrix/vector multiplies to...
2013-04-08 Ian Romanickglsl: Refactor handling of ast_array_index to a separat...
2013-04-04 Kenneth Graunkeglsl: Add an optimization pass to flatten simple nested...
2013-01-25 Ian Romanickglsl: Add a visitor to determine whether a uniform...
2013-01-25 Ian Romanicklinker: Refactor intra-stage block compatabililty testing
2013-01-25 Chad Versaceglsl: Add lowering pass for GLSL ES 3.00 pack/unpack...
2013-01-22 Matt Turnerglsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES
2013-01-22 Matt Turnerglsl/build: Build glcpp via the glsl Makefile
2013-01-08 Paul Berryglsl: Separate varying linking code to its own file.
2012-12-14 Paul Berryglsl: Add a lowering pass for packing varyings.
2012-11-13 Brian Paulautomake: Remove empty file variable.
2012-11-12 Eric Anholtautomake: Merge *_CXX_FILES variables in the glsl build.
2012-11-12 Eric Anholtautomake: Fix a comment typo.
2012-08-13 Christopher James... build/glsl: fix location of generated files.
2012-08-07 Eric Anholtglsl: Add a lowering pass to turn complicated UBO refer...
2012-07-13 Jon TURNEYautomake: convert libglsl
2012-06-11 José Fonsecascons: Fix scons build.
2012-06-11 Eric Anholtautomake: Add a prefix variable for libglsl sources.
2012-05-23 Ian Romanickglsl: Set initial values for uniforms in the linker
2012-05-15 Eric Anholtglsl: Implement the GLSL 1.30+ discard control flow...
2012-05-15 Eric Anholtglsl: Remove the opt_discard_simplification pass.
2012-04-13 Eric Anholtglsl: Create an ir_builder helper for hand-generating IR.
2012-04-12 Eric Anholtglsl: Add an array splitting pass.
2012-01-31 Matt Turnerglsl: rename Makefile.sources' _SOURCES variables
2012-01-06 Vincent Lejeuneglsl: Add a lowering pass to remove reads of shader...
2011-11-11 Eric Anholtglsl: Move ir_variable.cpp to builtin_variables.cpp.
2011-11-01 Chia-I Wuglsl: Refactor source lists to Makefile.sources