summaryrefslogtreecommitdiff
path: root/src/glsl/Makefile.sources
AgeCommit message (Expand)AuthorFilesLines
2013-11-15glsl: Move the CSE equality functions to the ir class.Eric Anholt1-0/+1
2013-11-07glsl: Linker support for ARB_shader_atomic_counters.Francisco Jerez1-0/+1
2013-11-01glsl: Add a CSE pass.Eric Anholt1-0/+1
2013-09-09glsl: Remove builtin_compiler from the build system.Kenneth Graunke1-15/+2
2013-09-09glsl: Write a new built-in function module.Kenneth Graunke1-0/+1
2013-07-02glsl/linker: eliminate unused and set-but-unused built-in varyingsMarek Olšák1-0/+1
2013-06-26glsl: Streamline the built-in type handling code.Kenneth Graunke1-0/+1
2013-05-23glsl linker: compare interface blocks during intrastage linkingJordan Justen1-0/+1
2013-05-23glsl linker: remove interface block instance namesJordan Justen1-0/+1
2013-05-13glsl: Add lowering pass for ir_triop_vector_insertIan Romanick1-0/+1
2013-05-12glsl: Add a pass to flip matrix/vector multiplies to use dot products.Kenneth Graunke1-0/+1
2013-04-08glsl: Refactor handling of ast_array_index to a separate functionIan Romanick1-0/+1
2013-04-04glsl: Add an optimization pass to flatten simple nested if blocks.Kenneth Graunke1-0/+1
2013-01-25glsl: Add a visitor to determine whether a uniform block is ever usedIan Romanick1-0/+1
2013-01-25linker: Refactor intra-stage block compatabililty testingIan Romanick1-0/+1
2013-01-24glsl: Add lowering pass for GLSL ES 3.00 pack/unpack operations (v4)Chad Versace1-0/+1
2013-01-22glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILESMatt Turner1-1/+1
2013-01-22glsl/build: Build glcpp via the glsl MakefileMatt Turner1-4/+4
2013-01-08glsl: Separate varying linking code to its own file.Paul Berry1-0/+1
2012-12-14glsl: Add a lowering pass for packing varyings.Paul Berry1-0/+1
2012-11-12automake: Remove empty file variable.Brian Paul1-2/+1
2012-11-12automake: Merge *_CXX_FILES variables in the glsl build.Eric Anholt1-5/+4
2012-11-12automake: Fix a comment typo.Eric Anholt1-1/+1
2012-08-13build/glsl: fix location of generated files.Christopher James Halse Rogers1-7/+8
2012-08-07glsl: Add a lowering pass to turn complicated UBO references to vector loads.Eric Anholt1-0/+1
2012-07-13automake: convert libglslJon TURNEY1-2/+2
2012-06-11scons: Fix scons build.José Fonseca1-0/+2
2012-06-11automake: Add a prefix variable for libglsl sources.Eric Anholt1-86/+86
2012-05-23glsl: Set initial values for uniforms in the linkerIan Romanick1-0/+1
2012-05-14glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.Eric Anholt1-0/+1
2012-05-14glsl: Remove the opt_discard_simplification pass.Eric Anholt1-1/+0
2012-04-13glsl: Create an ir_builder helper for hand-generating IR.Eric Anholt1-0/+1
2012-04-11glsl: Add an array splitting pass.Eric Anholt1-0/+1
2012-01-30glsl: rename Makefile.sources' _SOURCES variablesMatt Turner1-9/+9
2012-01-06glsl: Add a lowering pass to remove reads of shader output variables.Vincent Lejeune1-0/+1
2011-11-11glsl: Move ir_variable.cpp to builtin_variables.cpp.Eric Anholt1-1/+1
2011-11-02glsl: Refactor source lists to Makefile.sourcesChia-I Wu1-0/+104