Re: [Mesa-dev] [PATCH] intel: provide a default QuerySamplesForFormat func

2013-03-28 Thread Kenneth Graunke
On 03/28/2013 12:26 AM, Chris Forbes wrote: We claim to support ARB_internalformat_query on everything, but only i965+ bothered to provide the hook -- so QueryInternalformativ() would just explode (fail the assert in debug; segfault otherwise) on earlier platforms. Signed-off-by: Chris Forbes -

[Mesa-dev] [PATCH] intel: provide a default QuerySamplesForFormat func

2013-03-28 Thread Chris Forbes
We claim to support ARB_internalformat_query on everything, but only i965+ bothered to provide the hook -- so QueryInternalformativ() would just explode (fail the assert in debug; segfault otherwise) on earlier platforms. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/intel/intel_context.c