i965/fs: Reference the core GL uniform storage for non-builtin uniforms.
authorEric Anholt <eric@anholt.net>
Wed, 21 Nov 2012 01:43:31 +0000 (17:43 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 28 Dec 2012 18:53:45 +0000 (10:53 -0800)
commitc0d1f508d6d471cf44329f43d8a79230ed8db0b6
tree03b4d4f8add8899c398770d7a16c4a2f0685d3ab
parentbd326623ef5f5ed51a843c33cc72007ff178de13
i965/fs: Reference the core GL uniform storage for non-builtin uniforms.

There's no reason to use an external copy if the relayout in the
external copy isn't serving us.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp