i965/curbe: Look at SYSTEM_VALUE_FRAG_COORD instead of VARYING_SLOT_POS
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 30 Jul 2019 23:07:08 +0000 (18:07 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Wed, 31 Jul 2019 00:21:09 +0000 (19:21 -0500)
commit9265e9d11aa20697d3d9871c2bd0b5402b135dbd
tree21f4eb8b5385fd0a042f916e98a2f2f2ec2e88f1
parent8fd2f2c276ccf3dec96365c7d76d5f4186a3d2ba
i965/curbe: Look at SYSTEM_VALUE_FRAG_COORD instead of VARYING_SLOT_POS

When transitioning gl_FragCoord over to a system value, we missed one
instance of VARYING_SLOT_POS in i965.  As of this commit, i965 has no
references to VARYING_SLOT_POS.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111263
Fixes: 4bb6e6817ec "intel: Use a system value for gl_FragCoord"
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_curbe.c