summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_offset_array.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Standardize names and fix typosAndres Gomez2014-10-241-5/+5
| | | | Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* glsl: Use ir_var_temporary for compiler generated temporariesIan Romanick2014-09-301-1/+2
| | | | | | | | | | These few places were using ir_var_auto for seemingly no reason. The names were not added to the symbol table. No change Valgrind massif results for a trimmed apitrace of dota2. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
* glsl/i965: move lower_offset_array up to GLSL compiler level.Dave Airlie2014-02-251-0/+90
This lowering pass will be useful for gallium drivers as well, in order to support the GL TG4 oddity that is textureGatherOffsets. Reviewed-by: Chris Forbes <chrisf@ijw.co.nz> Signed-off-by: Dave Airlie <airlied@redhat.com>