| Commit message (Expand) | Author | Age | Files | Lines |
* | build: add libnir.la | Rob Clark | 2015-04-05 | 1 | -1/+7 |
* | glsl: Remove bogus Makefile dependency. | Matt Turner | 2015-03-31 | 1 | -2/+0 |
* | glsl: add the remaining files to the tarball | Emil Velikov | 2015-03-24 | 1 | -0/+1 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-03-03 | 1 | -2/+6 |
* | Revert "configure: Leverage gcc warn options to enable safe use of C99 featur... | Kenneth Graunke | 2015-02-27 | 1 | -6/+2 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-02-27 | 1 | -2/+6 |
* | mesa: Add gallium include dirs to more parts of the tree. | Eric Anholt | 2015-02-20 | 1 | -0/+2 |
* | nir: Add an ALU op builder kind of like ir_builder.h | Eric Anholt | 2015-02-18 | 1 | -0/+5 |
* | nir: resolve nir.h dependency list (fix make distcheck) | Emil Velikov | 2015-02-12 | 1 | -1/+1 |
* | nir: add new constant folding infrastructure | Jason Ekstrand | 2015-01-24 | 1 | -0/+6 |
* | nir: use Python to autogenerate opcode information | Connor Abbott | 2015-01-24 | 1 | -0/+16 |
* | glsl: Build a libglsl_util library. | Matt Turner | 2015-01-23 | 1 | -16/+7 |
* | glsl: Build with subdir-objects. | Matt Turner | 2015-01-23 | 1 | -19/+21 |
* | nir: Add nir_{opt_,}algebraic.py to distribution. | Matt Turner | 2015-01-23 | 1 | -0/+2 |
* | glsl: Link glsl_test with pthreads library. | Jonathan Gray | 2015-01-22 | 1 | -1/+3 |
* | glsl: Add unit tests for blob.c | Carl Worth | 2015-01-16 | 1 | -0/+7 |
* | nir: Add an algebraic optimization pass | Jason Ekstrand | 2015-01-15 | 1 | -1/+7 |
* | nir: add a simple C wrapper around glsl_types.h | Connor Abbott | 2015-01-15 | 1 | -1/+2 |
* | 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 |