Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-03-23 Thread Michel Dänzer
Another issue starting qtdemo from Qt 4.5: qtdemo: radeon_lock.c:66: radeonGetLock: Assertion `drawable != ((void *)0)' failed. Program received signal SIGABRT, Aborted. 0x0ec9542c in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64

Re: [Mesa3d-dev] texture tiling, sw fallbacks and bufmgrs.

2009-03-23 Thread José Fonseca
On Sat, 2009-03-21 at 18:02 -0700, Dave Airlie wrote: Hi all, So I had to drop texture tiling when I did the radeon-rewrite but I'd like to bring them back. Now with traditional drivers, we have the mesa copy of the texture and the card copy, and we usually texture from VRAM only, so we

Re: [Mesa3d-dev] texture tiling, sw fallbacks and bufmgrs.

2009-03-23 Thread Keith Whitwell
On Sat, 2009-03-21 at 18:02 -0700, Dave Airlie wrote: Hi all, So I had to drop texture tiling when I did the radeon-rewrite but I'd like to bring them back. Now with traditional drivers, we have the mesa copy of the texture and the card copy, and we usually texture from VRAM only, so we

[Mesa3d-dev] [Bug 11877] [i965 texture_srgb] texture_srgb glGetTexImage failed for internalFormat GL_SRGB_EXT

2009-03-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11877 --- Comment #18 from Roland Scheidegger srol...@tungstengraphics.com 2009-03-23 06:58:46 PST --- (In reply to comment #17) Mesa:(mesa_7_4_branch)a8528a2e8653b5237c1d1d66fe98c6e031d007f9 should be fixed in mesa master however.

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-23 Thread Brian Paul
Alan Coopersmith wrote: tom fogal wrote: Brian Paul bri...@vmware.com writes: The first release candidate of Mesa 7.4 can be grabbed from http://www.mesa3d .org/beta/ 7.4 will be a stable release just fixing bugs since Mesa 7.3. Could: commit 7399d56ec6019e00297eef57f802a53698baa8ad

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-23 Thread Brian Paul
tom fogal wrote: Brian Paul bri...@vmware.com writes: The first release candidate of Mesa 7.4 can be grabbed from http://www.mesa3d .org/beta/ 7.4 will be a stable release just fixing bugs since Mesa 7.3. Could: commit 7399d56ec6019e00297eef57f802a53698baa8ad commit

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-23 Thread Dan Nicholson
On Mon, Mar 23, 2009 at 7:20 AM, Brian Paul bri...@vmware.com wrote: Alan Coopersmith wrote: I've also got some autoconfig improvements for Solaris I've had sitting here for a while and should finish getting ready to push, but I'll understand if it's a bit late for those. If you can get

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-23 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: tom fogal wrote: Brian Paul bri...@vmware.com writes: The first release candidate of Mesa 7.4 can be grabbed from http://www.mesa3d .org/beta/ 7.4 will be a stable release just fixing bugs since Mesa 7.3. Could: commit

[Mesa3d-dev] [Bug 11877] [i965 texture_srgb] texture_srgb glGetTexImage failed for internalFormat GL_SRGB_EXT

2009-03-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11877 --- Comment #19 from Ian Romanick i...@freedesktop.org 2009-03-23 12:53:55 PST --- (In reply to comment #18) (In reply to comment #17) Mesa:(mesa_7_4_branch)a8528a2e8653b5237c1d1d66fe98c6e031d007f9 should be fixed in mesa

[Mesa3d-dev] FBOs and texture formats

2009-03-23 Thread Dave Airlie
Hey, So I've been playing with radeon FBOs and have run into a problem with how to allow apps to get an FBOs that isn't swrast fallback :-) radeons can by default render to ARGB, ARGB, RGB565 mostly, now in this case when the app asks for a texture format of GL_RGBA,