| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Add dist-hook to delete glcpp test *.out files. | Matt Turner | 2014-12-12 | 1 | -0/+4 |
* | mesa: Add notes/readme files to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+1 |
* | mesa: Add scons files to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+2 |
* | glsl: Add clean-local rule to delete glcpp test output. | Matt Turner | 2014-12-12 | 1 | -0/+3 |
* | glsl: Add parser headers to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+2 |
* | glsl: Add lex and yacc sources to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+5 |
* | glsl: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+3 |
* | glsl: Distribute tests/, TODO, and README | Matt Turner | 2014-12-12 | 1 | -0/+2 |
* | glsl/glcpp: Integrate recent glcpp-test-cr-lf test into "make check" | Carl Worth | 2014-08-07 | 1 | -0/+1 |
* | util: Move the open-addressing linear-probing hash_table to src/util. | Kenneth Graunke | 2014-08-04 | 1 | -4/+0 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 1 | -10/+3 |
* | glcpp: link with tests/common.c | Tapani Pälli | 2014-05-30 | 1 | -0/+1 |
* | mesa: Add _mesa_error_no_memory for logging out-of-memory messages | Ian Romanick | 2014-05-02 | 1 | -3/+7 |
* | glsl/tests: Add first simple tests of populate_consumer_input_sets | Ian Romanick | 2014-05-02 | 1 | -1/+2 |
* | glsl: Link glsl_compiler with pthreads library. | Jonathan Gray | 2014-03-11 | 1 | -1/+3 |
* | automake: use only the folder name if it's a subfolder of the present one | Emil Velikov | 2014-03-11 | 1 | -2/+2 |
* | automake: silence folder creation | Emil Velikov | 2014-03-11 | 1 | -2/+2 |
* | glsl: Link glcpp with math library. | Vinson Lee | 2013-11-27 | 1 | -1/+3 |
* | glsl/tests: Unit test vertex shader in / out with link_invalidate_variable_lo... | Ian Romanick | 2013-10-22 | 1 | -0/+1 |
* | glsl/tests: Verify vertex shader built-ins generated by _mesa_glsl_initialize... | Ian Romanick | 2013-10-22 | 1 | -0/+1 |
* | glsl: When constructing a variable with an interface type, set interface_type | Ian Romanick | 2013-10-22 | 1 | -0/+16 |
* | glsl_compiler: Re-enable building glsl_compiler | Ian Romanick | 2013-10-07 | 1 | -0/+11 |
* | glsl/tests: Add a test for properties of sampler types. | Kenneth Graunke | 2013-09-15 | 1 | -0/+13 |
* | glsl: Remove builtin_compiler from the build system. | Kenneth Graunke | 2013-09-09 | 1 | -16/+1 |
* | build: remove unused API_DEFINES | Andreas Boll | 2013-05-01 | 1 | -2/+1 |
* | 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 |