mesa: drop GL_EXT_polygon_offset support
authorTimothy Arceri <tarceri@itsqueeze.com>
Fri, 11 May 2018 05:33:22 +0000 (15:33 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 17 May 2018 23:21:24 +0000 (09:21 +1000)
commitc0c69bd8ddf384379863d8b4bcbc670e86984ae5
tree0f628db5e25e90edcc59bbd152898747f6812678
parent8fde9429c36b75d9e5afec4e221aff9b47db54f6
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 <marek.olsak@amd.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61761
docs/relnotes/18.2.0.html [new file with mode: 0644]
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/tests/check_table.cpp
src/mesa/main/dlist.c
src/mesa/main/extensions_table.h
src/mesa/main/get_hash_params.py
src/mesa/main/polygon.c
src/mesa/main/polygon.h
src/mesa/main/tests/dispatch_sanity.cpp