Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorMike Erwin <significant.bit@gmail.com>2017-05-21 23:48:54 +0300
committerMike Erwin <significant.bit@gmail.com>2017-05-21 23:48:54 +0300
commit90a1d491800cf1021d158973813265e9da71dbdd (patch)
tree9870d106799920c93823799ad1a07991030da2e7 /intern
parent68d8618538e6715e659d5be4e3f15bfbcf2db574 (diff)
Gawain: drop support for APPLE_vertex_array_object
Recent versions of OpenGL support VAOs natively. Part of T49012
Diffstat (limited to 'intern')
-rw-r--r--intern/gawain/gawain/common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/intern/gawain/gawain/common.h b/intern/gawain/gawain/common.h
index 71b284ba0ad..1c8153e750e 100644
--- a/intern/gawain/gawain/common.h
+++ b/intern/gawain/gawain/common.h
@@ -31,14 +31,3 @@
#else
#define APPLE_LEGACY 0
#endif
-
-#if APPLE_LEGACY
- #undef glGenVertexArrays
- #define glGenVertexArrays glGenVertexArraysAPPLE
-
- #undef glDeleteVertexArrays
- #define glDeleteVertexArrays glDeleteVertexArraysAPPLE
-
- #undef glBindVertexArray
- #define glBindVertexArray glBindVertexArrayAPPLE
-#endif