[Mesa-dev] [PATCH] arb_texture_cube_map_array: fix attrib push/pop

Dave Airlie airlied at gmail.com
Thu Nov 8 15:17:04 PST 2012


On Thu, Nov 8, 2012 at 10:05 AM, Brian Paul <brianp at vmware.com> wrote:
> On 11/07/2012 01:51 PM, Dave Airlie wrote:
>>
>> On Thu, Nov 8, 2012 at 1:00 AM, Brian Paul<brianp at vmware.com>  wrote:
>>>
>>> On 11/06/2012 07:56 PM, Dave Airlie wrote:
>>>>
>>>>
>>>> From: Dave Airlie<airlied at redhat.com>
>>>>
>>>> fdo9833 piglit test caught this.
>>>
>>>
>>>
>>> What exactly was the failure?
>>
>>
>> The pop attrib was failing with an error, probably due to the missing
>> continue from below,
>>
>> but you are right about the push attrib bit being unneceessary since
>> there is no ff bits for cube map arrays.
>>
>> For the second hunk I probably should just continue no matter what.
>
>
> You mean skip the extension check?  I don't think so.  The cube array
> object's texture parameters should saved/restored like any other texture
> target.

Yup you are right, I've fixed it up and will push it with the others

Thanks,
Dave.


More information about the mesa-dev mailing list