summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2015-06-12 16:09:05 +0200
committerIlia Mirkin <[email protected]>2015-06-15 14:31:00 -0400
commita2af42c1d2dc91f4c31e25ff9fff15a89a9b6ead (patch)
tree48c103ea921848e4cab7243100db414edc40da6e /src/gallium/drivers/nouveau/nvc0
parent932d1613d1e15ec22555e5ec09105c49eb850e36 (diff)
nvc0/ir: fix collection of first uses for texture barrier insertion
One of the places we have to insert texbars is in situations where the result of the tex gets overwritten by a different instruction (e.g. in a conditional statement). However in some situations it can actually appear as though the original tex itself is an overwriting instruction. This can naturally never really happen, so just ignore the tex instruction when it comes up. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90347 Signed-off-by: Ilia Mirkin <[email protected]> Cc: "10.5 10.6" <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0')
0 files changed, 0 insertions, 0 deletions