summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_function_detect_recursion.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-5/+3
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+4
* glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.Kenneth Graunke2013-09-211-19/+1
* glsl: Remove redundant writes to prog->LinkStatusPaul Berry2013-07-301-1/+0
* glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.Paul Berry2013-07-271-1/+1
* glsl: fix uninitialised variable from constructorDave Airlie2012-12-011-0/+1
* glsl: Remove ir_call::get_callee() and set_callee().Kenneth Graunke2012-04-021-1/+1
* glsl: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+4
* linker: Make linker_{error,warning} generally availableIan Romanick2011-08-021-0/+1
* linker: Make linker_error set LinkStatus to falseIan Romanick2011-08-021-3/+1
* glsl: Reject shaders that contain static recursionIan Romanick2011-07-201-0/+371