[Mesa-dev] [PATCH 03/11] mesa: Add extension enable for ARB_compressed_texture_pixel_storage

Ian Romanick idr at freedesktop.org
Mon Jun 2 15:09:56 PDT 2014


For bisects, this patch should go last.  Otherwise, it is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 06/01/2014 11:29 PM, Chris Forbes wrote:
> Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
> ---
>  src/mesa/main/extensions.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index c2ff7e3..6b51425 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -86,6 +86,7 @@ static const struct extension extension_table[] = {
>     { "GL_ARB_buffer_storage",                      o(ARB_buffer_storage),                      GL,             2013 },
>     { "GL_ARB_clear_buffer_object",                 o(dummy_true),                              GL,             2012 },
>     { "GL_ARB_color_buffer_float",                  o(ARB_color_buffer_float),                  GL,             2004 },
> +   { "GL_ARB_compressed_texture_pixel_storage",    o(dummy_true),                              GL,             2011 },
>     { "GL_ARB_compute_shader",                      o(ARB_compute_shader),                      GL,             2012 },
>     { "GL_ARB_copy_buffer",                         o(dummy_true),                              GL,             2008 },
>     { "GL_ARB_conservative_depth",                  o(ARB_conservative_depth),                  GL,             2011 },
> 



More information about the mesa-dev mailing list