Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doxygen: update glsl link | Elie TOURNIER | 2016-04-13 | 1 | -4/+5 |
| | | | | | | | Signed-off-by: Elie TOURNIER <[email protected]> Reviewed-by: Rhys Kidd <[email protected]> Tested-by: Rhys Kidd <[email protected]> Acked-by: Emil Velikov <[email protected]> | ||||
* | glsl/build: Build glcpp via the glsl Makefile | Matt Turner | 2013-01-22 | 1 | -2/+2 |
| | | | | | | Removing the subdirectory recursion provides a small speed up. Tested-by: Andreas Boll <[email protected]> | ||||
* | Fix building glsl when using automake-1.12 after 68e04cc6 | Jon TURNEY | 2012-07-15 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Commit 68e04cc6 was tested using automake-1.11. Unfortunately, automake-1.12 made a "slightly backward-incompatible change" in the use of yacc with C++, and for a .yy file, the generated header file is now named .hh, not .h To work with both, write our own rule for running yacc, which generates a header file named .h, rather than using automake's rule. Also, remove things from BUILD_SOURCES which don't need to be there Also, update EXCLUDE rules in doxygen/glsl.doxy, for change of generated files from .cpp -> .cc, and glsl_lexer.h has never existed. Signed-off-by: Jon TURNEY <[email protected]> | ||||
* | doxygen: Add doxyfile for glsl module | Chad Versace | 2011-01-17 | 1 | -0/+39 |