Lines Matching refs:glsl
76 [glsl] SIGSEGV glcpp/glcpp-parse.y:833
78 [glsl] division by zero crashes GLSL compiler
87 -[glsl] ast_to_hir.cpp:3016: virtual ir_rvalue\*
100 [glsl] GLSL preprocessor modulus by zero crash
102 [glsl] GLSL compiler modulus by zero crash
153 - glsl: add ir_shader case in switch stmt to silence warning
164 - glsl: At link-time, check that globals have matching centroid
167 - glsl: Fix parser rule for type_specifier
168 - glsl: Change default value of ast_type_specifier::precision
169 - glsl: Add semantic checks for precision qualifiers
170 - glsl: Add support for default precision statements
171 - glsl: Remove redundant semantic check in parser
172 - glsl: Fix semantic checks on precision qualifiers
173 - glsl: Fix segfault due to missing printf argument
174 - glsl: Mark 'in' variables at global scope as read-only
176 - glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
177 - glsl: Reinstate constant-folding for division by zero
210 - glsl: Fix the lowering of variable array indexing to not lose
223 - glsl: Support the 'invariant(all)' pragma
225 - glsl: Add version_string containing properly formatted GLSL version
226 - glsl & glcpp: Refresh autogenerated lexer and parser files.
227 - glsl: Disallow 'in' and 'out' on globals in GLSL 1.20
228 - glsl: Track variable usage, use that to enforce semantics
229 - glsl: Allow 'in' and 'out' when 'layout' is also available
234 - glsl: Refresh autogenerated lexer and parser files.
235 - glsl: Don't assert when the value returned by a function has no
252 - glsl: Ensure that all GLSL versions are supported in the stand-alone
254 - glsl: Reject shader versions not supported by the implementation
257 - glsl: Finish out the reduce/reduce error fixes
258 - glsl: Regenerate compiler files from cherry picks
281 - glsl: Eliminate reduce/reduce conflicts in glsl grammar
285 - glsl: Expose a public glsl_type::void_type const pointer.
286 - glsl: Don't bother unsetting a destructor that was never set.
287 - glsl, i965: Remove unnecessary talloc includes.
295 - glsl: Fix use of uninitialized values in \_mesa_glsl_parse_state
297 - glsl: Use reralloc instead of plain realloc.
311 - docs: add glsl info