| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa,glsl: Move round_to_even() from glsl to mesa/main (v2) | Chad Versace | 2013-01-24 | 1 | -0/+2 |
* | glsl/build: Build libglcpp and libglslcore in builtin_compiler | Matt Turner | 2013-01-22 | 1 | -33/+19 |
* | glsl/build: Build tests via the glsl Makefile | Matt Turner | 2013-01-22 | 1 | -2/+36 |
* | glsl/build: Build glcpp via the glsl Makefile | Matt Turner | 2013-01-22 | 1 | -25/+82 |
* | glsl/build: Don't build builtin_compiler separately if not cross compiling | Matt Turner | 2013-01-22 | 1 | -2/+27 |
* | glsl/build: Don't build glsl_compiler | Matt Turner | 2013-01-22 | 1 | -9/+0 |
* | glsl/build: Build glsl_test only on make check | Matt Turner | 2013-01-20 | 1 | -1/+2 |
* | glsl/build: Remove dead LIBRARY_* variables | Matt Turner | 2013-01-20 | 1 | -2/+0 |
* | Remove hacks for static Makefiles | Matt Turner | 2013-01-13 | 1 | -7/+0 |
* | mesa: Use the new hash table for the variable refcount visitor. | Eric Anholt | 2012-12-07 | 1 | -0/+2 |
* | program/hash_table.c: rename to program/prog_hash_table.c | Jordan Justen | 2012-12-07 | 1 | -2/+2 |
* | automake: Merge *_CXX_FILES variables in the glsl build. | Eric Anholt | 2012-11-12 | 1 | -1/+0 |
* | build: Don't cross-compile GLSL builtin compiler | Thierry Reding | 2012-11-01 | 1 | -35/+13 |
* | build: Build src/glsl with visibility CFLAGS | Matt Turner | 2012-10-01 | 1 | -3/+3 |
* | build: Fix out-of-tree generation of builtin_function.cpp | Matt Turner | 2012-08-14 | 1 | -2/+2 |
* | build/glsl: fix location of generated files. | Christopher James Halse Rogers | 2012-08-13 | 1 | -4/+0 |
* | Fix building glsl when using automake-1.12 after 68e04cc6 | Jon TURNEY | 2012-07-15 | 1 | -4/+10 |
* | automake: convert libglsl | Jon TURNEY | 2012-07-13 | 1 | -0/+106 |
* | Revert "automake: src/glsl and src/glsl/glcpp" | Matt Turner | 2012-01-31 | 1 | -81/+0 |
* | automake: src/glsl and src/glsl/glcpp | Matt Turner | 2012-01-30 | 1 | -0/+81 |
* | glsl: Remove unused and out of date Makefile.am. | Kenneth Graunke | 2010-11-15 | 1 | -81/+0 |
* | glsl: add pass to lower variable array indexing to conditional assignments | Luca Barbieri | 2010-09-17 | 1 | -0/+1 |
* | glsl2: Add pass to remove redundant jumps | Ian Romanick | 2010-09-13 | 1 | -1/+2 |
* | glsl2: Add lowering pass to remove noise opcodes | Ian Romanick | 2010-09-09 | 1 | -1/+2 |
* | glsl2: Add module to perform simple loop unrolling | Ian Romanick | 2010-09-03 | 1 | -1/+2 |
* | glsl2: Add module to suss out loop control variables from loop analysis data | Ian Romanick | 2010-09-03 | 1 | -1/+2 |
* | glsl2: Add module to analyze variables used in loops | Ian Romanick | 2010-09-03 | 1 | -1/+2 |
* | glsl2: Replace the GLSL compiler with the glsl2 project. | Eric Anholt | 2010-06-24 | 1 | -6/+2 |
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+79 |