aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_dead_builtin_varyings.cpp
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use gl_shader::Stage instead of gl_shader::Type where possible.Paul Berry2014-01-081-2/+2
* glsl: move variables in to ir_variable::data, part IITapani Pälli2013-12-121-8/+8
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-3/+3
* glsl: fix crash introduced by the previous commitMarek Olšák2013-10-301-1/+1
* glsl: break the gl_FragData array into separate gl_FragData[i] variablesMarek Olšák2013-10-291-33/+134
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+2
* glsl: remove struct keyword from ir_variable declarationsBrian Paul2013-09-091-4/+4
* glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACEMarek Olšák2013-08-181-8/+19
* glsl: Ensure snprintf is defined on MSVC builds.José Fonseca2013-07-031-0/+1
* glsl/linker: eliminate unused and set-but-unused built-in varyingsMarek Olšák2013-07-021-0/+476