summaryrefslogtreecommitdiff
path: root/src/glsl/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2015-10-17build: fix make-check after a6a6a71Rob Clark1-0/+5
2015-10-16glsl: (mostly) remove libglsl_utilRob Clark1-6/+0
2015-10-16nir: remove dependency on glslRob Clark1-3/+0
2015-10-16glsl: move half<->float convertion to utilRob Clark1-0/+1
2015-09-23nir: Add unit tests for control flow graphs.Kenneth Graunke1-0/+14
2015-09-09glsl: build: remove bogus dependencyEmil Velikov1-1/+1
2015-09-09glsl: build: use makefile.sources variables when possibleEmil Velikov1-2/+5
2015-09-09glsl: automake: reuse $(NIR_GENERATED_FILES) where possibleEmil Velikov1-5/+1
2015-09-09glsl: automake: rework the sources generation rulesEmil Velikov1-16/+22
2015-06-26mesa: Enable subdir-objects globally.Matt Turner1-2/+0
2015-06-12mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov1-9/+4
2015-05-21glsl: Use AM_V_GEN/AM_V_at in NIR rules.Matt Turner1-10/+10
2015-04-05build: add libnir.laRob Clark1-1/+7
2015-03-31glsl: Remove bogus Makefile dependency.Matt Turner1-2/+0
2015-03-24glsl: add the remaining files to the tarballEmil Velikov1-0/+1
2015-03-03configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-2/+6
2015-02-27Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke1-6/+2
2015-02-27configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-2/+6
2015-02-20mesa: Add gallium include dirs to more parts of the tree.Eric Anholt1-0/+2
2015-02-18nir: Add an ALU op builder kind of like ir_builder.hEric Anholt1-0/+5
2015-02-12nir: resolve nir.h dependency list (fix make distcheck)Emil Velikov1-1/+1
2015-01-24nir: add new constant folding infrastructureJason Ekstrand1-0/+6
2015-01-24nir: use Python to autogenerate opcode informationConnor Abbott1-0/+16
2015-01-23glsl: Build a libglsl_util library.Matt Turner1-16/+7
2015-01-23glsl: Build with subdir-objects.Matt Turner1-19/+21
2015-01-23nir: Add nir_{opt_,}algebraic.py to distribution.Matt Turner1-0/+2
2015-01-22glsl: Link glsl_test with pthreads library.Jonathan Gray1-1/+3
2015-01-16glsl: Add unit tests for blob.cCarl Worth1-0/+7
2015-01-15nir: Add an algebraic optimization passJason Ekstrand1-1/+7
2015-01-15nir: add a simple C wrapper around glsl_types.hConnor Abbott1-1/+2
2014-12-12glsl: Add dist-hook to delete glcpp test *.out files.Matt Turner1-0/+4
2014-12-12mesa: Add notes/readme files to distribution.Matt Turner1-1/+1
2014-12-12mesa: Add scons files to distribution.Matt Turner1-1/+2
2014-12-12glsl: Add clean-local rule to delete glcpp test output.Matt Turner1-0/+3
2014-12-12glsl: Add parser headers to distribution.Matt Turner1-0/+2
2014-12-12glsl: Add lex and yacc sources to distribution.Matt Turner1-1/+5
2014-12-12glsl: Add headers to distribution.Matt Turner1-1/+3
2014-12-12glsl: Distribute tests/, TODO, and READMEMatt Turner1-0/+2
2014-08-07glsl/glcpp: Integrate recent glcpp-test-cr-lf test into "make check"Carl Worth1-0/+1
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke1-4/+0
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-10/+3
2014-05-30glcpp: link with tests/common.cTapani Pälli1-0/+1
2014-05-02mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick1-3/+7
2014-05-02glsl/tests: Add first simple tests of populate_consumer_input_setsIan Romanick1-1/+2
2014-03-11glsl: Link glsl_compiler with pthreads library.Jonathan Gray1-1/+3
2014-03-11automake: use only the folder name if it's a subfolder of the present oneEmil Velikov1-2/+2
2014-03-11automake: silence folder creationEmil Velikov1-2/+2
2013-11-27glsl: Link glcpp with math library.Vinson Lee1-1/+3
2013-10-22glsl/tests: Unit test vertex shader in / out with link_invalidate_variable_lo...Ian Romanick1-0/+1
2013-10-22glsl/tests: Verify vertex shader built-ins generated by _mesa_glsl_initialize...Ian Romanick1-0/+1