[Mesa-dev] [PATCH] configure: fix wrong variable name GLESv1_CM_LIB_DEPS

2010-07-29 Thread Li Peng
GLESv1_CM_LIB_DEPS is defined in "configs/autoconf.in", here we should use "GLESv1_LIB_DEPS" and set it in AC_SUBST Signed-off-by: Li Peng --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 9619597..29b4284 100644 --- a/co

[Mesa-dev] [Bug 29242] [regression] Tiny and Big segfaults on launch

2010-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29242 Sven Arvidsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 29304] celestia segfaults on start in glXWaitX with current mesa from git

2010-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29304 Kristian Høgsberg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 29302] indirect context creation segfaults

2010-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29302 Kristian Høgsberg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 29304] New: celestia segfaults on start in glXWaitX with current mesa from git

2010-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29304 Summary: celestia segfaults on start in glXWaitX with current mesa from git Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severit

[Mesa-dev] [Bug 29302] New: indirect context creation segfaults

2010-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29302 Summary: indirect context creation segfaults Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medi

Re: [Mesa-dev] [PATCH] dri2GetGlxDrawableFromXDrawableId may return NULL

2010-07-29 Thread Kristian Høgsberg
On Wed, Jul 28, 2010 at 3:46 AM, Niels Ole Salscheider wrote: > Hello, > > I have written a small patch that fixes a crash in KWin (see > attachment). > > Since dri2GetGlxDrawableFromXDrawableId may return NULL we > should only dereference the returned pointer if it is not NULL. It shouldn't retu

Re: [Mesa-dev] [PATCH] check if glx_displays->dpy == dpy and update glx_display

2010-07-29 Thread Kristian Høgsberg
On Thu, Jul 29, 2010 at 12:58 PM, Niels Ole Salscheider wrote: > Hello, > > in src/glx/glxext.c line 146 following dpy should be removed from the > glx_displays list. But it does not handle the case when dpy is the first > item in glx_displays  or when glx_displays is empty. Argh, I hate deleting

[Mesa-dev] [PATCH] check if glx_displays->dpy == dpy and update glx_display

2010-07-29 Thread Niels Ole Salscheider
Hello, in src/glx/glxext.c line 146 following dpy should be removed from the glx_displays list. But it does not handle the case when dpy is the first item in glx_displays or when glx_displays is empty. This should be fixed by the attached patch. Signed-of-by: Niels Ole Salscheider Kind regards

Re: [Mesa-dev] TGSI thoughts

2010-07-29 Thread Brian Paul
On 07/28/2010 09:21 PM, Jakob Bornecrantz wrote: I wrote some patches to the documentation that extracted some information from this thread I'm hoping I got nothing wrong. Number two and four are the controversial patches. The first patch just reorders and organizes the Core ISA subsections and

[Mesa-dev] [Bug 29276] [regression] 0ad game no longer starts

2010-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29276 --- Comment #3 from Kristian Høgsberg 2010-07-29 07:07:58 PDT --- (In reply to comment #2) > Note: with current mesa git the problem appears only with r300g, not with > swrastg. I have a RV530. After starting the game (7732 release, with default

Re: [Mesa-dev] TGSI thoughts

2010-07-29 Thread Nicolas Kaiser
* Jakob Bornecrantz : > Comments please. ad patch 4: -These are the only instructions that can write to the address file. The are +These are the only instructions that can write to the address file. They are only available in vertex shaders and can only write and read from the X channel. Best