mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
4ff816751f
commit
d6fbf87575
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue