From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 64913] [r600g] KSP 0.20 crashes when entering settings /
starting new game.
Date: Sun, 09 Jun 2013 20:08:29 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1360377917=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 44D5EE5C77
for ;
Sun, 9 Jun 2013 13:08:29 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1360377917==
Content-Type: multipart/alternative; boundary="1370808509.1cd4a41.12578"; charset="us-ascii"
--1370808509.1cd4a41.12578
Date: Sun, 9 Jun 2013 20:08:29 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=64913
--- Comment #3 from Krzysztof A. Sobiecki ---
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.
--1370808509.1cd4a41.12578
Date: Sun, 9 Jun 2013 20:08:29 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 3
on bug 64913
from Krzysztof A. Sobiecki
Created attachment 80585 [details]
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.
--1370808509.1cd4a41.12578--
--===============1360377917==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1360377917==--