Re: [Mesa3d-dev] Mesa (gallium-sw-api): drm/sw: Wip drm winsys

2010-02-15 Thread Keith Whitwell
On Mon, Feb 15, 2010 at 2:11 AM, Jakob Bornecrantz wrote: > Module: Mesa > Branch: gallium-sw-api > Commit: 6ad834b39d6c2ae9ead2e2b00908ad2fa6914897 > URL:     > http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ad834b39d6c2ae9ead2e2b00908ad2fa6914897 > > Author: Jakob Bornecrantz > Date:   Mon F

[Mesa3d-dev] [Bug 26574] New: Nouveau Gallium 3D driver fails to be built during building of Mesa from git.

2010-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26574 Summary: Nouveau Gallium 3D driver fails to be built during building of Mesa from git. Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) St

[Mesa3d-dev] [Bug 26574] Nouveau Gallium 3D driver fails to be built during building of Mesa from git.

2010-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26574 --- Comment #1 from Panos 2010-02-15 02:42:30 PST --- Created an attachment (id=33309) --> (http://bugs.freedesktop.org/attachment.cgi?id=33309) The PKGBUILD used to build mesa-git (like .spec on Fedora) -- Configure bugmail: http://bugs.

[Mesa3d-dev] [Bug 26574] Nouveau Gallium 3D driver fails to be built during building of Mesa from git.

2010-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26574 Xavier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 26574] Nouveau Gallium 3D driver fails to be built during building of Mesa from git.

2010-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26574 Panos changed: What|Removed |Added Attachment #33309|application/octet-stream|text/plain mime type|

[Mesa3d-dev] [Bug 26574] Nouveau Gallium 3D driver fails to be built during building of Mesa from git.

2010-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26574 Panos changed: What|Removed |Added CC||panosfi...@gmail.com --- Comment #3 from Pano

[Mesa3d-dev] [PATCH] st/xorg: Encapsulate all customizable stuff in a separate class.

2010-02-15 Thread Thomas Hellstrom
This avoids exposing the ms driver structure to the winsys, and nicely encapsulates driver customizable stuff. In the future more things might be customizable by the winsys, like throttling, 3D readback etc. Signed-off-by: Thomas Hellstrom --- src/gallium/state_trackers/xorg/xorg_driver.c |

[Mesa3d-dev] [Bug 26574] Nouveau Gallium 3D driver fails to be built during building of Mesa from git.

2010-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26574 --- Comment #4 from Xavier 2010-02-15 06:29:46 PST --- (In reply to comment #3) > 1)Should I abandon trying to build mesa with G3D Nouveau support since the > devs > don't want bugreporting right now ? Yes. > 2)Should I make a bugreport fo

Re: [Mesa3d-dev] Mesa (gallium-sw-api): drm/sw: Wip drm winsys

2010-02-15 Thread José Fonseca
On Mon, 2010-02-15 at 01:46 -0800, Keith Whitwell wrote: > On Mon, Feb 15, 2010 at 2:11 AM, Jakob Bornecrantz > wrote: > > Module: Mesa > > Branch: gallium-sw-api > > Commit: 6ad834b39d6c2ae9ead2e2b00908ad2fa6914897 > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ad834b39d6c2ae9

Re: [Mesa3d-dev] Mesa (master): util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats .

2010-02-15 Thread michal
Roland Scheidegger wrote on 2010-02-12 20:55: > On 12.02.2010 20:20, Corbin Simpson wrote: > >> On Fri, Feb 12, 2010 at 10:49 AM, Brian Paul wrote: >> >>> Roland Scheidegger wrote: >>> On 12.02.2010 19:00, Keith Whitwell wrote: > On Fri, 2010-02-12 at 09:56 -0

[Mesa3d-dev] [Bug 24093] can't render stuff using webgl on intel

2010-02-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24093 --- Comment #8 from Thomas Jones 2010-02-15 11:23:06 PST --- The issue literally seems to be that asking for a pbuffer means you get no fbconfigs at all... essentialy pbuffers just don't work. -- Configure bugmail: http://bugs.freedesktop

[Mesa3d-dev] [PATCH] mesa: Thread-safety and malloc checking in hashes

2010-02-15 Thread Mike Stroyan
While reading through Kristian's EGLImage patches I came across some questionable old code in the _mesa_HashLookup and _mesa_HashInsert functions. The _mesa_HashLookup does a linked list chase down a collision chain without holding a mutex. The _mesa_HashInsert does a MALLOC_STRUCT without chec