[Mesa-dev] Default CC list of mesa driver bug

2012-09-02 Thread Fabio Pedretti
I noticed that mesa bug report got CCed to mesa-dev list, while driver mesa bug went to dri-devel. Is this intended, why don't use mesa-dev for all mesa related bug instead and use dri-devel for libdrm/kernel modules only? ___ mesa-dev mailing list mesa

[Mesa-dev] [Bug 52347] mklib: Error: no object files specified for d3d1x state tracker

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52347 --- Comment #2 from Phr33d0m 2012-09-03 05:14:41 UTC --- Created attachment 66525 --> https://bugs.freedesktop.org/attachment.cgi?id=66525 mesa-9_pre20120831.log.gz (full build log) -- Configure bugmail: https://bugs.freedesktop.org/userprefs

[Mesa-dev] [Bug 52347] mklib: Error: no object files specified for d3d1x state tracker

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52347 --- Comment #1 from Phr33d0m 2012-09-03 05:13:49 UTC --- Hello, I'm hitting this same issue on mesa-9_pre20120831. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Y

[Mesa-dev] [Bug 52347] mklib: Error: no object files specified for d3d1x state tracker

2012-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52347 Phr33d0m changed: What|Removed |Added CC||g...@politeia.in -- Configure bugmail: https

[Mesa-dev] [RFC] primus: PoC client-side GPU offloading

2012-09-02 Thread Alexander Monakov
Greetings, Mesa hackers, I've hacked together a small (~500 sloc) preloadable library that implements OpenGL offloading by means of GLX forking, similar to VirtualGL. The basic idea is to track contexts and drawables and create shadow contexts and pbuffers on the secondary X server, redirecting al

[Mesa-dev] [PATCH] util: Add cpuid for Solaris Studio.

2012-09-02 Thread Vinson Lee
Signed-off-by: Vinson Lee --- src/gallium/auxiliary/util/u_cpu_detect.c |4 ++-- src/gallium/include/pipe/p_config.h |4 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/util/u_cpu_detect.c b/src/gallium/auxiliary/util/u_cpu_detect.c index e