Revert "i915: don't validate PS program when falling back to software"

This reverts commit e7044d552c.  It
prevented the driver from ever recovering from a software fallback due
to a program error.  The original bug it claimed to fix doesn't appear to
exist post-revert.
This commit is contained in:
Eric Anholt 2009-07-29 22:46:14 -07:00
parent 4ff816751f
commit d6fbf87575

View file

@ -54,8 +54,7 @@ i915_render_prevalidate(struct intel_context *intel)
{
struct i915_context *i915 = i915_context(&intel->ctx);
if (!intel->Fallback)
i915ValidateFragmentProgram(i915);
i915ValidateFragmentProgram(i915);
}
static void