[Mesa-dev] [PATCH] mesa: don't expose IBM_rasterpos_clip in a core context

Ian Romanick idr at freedesktop.org
Tue Jan 29 09:32:02 PST 2013


On 01/29/2013 06:57 AM, Marek Olšák wrote:
> glRasterPos doesn't exist in the core profile.

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

> ---
>   src/mesa/main/extensions.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index 7ae07fb..9f125b8 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -297,7 +297,7 @@ static const struct extension extension_table[] = {
>      { "GL_ATI_texture_float",                       o(ARB_texture_float),                       GL,             2002 },
>      { "GL_ATI_texture_mirror_once",                 o(ATI_texture_mirror_once),                 GL,             2006 },
>      { "GL_IBM_multimode_draw_arrays",               o(dummy_true),                              GL,             1998 },
> -   { "GL_IBM_rasterpos_clip",                      o(dummy_true),                              GL,             1996 },
> +   { "GL_IBM_rasterpos_clip",                      o(dummy_true),                              GLL,            1996 },
>      { "GL_IBM_texture_mirrored_repeat",             o(dummy_true),                              GLL,            1998 },
>      { "GL_INGR_blend_func_separate",                o(EXT_blend_func_separate),                 GLL,            1999 },
>      { "GL_MESA_pack_invert",                        o(MESA_pack_invert),                        GL,             2002 },
>



More information about the mesa-dev mailing list