summaryrefslogtreecommitdiff
path: root/src/glsl/opt_dead_builtin_varyings.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-30glsl: fix crash introduced by the previous commitMarek Olšák1-1/+1
2013-10-29glsl: break the gl_FragData array into separate gl_FragData[i] variablesMarek Olšák1-33/+134
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+2
2013-09-09glsl: remove struct keyword from ir_variable declarationsBrian Paul1-4/+4
2013-08-18glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACEMarek Olšák1-8/+19
2013-07-03glsl: Ensure snprintf is defined on MSVC builds.José Fonseca1-0/+1
2013-07-02glsl/linker: eliminate unused and set-but-unused built-in varyingsMarek Olšák1-0/+476