Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Hide many classes local to individual .cpp files in anon namespaces. | Eric Anholt | 2013-09-23 | 1 | -0/+4 |
* | glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places. | Kenneth Graunke | 2013-09-21 | 1 | -19/+1 |
* | glsl: Remove redundant writes to prog->LinkStatus | Paul Berry | 2013-07-30 | 1 | -1/+0 |
* | glsl: Be consistent about '\n', '.', and capitalization in errors/warnings. | Paul Berry | 2013-07-27 | 1 | -1/+1 |
* | glsl: fix uninitialised variable from constructor | Dave Airlie | 2012-12-01 | 1 | -0/+1 |
* | glsl: Remove ir_call::get_callee() and set_callee(). | Kenneth Graunke | 2012-04-02 | 1 | -1/+1 |
* | glsl: Silence several "warning: unused parameter" | Ian Romanick | 2011-09-09 | 1 | -0/+4 |
* | linker: Make linker_{error,warning} generally available | Ian Romanick | 2011-08-02 | 1 | -0/+1 |
* | linker: Make linker_error set LinkStatus to false | Ian Romanick | 2011-08-02 | 1 | -3/+1 |
* | glsl: Reject shaders that contain static recursion | Ian Romanick | 2011-07-20 | 1 | -0/+371 |