summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* glsl: move to compiler/Emil Velikov2016-01-261-228/+0
* nir: move to compiler/Emil Velikov2016-01-261-58/+4
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-261-1/+7
* glsl: Handle failure of Python codegen scripts.Matt Turner2016-01-131-5/+5
* glsl: Don't add nir files to libglsl_la_SOURCESKristian Høgsberg Kristensen2016-01-081-2/+2
* build: fix make-check after a6a6a71Rob Clark2015-10-171-0/+5
* glsl: (mostly) remove libglsl_utilRob Clark2015-10-161-6/+0
* nir: remove dependency on glslRob Clark2015-10-161-3/+0
* glsl: move half<->float convertion to utilRob Clark2015-10-161-0/+1
* nir: Add unit tests for control flow graphs.Kenneth Graunke2015-09-231-0/+14
* glsl: build: remove bogus dependencyEmil Velikov2015-09-091-1/+1
* glsl: build: use makefile.sources variables when possibleEmil Velikov2015-09-091-2/+5
* glsl: automake: reuse $(NIR_GENERATED_FILES) where possibleEmil Velikov2015-09-091-5/+1
* glsl: automake: rework the sources generation rulesEmil Velikov2015-09-091-16/+22
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-121-9/+4
* glsl: Use AM_V_GEN/AM_V_at in NIR rules.Matt Turner2015-05-211-10/+10
* build: add libnir.laRob Clark2015-04-051-1/+7
* glsl: Remove bogus Makefile dependency.Matt Turner2015-03-311-2/+0
* glsl: add the remaining files to the tarballEmil Velikov2015-03-241-0/+1
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-2/+6
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-6/+2
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-2/+6
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* nir: Add an ALU op builder kind of like ir_builder.hEric Anholt2015-02-181-0/+5
* nir: resolve nir.h dependency list (fix make distcheck)Emil Velikov2015-02-121-1/+1
* nir: add new constant folding infrastructureJason Ekstrand2015-01-241-0/+6
* nir: use Python to autogenerate opcode informationConnor Abbott2015-01-241-0/+16
* glsl: Build a libglsl_util library.Matt Turner2015-01-231-16/+7
* glsl: Build with subdir-objects.Matt Turner2015-01-231-19/+21
* nir: Add nir_{opt_,}algebraic.py to distribution.Matt Turner2015-01-231-0/+2
* glsl: Link glsl_test with pthreads library.Jonathan Gray2015-01-221-1/+3
* glsl: Add unit tests for blob.cCarl Worth2015-01-161-0/+7
* nir: Add an algebraic optimization passJason Ekstrand2015-01-151-1/+7
* nir: add a simple C wrapper around glsl_types.hConnor Abbott2015-01-151-1/+2
* glsl: Add dist-hook to delete glcpp test *.out files.Matt Turner2014-12-121-0/+4
* mesa: Add notes/readme files to distribution.Matt Turner2014-12-121-1/+1
* mesa: Add scons files to distribution.Matt Turner2014-12-121-1/+2
* glsl: Add clean-local rule to delete glcpp test output.Matt Turner2014-12-121-0/+3
* glsl: Add parser headers to distribution.Matt Turner2014-12-121-0/+2
* glsl: Add lex and yacc sources to distribution.Matt Turner2014-12-121-1/+5
* glsl: Add headers to distribution.Matt Turner2014-12-121-1/+3
* glsl: Distribute tests/, TODO, and READMEMatt Turner2014-12-121-0/+2
* glsl/glcpp: Integrate recent glcpp-test-cr-lf test into "make check"Carl Worth2014-08-071-0/+1
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-4/+0
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-10/+3
* glcpp: link with tests/common.cTapani Pälli2014-05-301-0/+1
* mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick2014-05-021-3/+7
* glsl/tests: Add first simple tests of populate_consumer_input_setsIan Romanick2014-05-021-1/+2
* glsl: Link glsl_compiler with pthreads library.Jonathan Gray2014-03-111-1/+3