Lines Matching refs:glsl
69 [glsl] Assertion failure when implicitly converting out parameters
152 - glsl: Add method glsl_type::can_implicitly_convert_to()
153 - glsl: Fix implicit conversions in non-constructor function calls
154 - glsl: Remove ir_function.cpp:type_compare()
155 - glsl: Fix conversions in array constructors
160 - glsl: empty declarations should be valid
188 - glsl: Allow ir_assignment() constructor to not specify condition.
189 - glsl: Clarify error message about whole-array assignment in GLSL
191 - glsl: When assigning to a whole array, mark the array as accessed.
192 - glsl: When assiging from a whole array, mark it as used.
198 - glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.
254 - glsl: Avoid massive ralloc_strndup overhead in S-Expression parsing.
330 - glsl: Lower unconditional return statements.
331 - glsl: Refactor logic for determining whether to lower return
333 - glsl: lower unconditional returns and continues in loops.
334 - glsl: Use foreach_list in lower_jumps.cpp
335 - glsl: In lower_jumps.cpp, lower both branches of a conditional.
336 - glsl: Lower break instructions when necessary at the end of a loop.
337 - glsl: improve the accuracy of the radians() builtin function
338 - glsl: improve the accuracy of the atan(x,y) builtin function.
339 - Revert "glsl: Skip processing the first function's body in
341 - glsl: Emit function signatures at toplevel, even for built-ins.
342 - glsl: Constant-fold built-in functions before outputting IR
343 - glsl: Check array size is const before asserting that no IR was
345 - glsl: Perform implicit type conversions on function call out
347 - glsl: Fix type error when lowering integer divisions
348 - glsl: Rework oversize array check for gl_TexCoord.
349 - glsl: Remove field array_lvalue from ir_variable.
350 - glsl hierarchical visitor: Do not overwrite base_ir for parameter
352 - glsl: improve the accuracy of the asin() builtin function.