Re: [Mesa3d-dev] Mesa (master): mesa: add support for ATI_envmap_bumpmap

2009-03-13 Thread Roland Scheidegger
On 13.03.2009 21:31, Ian Romanick wrote: > Ian Romanick wrote: >> Roland Scheidegger wrote: >>> Module: Mesa >>> Branch: master >>> Commit: 114152e068ec919feb0a57a1259c2ada970b9f02 >>> URL: >>> http://cgit.freedesktop.org/mesa/mesa/commit/?id=114152e068ec919feb0a57a1259c2ada970b9f02 >>> Author:

Re: [Mesa3d-dev] Mesa (master): mesa: add support for ATI_envmap_bumpmap

2009-03-13 Thread Chris Rankin
Hmm... Is that so? $ strings /opt/wine/World\ of\ Warcraft/WoW.exe | grep ATI_env GL_ATI_envmap_bumpmap I'm not going to complain. Cheers, Chris --- On Fri, 13/3/09, Ian Romanick wrote: > May I ask why? I thought we were trying to remove old crap > that no applications use. -

Re: [Mesa3d-dev] Mesa (master): mesa: add support for ATI_envmap_bumpmap

2009-03-13 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian Romanick wrote: > Roland Scheidegger wrote: >> Module: Mesa >> Branch: master >> Commit: 114152e068ec919feb0a57a1259c2ada970b9f02 >> URL: >> http://cgit.freedesktop.org/mesa/mesa/commit/?id=114152e068ec919feb0a57a1259c2ada970b9f02 > >> Author:

Re: [Mesa3d-dev] [PATCH] gallium: Add simple atomic class api.

2009-03-13 Thread tom fogal
thellst...@vmware.com writes: [snip] > +#if (defined(PIPE_CC_GCC) && defined(__i386__)) ^ This is basically an #ifdef (__GNUC__), I'm guessing? > +struct pipe_atomic { > + int32_t count; > +}; [snip] > +static INLINE int32_t > +p_atomic_cmpxchg(struct pipe_atomic *v, i

[Mesa3d-dev] [PATCH] gallium: Use struct pipe_atomic for pipe refcounts.

2009-03-13 Thread thellstrom
From: Thomas Hellstrom Signed-off-by: Thomas Hellstrom --- src/gallium/auxiliary/pipebuffer/pb_buffer.h |8 .../auxiliary/pipebuffer/pb_buffer_fenced.c| 12 src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c |6 +++--- src/gallium/auxiliary/pipebuff

[Mesa3d-dev] [PATCH] gallium: Add simple atomic class api.

2009-03-13 Thread thellstrom
From: Thomas Hellstrom Note that the fallback implementation should really not be used. See comments in src/gallium/include/pipe/p_atomic.h Signed-off-by: Thomas Hellstrom --- src/gallium/include/pipe/p_atomic.h | 147 +++ 1 files changed, 147 insertions(+), 0

[Mesa3d-dev] cleaning up flags in pipe_rasterizer state

2009-03-13 Thread Keith Whitwell
The rasterizer state object has accumulated a bewildering variety of flags to select minor variations in vertex processing and rendering behaviour. I'm currently looking at consolidating this down to a hopefully much smaller set. Right now the things I'm looking at are: Combine: - bypass_vs