[Mesa-dev] merging glapi-reorg branch

2010-10-26 Thread Chia-I Wu
Hi all, I've pushed a new branch, glapi-reorg http://cgit.freedesktop.org/mesa/mesa/log/?h=glapi-reorg to reorganize glapi headers. It turns out that glapidispatch.h and glapioffsets.h are core mesa headers. The branch drops the use of both headers in glapi and glx (which is considered an ex

[Mesa-dev] [Bug 31143] [i915 i965 bisected] glean depthStencil regressed

2010-10-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31143 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 31143] [i915 i965 bisected] glean depthStencil regressed

2010-10-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31143 Vinson Lee changed: What|Removed |Added CC||v...@vmware.com --- Comment #1 from Vinson

[Mesa-dev] [Bug 31143] New: [i915 i965 bisected] glean depthStencil regressed

2010-10-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31143 Summary: [i915 i965 bisected] glean depthStencil regressed Product: Mesa Version: unspecified Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Pri

Re: [Mesa-dev] [PATCH] Fix usage of Python in Makefiles

2010-10-26 Thread Matthew William Cox
Hello, Firstly, Kenneth Graunke's patch fixes the autoconf issue and supercedes this patch, so we should focus the review on that patch. On Tue, Oct 26, 2010 at 06:23:00AM -0700, Dan Nicholson wrote: > However, removing the second -O from PYTHON_FLAGS is really a separate > change. Can you expla

Re: [Mesa-dev] OSMesa VTK Test Segfault

2010-10-26 Thread Kevin H. Hobbs
On 10/26/2010 11:34 AM, Brian Paul wrote: > Hmmm, can you try using an older version from git and see if it's a > regression? The problem exists in git tags: mesa-7.9 mesa-7.8.2 mesa-7.8.1 mesa-7.8 mesa_7_7_1 mesa_7_6 mesa_7_5 and that's as far back as I can go with the same mesa and VTK confi

Re: [Mesa-dev] OSMesa VTK Test Segfault

2010-10-26 Thread Brian Paul
On 10/25/2010 12:26 PM, Kevin H. Hobbs wrote: I build VTK from git with Mesa from git every night. mesa is built with : ./autogen.sh \ --prefix=/home/kevin/mesa_osmesa/ \ --with-driver=osmesa \ --disable-gallium VTK is linked to OSMesa only and no other GL. VTK's Charts-TestMultipleS

[Mesa-dev] [Bug 31128] Memory leak on multiple OSMesaMakeCurrent calls

2010-10-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31128 --- Comment #1 from Brian Paul 2010-10-26 08:29:49 PDT --- Created an attachment (id=39788) View: https://bugs.freedesktop.org/attachment.cgi?id=39788 Review: https://bugs.freedesktop.org/review?bug=31128&attachment=39788 patch to avoid recrea

Re: [Mesa-dev] [PATCH] Fix usage of Python in Makefiles

2010-10-26 Thread Dan Nicholson
On Mon, Oct 25, 2010 at 12:10 PM, Matthew William Cox wrote: > Hello list, > > There are still some places in the build system which directly call > python. This is an issue now that python3 has started to become the > default version, this is true on at least Arch Linux. The attached patch > fixe

[Mesa-dev] [Bug 31128] New: Memory leak on multiple OSMesaMakeCurrent calls

2010-10-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31128 Summary: Memory leak on multiple OSMesaMakeCurrent calls Product: Mesa Version: 7.8 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 31104] Savage 2 characters severely distorted!

2010-10-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31104 Michel Dänzer changed: What|Removed |Added Component|Drivers/X11 |Drivers/DRI/i965 AssignedTo|mesa