From bf52dc9d02c13e4b27164b01ef2626d0ec48a181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 29 Mar 2014 14:53:19 -0700 Subject: [PATCH] Renamed glext to khronos. --- 3rdparty/{glext => khronos}/EGL/egl.h | 0 3rdparty/{glext => khronos}/EGL/eglext.h | 0 3rdparty/{glext => khronos}/EGL/eglplatform.h | 0 3rdparty/{glext => khronos}/GLES2/gl2.h | 0 3rdparty/{glext => khronos}/GLES2/gl2ext.h | 0 3rdparty/{glext => khronos}/GLES2/gl2platform.h | 0 3rdparty/{glext => khronos}/GLES3/gl3.h | 0 3rdparty/{glext => khronos}/GLES3/gl3ext.h | 0 3rdparty/{glext => khronos}/GLES3/gl3platform.h | 0 3rdparty/{glext => khronos}/KHR/khrplatform.h | 0 3rdparty/{glext => khronos}/gl/GRemedyGLExtensions.h | 0 3rdparty/{glext => khronos}/gl/glcorearb.h | 0 3rdparty/{glext => khronos}/gl/glext.h | 0 3rdparty/{glext => khronos}/glx/glxext.h | 0 3rdparty/{glext => khronos}/wgl/wglext.h | 0 premake/bgfx.lua | 2 +- 16 files changed, 1 insertion(+), 1 deletion(-) rename 3rdparty/{glext => khronos}/EGL/egl.h (100%) rename 3rdparty/{glext => khronos}/EGL/eglext.h (100%) rename 3rdparty/{glext => khronos}/EGL/eglplatform.h (100%) rename 3rdparty/{glext => khronos}/GLES2/gl2.h (100%) rename 3rdparty/{glext => khronos}/GLES2/gl2ext.h (100%) rename 3rdparty/{glext => khronos}/GLES2/gl2platform.h (100%) rename 3rdparty/{glext => khronos}/GLES3/gl3.h (100%) rename 3rdparty/{glext => khronos}/GLES3/gl3ext.h (100%) rename 3rdparty/{glext => khronos}/GLES3/gl3platform.h (100%) rename 3rdparty/{glext => khronos}/KHR/khrplatform.h (100%) rename 3rdparty/{glext => khronos}/gl/GRemedyGLExtensions.h (100%) rename 3rdparty/{glext => khronos}/gl/glcorearb.h (100%) rename 3rdparty/{glext => khronos}/gl/glext.h (100%) rename 3rdparty/{glext => khronos}/glx/glxext.h (100%) rename 3rdparty/{glext => khronos}/wgl/wglext.h (100%) diff --git a/3rdparty/glext/EGL/egl.h b/3rdparty/khronos/EGL/egl.h similarity index 100% rename from 3rdparty/glext/EGL/egl.h rename to 3rdparty/khronos/EGL/egl.h diff --git a/3rdparty/glext/EGL/eglext.h b/3rdparty/khronos/EGL/eglext.h similarity index 100% rename from 3rdparty/glext/EGL/eglext.h rename to 3rdparty/khronos/EGL/eglext.h diff --git a/3rdparty/glext/EGL/eglplatform.h b/3rdparty/khronos/EGL/eglplatform.h similarity index 100% rename from 3rdparty/glext/EGL/eglplatform.h rename to 3rdparty/khronos/EGL/eglplatform.h diff --git a/3rdparty/glext/GLES2/gl2.h b/3rdparty/khronos/GLES2/gl2.h similarity index 100% rename from 3rdparty/glext/GLES2/gl2.h rename to 3rdparty/khronos/GLES2/gl2.h diff --git a/3rdparty/glext/GLES2/gl2ext.h b/3rdparty/khronos/GLES2/gl2ext.h similarity index 100% rename from 3rdparty/glext/GLES2/gl2ext.h rename to 3rdparty/khronos/GLES2/gl2ext.h diff --git a/3rdparty/glext/GLES2/gl2platform.h b/3rdparty/khronos/GLES2/gl2platform.h similarity index 100% rename from 3rdparty/glext/GLES2/gl2platform.h rename to 3rdparty/khronos/GLES2/gl2platform.h diff --git a/3rdparty/glext/GLES3/gl3.h b/3rdparty/khronos/GLES3/gl3.h similarity index 100% rename from 3rdparty/glext/GLES3/gl3.h rename to 3rdparty/khronos/GLES3/gl3.h diff --git a/3rdparty/glext/GLES3/gl3ext.h b/3rdparty/khronos/GLES3/gl3ext.h similarity index 100% rename from 3rdparty/glext/GLES3/gl3ext.h rename to 3rdparty/khronos/GLES3/gl3ext.h diff --git a/3rdparty/glext/GLES3/gl3platform.h b/3rdparty/khronos/GLES3/gl3platform.h similarity index 100% rename from 3rdparty/glext/GLES3/gl3platform.h rename to 3rdparty/khronos/GLES3/gl3platform.h diff --git a/3rdparty/glext/KHR/khrplatform.h b/3rdparty/khronos/KHR/khrplatform.h similarity index 100% rename from 3rdparty/glext/KHR/khrplatform.h rename to 3rdparty/khronos/KHR/khrplatform.h diff --git a/3rdparty/glext/gl/GRemedyGLExtensions.h b/3rdparty/khronos/gl/GRemedyGLExtensions.h similarity index 100% rename from 3rdparty/glext/gl/GRemedyGLExtensions.h rename to 3rdparty/khronos/gl/GRemedyGLExtensions.h diff --git a/3rdparty/glext/gl/glcorearb.h b/3rdparty/khronos/gl/glcorearb.h similarity index 100% rename from 3rdparty/glext/gl/glcorearb.h rename to 3rdparty/khronos/gl/glcorearb.h diff --git a/3rdparty/glext/gl/glext.h b/3rdparty/khronos/gl/glext.h similarity index 100% rename from 3rdparty/glext/gl/glext.h rename to 3rdparty/khronos/gl/glext.h diff --git a/3rdparty/glext/glx/glxext.h b/3rdparty/khronos/glx/glxext.h similarity index 100% rename from 3rdparty/glext/glx/glxext.h rename to 3rdparty/khronos/glx/glxext.h diff --git a/3rdparty/glext/wgl/wglext.h b/3rdparty/khronos/wgl/wglext.h similarity index 100% rename from 3rdparty/glext/wgl/wglext.h rename to 3rdparty/khronos/wgl/wglext.h diff --git a/premake/bgfx.lua b/premake/bgfx.lua index c685507f..9b0a65ed 100644 --- a/premake/bgfx.lua +++ b/premake/bgfx.lua @@ -33,7 +33,7 @@ project "bgfx" configuration { "vs* or linux or mingw or osx or ios*" } includedirs { --nacl has GLES2 headers modified... - BGFX_DIR .. "3rdparty/glext", + BGFX_DIR .. "3rdparty/khronos", } configuration {}