From 4b9de8c927a4ac141b8911085000f1f21e5befd3 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Thu, 1 Nov 2018 17:56:42 +0700 Subject: [PATCH] update modules --- .gitmodules | 6 +++--- modules/glew | 2 +- sources/3rdparty/glew/glew.h | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index dc00815a..d453e4fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,9 @@ [submodule "modules/glfw"] path = modules/glfw url = https://github.com/glfw/glfw -[submodule "modules/variant"] - path = modules/variant - url = https://github.com/mpark/variant [submodule "modules/glew"] path = modules/glew url = https://github.com/Perlmint/glew-cmake +[submodule "modules/variant"] + path = modules/variant + url = https://github.com/mpark/variant diff --git a/modules/glew b/modules/glew index 06ec3aff..6dbc9407 160000 --- a/modules/glew +++ b/modules/glew @@ -1 +1 @@ -Subproject commit 06ec3affe2e8af18a632c9f053eda259a97035d6 +Subproject commit 6dbc9407729d653e4d254b772c66af138b00617c diff --git a/sources/3rdparty/glew/glew.h b/sources/3rdparty/glew/glew.h index 4e8dcd94..899410ff 100644 --- a/sources/3rdparty/glew/glew.h +++ b/sources/3rdparty/glew/glew.h @@ -19839,6 +19839,15 @@ typedef void (GLAPIENTRY * PFNGLFRAMEBUFFERTEXTUREMULTISAMPLEMULTIVIEWOVRPROC) ( #endif /* GL_PGI_vertex_hints */ +/* ----------------------- GL_QCOM_YUV_texture_gather ---------------------- */ + +#ifndef GL_QCOM_YUV_texture_gather +#define GL_QCOM_YUV_texture_gather 1 + +#define GLEW_QCOM_YUV_texture_gather GLEW_GET_VAR(__GLEW_QCOM_YUV_texture_gather) + +#endif /* GL_QCOM_YUV_texture_gather */ + /* --------------------------- GL_QCOM_alpha_test -------------------------- */ #ifndef GL_QCOM_alpha_test @@ -26036,6 +26045,7 @@ GLEW_VAR_EXPORT GLboolean __GLEW_OVR_multiview2; GLEW_VAR_EXPORT GLboolean __GLEW_OVR_multiview_multisampled_render_to_texture; GLEW_VAR_EXPORT GLboolean __GLEW_PGI_misc_hints; GLEW_VAR_EXPORT GLboolean __GLEW_PGI_vertex_hints; +GLEW_VAR_EXPORT GLboolean __GLEW_QCOM_YUV_texture_gather; GLEW_VAR_EXPORT GLboolean __GLEW_QCOM_alpha_test; GLEW_VAR_EXPORT GLboolean __GLEW_QCOM_binning_control; GLEW_VAR_EXPORT GLboolean __GLEW_QCOM_driver_control;