Re: [Mesa-dev] Should we need one release function for DRI's GLX_EXT_texture_from_pixmap?

2011-01-07 Thread Kristian Høgsberg
On Thu, Jan 6, 2011 at 9:01 PM, Zhao, Juan J wrote: > On Thu, 2011-01-06 at 08:36 -0500, Kristian Høgsberg wrote: >> On Thu, Jan 6, 2011 at 4:33 AM, Zhao, Juan J wrote: >> > On Wed, 2011-01-05 at 08:28 -0500, Kristian Høgsberg wrote: >> >> On Tue, Jan 4, 2011 at 11:10 PM, Zhao, Juan J >> >> wro

Re: [Mesa-dev] [PATCH mesa-demos 1/6] es1_info: convert indentString into a literal string

2011-01-07 Thread Brian Paul
Thanks, I've applied the patch series. -Brian On 01/06/2011 09:09 AM, Paulo Zanoni wrote: This fixes compilation with "-Wformat -Werror=format-security". Some distros like Mandriva enable this flag by default. Its purpose is to improve security. Another option for this patch would be to do "pr

[Mesa-dev] [Bug 32879] egl_glx driver segfaults with NULL config

2011-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32879 --- Comment #1 from Chia-I Wu 2011-01-06 21:07:56 PST --- There is a bug in 7.9 that makes NULL config to slip. I've cherry-picked the fix to it. Do you see this on all versions? When is config NULL? -- Configure bugmail: https://bugs.freede

Re: [Mesa-dev] Upcoming Mesa 7.9.1 and 7.10 releases

2011-01-07 Thread Zhenyu Wang
On 2011.01.06 13:56:25 +0800, Zhenyu Wang wrote: > Ian, I propose to pick up Eric's below commit on master, which is required to > fix fbo issue within ogles conformance suite on sandybridge. > > https://bugs.freedesktop.org/show_bug.cgi?id=32286 > > commit be72efb4f29180fdaf0935f8739f230fe5ea63

[Mesa-dev] [Bug 32825] egl_glx driver completely broken in 7.9 branch [fix in master]

2011-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32825 --- Comment #7 from Chia-I Wu 2011-01-06 21:16:10 PST --- This fix is a WORKSFORME. I am not sure, but it may be a compatibility issue with your libGL. Could you set a breakpoint at _eglSetConfigKey and see when is 0x3034 set and to which value

Re: [Mesa-dev] Uploading PIPE_FORMAT_B8G8R8A8_UNORM to pixmap texture in PIPE_FORMAT_B8G8R8X8_UNORM

2011-01-07 Thread Alex Deucher
On Fri, Jan 7, 2011 at 2:57 AM, Fredrik Höglund wrote: > On Thursday 16 December 2010, Michel Dänzer wrote: >> The bigger issue here is that no blit should be necessary in the first >> place. According to Dave on IRC he implemented this using sampler views >> at some point, I guess that was probab