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
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
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
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
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
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