[Mesa-dev] [Bug 53318] [softpipe] sp_state_shader.c:194:softpipe_delete_fs_state: Assertion `var != softpipe->fs_variant' failed.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Aug 12 17:11:32 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=53318
Vinson Lee <vlee at freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Vinson Lee <vlee at freedesktop.org> 2012-08-13 00:11:32 UTC ---
commit 16c702ef3b9cff320c2adbfa853e00088adbf689
Author: Brian Paul <brianp at vmware.com>
Date: Fri Aug 10 12:16:10 2012 -0600
softpipe: fix softpipe_delete_fs_state() failed assertion
The var!=softpipe->fs_variant assertion was failing because we weren't
nulling the softpipe->fs_variant pointer when binding a new shader.
Since softpipe->fs_variant depends on the current fs, it's of no use
when a new FS is bound.
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=53318
Note: This is a candidate for the 8.0 branch.
Reviewed-by: José Fonseca <jfonseca at vmware.com>
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list