[Mesa-dev] [PATCH 1/2] st/mesa: use table-driven approach to exposing extensions for formats (v3)
Brian Paul
brian.e.paul at gmail.com
Thu Jan 26 06:26:37 PST 2012
On Wed, Jan 25, 2012 at 8:22 AM, Marek Olšák <maraeo at gmail.com> wrote:
> The check for ctx->API was unnecessary, because OES extensions are not exposed
> in desktop GL.
>
> Also require renderbuffer support for ARB_texture_rgb10_a2ui,
> as per the spec.
>
> Tested by comparing old and new glxinfo with softpipe and r600g.
>
> v2: fix bugs
> v3: rename need_only_one -> need_at_least_one
> rename num_elements -> num_mappings
> add comments
> use const when appropriate
> ---
Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the mesa-dev
mailing list