[Mesa-dev] [PATCH V2] mesa: provide default implementation of QuerySamplesForFormat

Chris Forbes chrisf at ijw.co.nz
Fri Mar 29 14:33:01 PDT 2013


A slightly modified version of this (drop the target parameter) should
be a candidate for the 9.1 branch.

On Fri, Mar 29, 2013 at 5:23 PM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> On 03/28/2013 08:28 PM, Chris Forbes wrote:
>>
>> Previously at least i915 failed to provide an implementation, but
>> exposed ARB_internalformat_query anyway, leading to crashes when
>> QueryInternalformativ was called.
>>
>> Default implementation just returns 1 for everything, so is suitable for
>> any driver which does not support multisampling.
>>
>> V2: - Move from intel to core mesa.
>>
>> Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
>
>
> Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
>


More information about the mesa-dev mailing list