mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 11:50:09 +01:00
mesa: don't expose IBM_rasterpos_clip in a core context
glRasterPos doesn't exist in the core profile. NOTE: This is a candidate for the stable branches (9.0 and 9.1). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
a06f03d795
commit
cc5fdaf2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue