summaryrefslogtreecommitdiff
path: root/src/glsl/ir_function_detect_recursion.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+4
2013-09-21glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.Kenneth Graunke1-19/+1
2013-07-30glsl: Remove redundant writes to prog->LinkStatusPaul Berry1-1/+0
2013-07-27glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.Paul Berry1-1/+1
2012-12-01glsl: fix uninitialised variable from constructorDave Airlie1-0/+1
2012-04-02glsl: Remove ir_call::get_callee() and set_callee().Kenneth Graunke1-1/+1
2011-09-09glsl: Silence several "warning: unused parameter"Ian Romanick1-0/+4
2011-08-02linker: Make linker_{error,warning} generally availableIan Romanick1-0/+1
2011-08-02linker: Make linker_error set LinkStatus to falseIan Romanick1-3/+1
2011-07-20glsl: Reject shaders that contain static recursionIan Romanick1-0/+371