[Mesa-dev] [PATCH 10/10] r600g: add initial cube map array support

Dave Airlie airlied at gmail.com
Thu Nov 8 16:36:43 PST 2012


On Fri, Nov 9, 2012 at 10:23 AM, Dave Airlie <airlied at gmail.com> wrote:
>>>> +
>>>
>>> I would prefer if the constant buffers were updated only if the
>>> sampler views were updated as well, so that it's not updated in every
>>> draw command that has a shader querying the array size.
>>
>> probably makes sense, I was mostly thinking that nobody would use this
>> that often, and having it work for the sake of compliance :-), but
>> yeah makes sense to only update in that case.
>
> Just to check should testing the views dirty_mask and returning if its
> 0 be correct?

Probably need more, since my first hack trying that didn't work!

Dave.


More information about the mesa-dev mailing list