Lines Matching defs:GLSL
13 list of keywords to control some aspects of the GLSL compiler and shader
16 - **dump** - print GLSL shader code to stdout at link time
17 - **log** - log all GLSL shaders to files. The filenames will be
29 - **errors** - GLSL compilation and link errors will be reported to
62 Notably, this captures linked GLSL shaders - with all stages together -
65 GLSL Version
68 The GLSL compiler currently supports version 3.30 of the shading
71 Several GLSL extensions are also supported:
128 Stand-alone GLSL Compiler
131 The stand-alone GLSL compiler program can be used to compile GLSL
138 - Debugging the GLSL compiler itself
155 - **--dump-builder** - dump GLSL IR code
159 - **--version** - [Mandatory] define the GLSL version to use
176 Developers working on the GLSL compiler should test frequently to avoid
179 The `Piglit <https://piglit.freedesktop.org/>`__ project has many GLSL
182 The Mesa demos repository also has some good GLSL tests.