mapi/es*api: remove GL_EXT_multi_draw_arrays entrypoints
Now we use the upstream XML file and a cleaner generator. Thus the symbols are no longer exported and we can drop them from this list. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
This commit is contained in:
committed by
Emil Velikov
parent
5661ce6c64
commit
05f8558b27
@@ -1,9 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
# Print defined gl.* functions not in GL ES 3.0 or in
|
||||
# (FIXME, none of these should be part of the ABI)
|
||||
# GL_EXT_multi_draw_arrays
|
||||
# Print defined gl.* functions not in GL ES 3.{0..2}
|
||||
|
||||
case "$(uname)" in
|
||||
Darwin)
|
||||
@@ -240,8 +238,6 @@ glMapBufferRange
|
||||
glMemoryBarrier
|
||||
glMemoryBarrierByRegion
|
||||
glMinSampleShading
|
||||
glMultiDrawArraysEXT
|
||||
glMultiDrawElementsEXT
|
||||
glObjectLabel
|
||||
glObjectPtrLabel
|
||||
glPatchParameteri
|
||||
|
||||
Reference in New Issue
Block a user