[Mesa3d-dev] Depth camp beakage in Gallium

2009-09-09 Thread Jakob Bornecrantz
Hi Eric It looks like commit b4922b53 "mesa: Add support for ARB_depth_clamp." breaks gallium drivers, this is because you are calling init_c_cliprects from src/mesa/main/enable.c and in gallium math/m_xform.c is not included in the build so I get a undefine symbol to it. Just removing the cal

Re: [Mesa3d-dev] Depth camp beakage in Gallium

2009-09-09 Thread Brian Paul
Jakob Bornecrantz wrote: > Hi Eric > > It looks like commit b4922b53 "mesa: Add support for ARB_depth_clamp." > breaks gallium drivers, this is because you are calling init_c_cliprects > from src/mesa/main/enable.c and in gallium math/m_xform.c is not > included in the build so I get a undefine

Re: [Mesa3d-dev] Depth camp beakage in Gallium

2009-09-09 Thread Jakob Bornecrantz
On 9 sep 2009, at 16.43, Brian Paul wrote: > Jakob Bornecrantz wrote: >> Hi Eric >> >> It looks like commit b4922b53 "mesa: Add support for >> ARB_depth_clamp." >> breaks gallium drivers, this is because you are calling >> init_c_cliprects >> from src/mesa/main/enable.c and in gallium math/m_xf

Re: [Mesa3d-dev] [Mesa3d-users] wglMakeCurrent possible memory leak

2009-09-09 Thread Dimitar Kodjabachev
On Tue, Sep 8, 2009 at 8:31 PM, Karl Schultz wrote: > > > On Tue, Sep 8, 2009 at 11:19 AM, José Fonseca wrote: >> >> On Tue, 2009-09-08 at 09:20 -0700, Karl Schultz wrote: >> > >> > >> > On Tue, Sep 8, 2009 at 9:17 AM, Brian Paul wrote: >> >         Dimitar Kodjabachev wrote: >> >         > Hello

Re: [Mesa3d-dev] [Mesa3d-users] wglMakeCurrent possible memory leak

2009-09-09 Thread Karl Schultz
On Wed, Sep 9, 2009 at 10:03 AM, Dimitar Kodjabachev wrote: > On Tue, Sep 8, 2009 at 8:31 PM, Karl Schultz > wrote: > > > > > > On Tue, Sep 8, 2009 at 11:19 AM, José Fonseca > wrote: > >> > >> On Tue, 2009-09-08 at 09:20 -0700, Karl Schultz wrote: > >> > > >> > > >> > On Tue, Sep 8, 2009 at 9:17

Re: [Mesa3d-dev] [PATCH] adds a test using the opt ional lod bias in texture sampling.

2009-09-09 Thread Nicolai Hähnle
Am Tuesday 08 September 2009 23:51:19 schrieb Ian Romanick: > Brian Paul wrote: > > These new tests look fine, but maybe someone (Nicolai?) should set up > > a piglit mailing list. Plus a list for piglit git commits. > > Now that we're getting some piglit traffic, that's probably a good idea. I a

Re: [Mesa3d-dev] Depth camp beakage in Gallium

2009-09-09 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: > Jakob Bornecrantz wrote: >> Hi Eric >> >> It looks like commit b4922b53 "mesa: Add support for ARB_depth_clamp." >> breaks gallium drivers, this is because you are calling init_c_cliprects >> from src/mesa/main/enable.c and in gal

Re: [Mesa3d-dev] Depth camp beakage in Gallium

2009-09-09 Thread Jakob Bornecrantz
On 9 sep 2009, at 20.25, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Paul wrote: >> Jakob Bornecrantz wrote: >>> Hi Eric >>> >>> It looks like commit b4922b53 "mesa: Add support for >>> ARB_depth_clamp." >>> breaks gallium drivers, this is because you are calli

[Mesa3d-dev] [Bug 21235] Braid (in Wine) GLSL errors

2009-09-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21235 --- Comment #2 from Kaspar Bumke 2009-09-09 12:06:40 PST --- I am having problems running the Braid demo under Wine. I reported a wine bug here: http://bugs.winehq.org/show_bug.cgi?id=19790 After reporting the bug there I updated my Arch sy

[Mesa3d-dev] [Bug 21235] Braid (in Wine) GLSL errors

2009-09-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21235 --- Comment #3 from Sven Arvidsson 2009-09-09 12:33:35 PST --- The xf86-video-intel-git is not the 3D driver, so upgrading it wouldn't have any effect. Anyhow, the Braid demo seems to be broken in recent Wine releases, on the other hand, man

Re: [Mesa3d-dev] [Bug 21235] Braid (in Wine) GLSL errors

2009-09-09 Thread Kaspar Bumke
right, i meant mesa was updated to 7.5.2 braid seems to work under wine for non-intel graphics. On Wed, Sep 9, 2009 at 8:33 PM, wrote: > http://bugs.freedesktop.org/show_bug.cgi?id=21235 > > > > > > --- Comment #3 from Sven Arvidsson  2009-09-09 12:33:35 PST --- > The xf86-video-intel-git is no

Re: [Mesa3d-dev] [PATCH] gallium: Add HaikuOS platform

2009-09-09 Thread Brian Paul
2009/9/5 Artur Wyszynski : > Hey, attached patch adds support for HaikuOS > > Regards, Artur Wyszynski Committed. Thanks! -Brian -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simp

Re: [Mesa3d-dev] [PATCH-RFC] Primitive OpenGL ES support

2009-09-09 Thread Chia-I Wu
On Thu, Sep 03, 2009 at 02:27:42PM +0800, Chia-I Wu wrote: > I am still cleaning up the implementation. But I would like to know > your ideas about OpenGL ES support, and the path I take. Thanks. After some cleanups, I think it is more suitable to split the patch series into 2 parts 1. Make feat