[Mesa-dev] [PATCH Resend] mesa: Optionally build a dricore support library.

2010-12-20 Thread Christopher James Halse Rogers
This an adds --enable-shared-dricore option to configure. When enabled, DRI modules will link against a shared copy of the common mesa routines rather than statically linking these. This saves about 30MB on disc with a full complement of classic DRI drivers. --- Resending as it seems to have bee

Re: [Mesa-dev] XvMC gets iDCT support (at least on R600)

2010-12-20 Thread Andy Furniss
Andy Furniss wrote: Christian König wrote: A fix is checked in, so please try again. Working now without debug. With current git this is crashing again for me on quit. Also seeing extra artifacts on the Pendulum.mpg. *** glibc detected *** /home/andy/Src/Mplayer-svn/mplayer/mplayer: corr

[Mesa-dev] Patch: check for updated version of libdrm

2010-12-20 Thread Adenilson Cavalcanti
Friends Trying to compile mesa this weekend failed at one of the Intel drivers (IIRC, a missing enumeration was to blame). Compiling and installing libdrm from git repository solved the issue, but I believe that the autotools buildsystem should check for the correct version at configure time (

[Mesa-dev] [Bug 32528] X server crashes in VMware guest when KDE started with kwin "OpenGLIsUnsafe=false"

2010-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32528 --- Comment #2 from Hugh Daschbach 2010-12-20 08:28:27 PST --- One more thing. This is Arch Linux running Mesa built from the 7.9 git tree at dc4956922dfbec2fb2f60539be97760022bd4613. I tried backporting to the 7.9 tar file and had similar res

[Mesa-dev] [Bug 32528] X server crashes in VMware guest when KDE started with kwin "OpenGLIsUnsafe=false"

2010-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32528 --- Comment #1 from Hugh Daschbach 2010-12-20 08:25:25 PST --- Before finding that it's common to simply disable OpenGL in .kde4/share/config/kwinrc: OpenGLIsUnsafe=true I poked around the crash a bit. I believe the crash happens when swr

[Mesa-dev] [Bug 32528] New: X server crashes in VMware guest when KDE started with kwin "OpenGLIsUnsafe=false"

2010-12-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32528 Summary: X server crashes in VMware guest when KDE started with kwin "OpenGLIsUnsafe=false" Product: Mesa Version: 7.9 Platform: x86-64 (AMD64) OS/Version: Linux (All)

Re: [Mesa-dev] [PATCH] gallium: remove unused 'buf' parameter in pipe_buffer_unmap

2010-12-20 Thread Keith Whitwell
Looks good, Marek. Keith On Sun, 2010-12-19 at 04:02 -0800, Marek Olšák wrote: > --- > src/gallium/auxiliary/util/u_index_modify.c | 12 ++-- > src/gallium/auxiliary/util/u_inlines.h |3 +-- > src/gallium/auxiliary/util/u_upload_mgr.c|4 ++-- > src/galliu