summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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
* automake: use only the folder name if it's a subfolder of the present oneEmil Velikov2014-03-111-2/+2
* automake: silence folder creationEmil Velikov2014-03-111-2/+2
* glsl: Link glcpp with math library.Vinson Lee2013-11-271-1/+3
* glsl/tests: Unit test vertex shader in / out with link_invalidate_variable_lo...Ian Romanick2013-10-221-0/+1
* glsl/tests: Verify vertex shader built-ins generated by _mesa_glsl_initialize...Ian Romanick2013-10-221-0/+1
* glsl: When constructing a variable with an interface type, set interface_typeIan Romanick2013-10-221-0/+16
* glsl_compiler: Re-enable building glsl_compilerIan Romanick2013-10-071-0/+11
* glsl/tests: Add a test for properties of sampler types.Kenneth Graunke2013-09-151-0/+13
* glsl: Remove builtin_compiler from the build system.Kenneth Graunke2013-09-091-16/+1
* build: remove unused API_DEFINESAndreas Boll2013-05-011-2/+1