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
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2017-04-18 13:09:29 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-18 13:09:32 +0300
commit7bf8ab3c494ee4e4e78cf846a3b7c07a472302e0 (patch)
tree4b9dd35a7382134f2c96842b91823b96a3f09de4 /intern/glew-mx
parent554277986d415dc62496942fb30838558a8c449d (diff)
Remove 4.1 pseudo-deprecated calls from gl-deprecated
First: we settle on core profile 3.3, not 4.1. Second, GL_CURRENT_PROGRAM still exists in 4.1 and 4.2. But it is recommented to use GL_ACTIVE_PROGRAM instead. Following the logic of gl-deprecated.h we should define it to USE_GL_ACTIVE_PROGRAM instead. That said, removing it for now.
Diffstat (limited to 'intern/glew-mx')
-rw-r--r--intern/glew-mx/intern/gl-deprecated.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/glew-mx/intern/gl-deprecated.h b/intern/glew-mx/intern/gl-deprecated.h
index 1a23642fbfc..3f30a5776b3 100644
--- a/intern/glew-mx/intern/gl-deprecated.h
+++ b/intern/glew-mx/intern/gl-deprecated.h
@@ -865,8 +865,4 @@
#undef GL_VERTEX_PROGRAM_POINT_SIZE
#define GL_VERTEX_PROGRAM_POINT_SIZE USE_GL_PROGRAM_POINT_SIZE
-// Old Token Names 4.1
-#undef GL_CURRENT_PROGRAM
-#define GL_CURRENT_PROGRAM DO_NOT_USE_GL_CURRENT_PROGRAM
-
#endif /* __GL_DEPRECATED_H__ */