OSDN Git Service

i965: Remove the INTEL_OLD_VS option.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 17 Jan 2012 12:49:04 +0000 (04:49 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 18 Jan 2012 08:45:00 +0000 (00:45 -0800)
commitbdedd03b701781c8b71e162f7eb834e6a11105de
tree4625276973ea298e06640bb2536b6644355fc34a
parentd56ad273c0ff37d790c614b2d3f04c1249b47307
i965: Remove the INTEL_OLD_VS option.

Now that we no longer generate Mesa IR from GLSL IR, it's impossible to
use the old vertex shader backend for GLSL programs.  There's simply no
Mesa IR to codegen from.

Any attempt to do so would result in immediate GPU hangs, presumably due
to the driver uploading an empty program with no EOT message.

NOTE: This is a candidate for the 8.0 branch.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_vs.c