summaryrefslogtreecommitdiff
path: root/src/glsl/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2013-01-24mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)Chad Versace1-0/+2
2013-01-22glsl/build: Build libglcpp and libglslcore in builtin_compilerMatt Turner1-33/+19
2013-01-22glsl/build: Build tests via the glsl MakefileMatt Turner1-2/+36
2013-01-22glsl/build: Build glcpp via the glsl MakefileMatt Turner1-25/+82
2013-01-22glsl/build: Don't build builtin_compiler separately if not cross compilingMatt Turner1-2/+27
2013-01-22glsl/build: Don't build glsl_compilerMatt Turner1-9/+0
2013-01-20glsl/build: Build glsl_test only on make checkMatt Turner1-1/+2
2013-01-20glsl/build: Remove dead LIBRARY_* variablesMatt Turner1-2/+0
2013-01-13Remove hacks for static MakefilesMatt Turner1-7/+0
2012-12-07mesa: Use the new hash table for the variable refcount visitor.Eric Anholt1-0/+2
2012-12-07program/hash_table.c: rename to program/prog_hash_table.cJordan Justen1-2/+2
2012-11-12automake: Merge *_CXX_FILES variables in the glsl build.Eric Anholt1-1/+0
2012-11-01build: Don't cross-compile GLSL builtin compilerThierry Reding1-35/+13
2012-10-01build: Build src/glsl with visibility CFLAGSMatt Turner1-3/+3
2012-08-14build: Fix out-of-tree generation of builtin_function.cppMatt Turner1-2/+2
2012-08-13build/glsl: fix location of generated files.Christopher James Halse Rogers1-4/+0
2012-07-15Fix building glsl when using automake-1.12 after 68e04cc6Jon TURNEY1-4/+10
2012-07-13automake: convert libglslJon TURNEY1-0/+106
2012-01-31Revert "automake: src/glsl and src/glsl/glcpp"Matt Turner1-81/+0
2012-01-30automake: src/glsl and src/glsl/glcppMatt Turner1-0/+81
2010-11-15glsl: Remove unused and out of date Makefile.am.Kenneth Graunke1-81/+0
2010-09-17glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri1-0/+1
2010-09-13glsl2: Add pass to remove redundant jumpsIan Romanick1-1/+2
2010-09-09glsl2: Add lowering pass to remove noise opcodesIan Romanick1-1/+2
2010-09-03glsl2: Add module to perform simple loop unrollingIan Romanick1-1/+2
2010-09-03glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick1-1/+2
2010-09-03glsl2: Add module to analyze variables used in loopsIan Romanick1-1/+2
2010-06-24glsl2: Replace the GLSL compiler with the glsl2 project.Eric Anholt1-6/+2
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+79