OSDN Git Service

i965/vs: Reference the core GL uniform storage for non-builtin uniforms.
authorEric Anholt <eric@anholt.net>
Wed, 21 Nov 2012 03:18:45 +0000 (19:18 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 28 Dec 2012 18:53:48 +0000 (10:53 -0800)
commitaa6e35e80dddfe1011e845da6325d276263e2242
tree18b01de8aafd7d6660b4cb937127ea7b10b2b358
parentc0d1f508d6d471cf44329f43d8a79230ed8db0b6
i965/vs: Reference the core GL uniform storage for non-builtin uniforms.

Like in the FS, there's no reason to use an external copy if the
ParameterValues[] relayout of it isn't the layout we need.

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