Re: [Mesa-dev] [PATCH 2/3] mesa: helper for checking renderbuffer sample count

2013-02-18 Thread Brian Paul
On 02/17/2013 03:35 AM, Chris Forbes wrote: Pulls the checking of the sample count into a helper function, and extends the existing logic to include the interactions with both ARB_texture_multisample and ARB_internalformat_query. _mesa_check_sample_count() checks a desired sample count against

[Mesa-dev] [PATCH 2/3] mesa: helper for checking renderbuffer sample count

2013-02-17 Thread Chris Forbes
Pulls the checking of the sample count into a helper function, and extends the existing logic to include the interactions with both ARB_texture_multisample and ARB_internalformat_query. _mesa_check_sample_count() checks a desired sample count against a a combination of target/internalformat, and