aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
Commit message (Expand)AuthorAgeFilesLines
* glsl/linker: eliminate unused and set-but-unused built-in varyingsMarek Olšák2013-07-021-0/+1
* glsl: Streamline the built-in type handling code.Kenneth Graunke2013-06-261-0/+1
* glsl linker: compare interface blocks during intrastage linkingJordan Justen2013-05-231-0/+1
* glsl linker: remove interface block instance namesJordan Justen2013-05-231-0/+1
* glsl: Add lowering pass for ir_triop_vector_insertIan Romanick2013-05-131-0/+1
* glsl: Add a pass to flip matrix/vector multiplies to use dot products.Kenneth Graunke2013-05-121-0/+1
* glsl: Refactor handling of ast_array_index to a separate functionIan Romanick2013-04-081-0/+1
* glsl: Add an optimization pass to flatten simple nested if blocks.Kenneth Graunke2013-04-041-0/+1
* glsl: Add a visitor to determine whether a uniform block is ever usedIan Romanick2013-01-251-0/+1
* linker: Refactor intra-stage block compatabililty testingIan Romanick2013-01-251-0/+1
* glsl: Add lowering pass for GLSL ES 3.00 pack/unpack operations (v4)Chad Versace2013-01-241-0/+1
* glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILESMatt Turner2013-01-221-1/+1
* glsl/build: Build glcpp via the glsl MakefileMatt Turner2013-01-221-4/+4
* glsl: Separate varying linking code to its own file.Paul Berry2013-01-081-0/+1
* glsl: Add a lowering pass for packing varyings.Paul Berry2012-12-141-0/+1
* automake: Remove empty file variable.Brian Paul2012-11-121-2/+1
* automake: Merge *_CXX_FILES variables in the glsl build.Eric Anholt2012-11-121-5/+4
* automake: Fix a comment typo.Eric Anholt2012-11-121-1/+1
* build/glsl: fix location of generated files.Christopher James Halse Rogers2012-08-131-7/+8
* glsl: Add a lowering pass to turn complicated UBO references to vector loads.Eric Anholt2012-08-071-0/+1
* automake: convert libglslJon TURNEY2012-07-131-2/+2
* scons: Fix scons build.José Fonseca2012-06-111-0/+2
* automake: Add a prefix variable for libglsl sources.Eric Anholt2012-06-111-86/+86
* glsl: Set initial values for uniforms in the linkerIan Romanick2012-05-231-0/+1
* glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.Eric Anholt2012-05-141-0/+1
* glsl: Remove the opt_discard_simplification pass.Eric Anholt2012-05-141-1/+0
* glsl: Create an ir_builder helper for hand-generating IR.Eric Anholt2012-04-131-0/+1
* glsl: Add an array splitting pass.Eric Anholt2012-04-111-0/+1
* glsl: rename Makefile.sources' _SOURCES variablesMatt Turner2012-01-301-9/+9
* glsl: Add a lowering pass to remove reads of shader output variables.Vincent Lejeune2012-01-061-0/+1
* glsl: Move ir_variable.cpp to builtin_variables.cpp.Eric Anholt2011-11-111-1/+1
* glsl: Refactor source lists to Makefile.sourcesChia-I Wu2011-11-021-0/+104