[Bug 64913] [r600g] KSP 0.20 crashes when entering settings / starting new game.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 9 13:08:29 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=64913

--- Comment #3 from Krzysztof A. Sobiecki <sobkas at gmail.com> ---
Created attachment 80585
  --> https://bugs.freedesktop.org/attachment.cgi?id=80585&action=edit
Way to big patch to "fix" this small problem

I was too lazy to fix all pipe_sampler_view_reference so in the meantime I
introduced pipe_sampler_view_reference_old.
It's not a fix.

/**
 * Similar to pipe_sampler_view_reference() but always set the pointer to
 * NULL and pass in an explicit context.  Passing an explicit context is a
 * work-around for fixing a dangling context pointer problem when textures
 * are shared by multiple contexts.  XXX fix this someday.
 */
static INLINE void
pipe_sampler_view_release

It does the same thing and I think It might have a same problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130609/dd3c8963/attachment.html>


More information about the dri-devel mailing list