summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-11-28 00:48:57 -0800
committerEric Anholt <[email protected]>2014-01-17 12:58:37 -0800
commit26a3bf5c726199d7664d5878ef1f73592e55caa7 (patch)
tree866d451e766d88368d1a411bd088a7587fa96be5 /src/gallium/targets
parent877128505431adaf817dc8069172ebe4a1cdf5d8 (diff)
i965: Stop doing our optimization on a copy of the GLSL IR.
The original intent was that we'd keep a driver-private copy, and there would be the normal copy for swrast to make use of without the tuning (or anything more invasive we might do) specific to i965. Only, we don't generate swrast code any more, because swrast can't render current shaders anyway. Thus, our private copy is rather a waste, and we can just do our backend-specific operations on the linked shader. Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/gallium/targets')
0 files changed, 0 insertions, 0 deletions