Re: [Mesa-dev] [Intel-gfx] [PATCH 03/11] i965: copy in system routine, reserve extra scratch

2011-06-25 Thread Ben Widawsky
On Fri, Jun 24, 2011 at 05:37:11PM -0700, Eric Anholt wrote: > On Fri, 24 Jun 2011 12:42:48 -0700, Ben Widawsky wrote: > > The debugger shared memory needs to be a fixed size. Since this is > > scratch memory that is already used by register spilling, add > > appropriate hooks to do the right thin

[Mesa-dev] [Bug 38674] [Mesa, gbm, Bisected] Compile error in git master

2011-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38674 Johannes Obermayr changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 38674] [Mesa, gbm, Bisected] Compile error in git master

2011-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38674 --- Comment #2 from Chia-I Wu 2011-06-25 15:45:18 PDT --- It seems to work fine on Debian (both x86 and x86-64). But I've committed 56ec8e17 attempting to fix this issue. Could you try again? -- Configure bugmail: https://bugs.freedesktop.org

[Mesa-dev] [Bug 38676] New: glproto pkg-config settings not propagated to src/glx/Makefile

2011-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38676 Summary: glproto pkg-config settings not propagated to src/glx/Makefile Product: Mesa Version: 7.10 Platform: All OS/Version: All Status: NEW Severity: no

[Mesa-dev] [Bug 38674] [Mesa, gbm, Bisected] Compile error in git master

2011-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38674 Johannes Obermayr changed: What|Removed |Added CC||olva...@gmail.com --- Comment #1 fro

[Mesa-dev] [Bug 38674] New: [Mesa, gbm, Bisected] Compile error in git master

2011-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38674 Summary: [Mesa, gbm, Bisected] Compile error in git master Product: Mesa Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: blocker Priority:

Re: [Mesa-dev] [RFC, PATCH] Fix 24bpp software rendering

2011-06-25 Thread Brian Paul
On Sat, Jun 25, 2011 at 4:41 AM, Marc Pignat wrote: > Hi Brian > > Please revert, this code does not work any more on 32bpp. OK, reverted. > It seems that I haven't understood what the depthBits field is... > > My goal is to make it work on x11 when color depth is 24 and > bits_per_pixel is 24

Re: [Mesa-dev] [RFC, PATCH] Fix 24bpp software rendering

2011-06-25 Thread Marc Pignat
Hi Brian Please revert, this code does not work any more on 32bpp. It seems that I haven't understood what the depthBits field is... My goal is to make it work on x11 when color depth is 24 and bits_per_pixel is 24 (not 32). How can I find which mode is used? Best regards Marc _

[Mesa-dev] Mesa 7.11 devel still fails on crosscompiling (generating of builtin_function.cpp)

2011-06-25 Thread Stephan Raue
Hi list, Mesa-7.11 still fails on generating builtin_function.cpp with crosscompiling. see also here:http://lists.freedesktop.org/archives/mesa-dev/2011-May/007527.html is there a solution or is crosscompiling tested with actual 7.11 sources? i think this should be fixed before releasing Mes