[Mesa3d-dev] [Bug 22811] ut2004-demo segfaults at level load

2009-08-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22811 Andre Maasikas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa3d-dev] [PATCH 2/3] gallium: do not rely on the automatic values of an enum for bitmask purposes

2009-08-16 Thread Zack Rusin
On Sunday 16 August 2009 18:00:05 Maarten Maathuis wrote: > Any special value on calling it an enum (debugging maybe?) instead of > a few defines? Yea, debugging is one of the main reasons. Others are the extra type-safety they give us and the clarity of what values go where. We've been trying to

Re: [Mesa3d-dev] [PATCH 2/3] gallium: do not rely on the automatic values of an enum for bitmask purposes

2009-08-16 Thread Maarten Maathuis
Any special value on calling it an enum (debugging maybe?) instead of a few defines? Maarten. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration

Re: [Mesa3d-dev] [PATCH 2/3] gallium: do not rely on the automatic values of an enum for bitmask purposes

2009-08-16 Thread Zack Rusin
On Sunday 16 August 2009 17:22:37 Maarten Maathuis wrote: > On Sun, Aug 16, 2009 at 9:03 PM, Zack Rusin wrote: > > On Saturday 15 August 2009 22:26:32 Maarten Maathuis wrote: > >> - PIPE_TRANSFER_READ ended up being defined as 0, which is obviously > >> fail. > > > > I'm not sure I understand, what

Re: [Mesa3d-dev] [PATCH 2/3] gallium: do not rely on the automatic values of an enum for bitmask purposes

2009-08-16 Thread Maarten Maathuis
On Sun, Aug 16, 2009 at 9:03 PM, Zack Rusin wrote: > On Saturday 15 August 2009 22:26:32 Maarten Maathuis wrote: >> - PIPE_TRANSFER_READ ended up being defined as 0, which is obviously fail. > > I'm not sure I understand, what's wrong with that? > Often when you see READ, WRITE and READWRITE you e

Re: [Mesa3d-dev] OpenVG-1.1 support disabled

2009-08-16 Thread Zack Rusin
On Sunday 16 August 2009 07:18:13 Andreas Pokorny wrote: > Hi there, > I saw that the openvg state tracker already implements version 1.1 The > code is only deactivated by the OpenVG main API header provided in the > master branch. Is there anything missing in the implementation? Yes, the code re

Re: [Mesa3d-dev] [PATCH 2/3] gallium: do not rely on the automatic values of an enum for bitmask purposes

2009-08-16 Thread Zack Rusin
On Saturday 15 August 2009 22:26:32 Maarten Maathuis wrote: > - PIPE_TRANSFER_READ ended up being defined as 0, which is obviously fail. I'm not sure I understand, what's wrong with that? -- Let Crystal Reports handle the

[Mesa3d-dev] OpenVG-1.1 support disabled

2009-08-16 Thread Andreas Pokorny
Hi there, I saw that the openvg state tracker already implements version 1.1 The code is only deactivated by the OpenVG main API header provided in the master branch. Is there anything missing in the implementation? kind regards Andreas Pokorny ---