summaryrefslogtreecommitdiffstats
path: root/src/glsl/builtins/ir/trunc
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Add '.ir' extension to builtin IR filesPaul Berry2011-10-311-21/+0
| | | | | | | | This patch adds the extension '.ir' to all the files in src/glsl/builtins/ir/, and changes generate_builtins.py so that it no longer globs on '*' to find the files to build. This prevents spurious files (such as EMACS' infamous *~ backup files) from breaking the build.
* glsl: Add front-end support for the "trunc" built-in.Kenneth Graunke2010-10-141-0/+21