[Bf-blender-cvs] [7200ab149d8] epoxy: SDL: replace GLEW by libepoxy

Christian Rauch noreply at git.blender.org
Sat Jun 25 14:06:50 CEST 2022


Commit: 7200ab149d8762c243709011337e1c936b9c8510
Author: Christian Rauch
Date:   Sat Jun 25 02:13:53 2022 +0100
Branches: epoxy
https://developer.blender.org/rB7200ab149d8762c243709011337e1c936b9c8510

SDL: replace GLEW by libepoxy

===================================================================

M	intern/ghost/intern/GHOST_ContextSDL.cpp
M	intern/ghost/intern/GHOST_WindowSDL.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_ContextSDL.cpp b/intern/ghost/intern/GHOST_ContextSDL.cpp
index 5b02fe1c1e6..63b5927895d 100644
--- a/intern/ghost/intern/GHOST_ContextSDL.cpp
+++ b/intern/ghost/intern/GHOST_ContextSDL.cpp
@@ -138,8 +138,6 @@ GHOST_TSuccess GHOST_ContextSDL::initializeDrawingContext()
 
     success = (SDL_GL_MakeCurrent(m_window, m_context) < 0) ? GHOST_kFailure : GHOST_kSuccess;
 
-    initContextGLEW();
-
     initClearGL();
     SDL_GL_SwapWindow(m_window);
 
diff --git a/intern/ghost/intern/GHOST_WindowSDL.cpp b/intern/ghost/intern/GHOST_WindowSDL.cpp
index 09192d989e4..59dc80cf7e6 100644
--- a/intern/ghost/intern/GHOST_WindowSDL.cpp
+++ b/intern/ghost/intern/GHOST_WindowSDL.cpp
@@ -6,7 +6,6 @@
 
 #include "GHOST_WindowSDL.h"
 #include "SDL_mouse.h"
-#include "glew-mx.h"
 
 #include "GHOST_ContextSDL.h"



More information about the Bf-blender-cvs mailing list