diff options
author | Timothy Arceri <[email protected]> | 2018-05-11 15:33:22 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-05-18 09:21:24 +1000 |
commit | c0c69bd8ddf384379863d8b4bcbc670e86984ae5 (patch) | |
tree | 0f628db5e25e90edcc59bbd152898747f6812678 /src/mapi/glapi/gen/gl_API.xml | |
parent | 8fde9429c36b75d9e5afec4e221aff9b47db54f6 (diff) |
mesa: drop GL_EXT_polygon_offset support
glPolygonOffset() has been part of the GL standard since 1.1. Also
niether AMD or Nvidia support this in their binary drivers.
Reviewed-by: Marek Olšák <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61761
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index db312370b1d..8ad45970c9c 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8423,16 +8423,6 @@ </function> </category> -<category name="GL_EXT_polygon_offset" number="3"> - <enum name="POLYGON_OFFSET_BIAS_EXT" value="0x8039"/> - - <function name="PolygonOffsetEXT" deprecated="3.1"> - <param name="factor" type="GLfloat"/> - <param name="bias" type="GLfloat"/> - <glx rop="4098" ignore="true"/> - </function> -</category> - <category name="GL_EXT_texture" number="4"> <enum name="ALPHA4_EXT" value="0x803B"/> <enum name="ALPHA8_EXT" value="0x803C"/> |