Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/deps/magnum
Submodule magnum updated 95 files
+1 βˆ’1 doc/changelog-old.dox
+27 βˆ’0 doc/changelog.dox
+34 βˆ’1 doc/namespaces.dox
+15 βˆ’1 doc/opengl-support.dox
+1 βˆ’0 doc/snippets/CMakeLists.txt
+114 βˆ’0 doc/snippets/MagnumMath-stl.cpp
+89 βˆ’33 doc/snippets/MagnumMath.cpp
+5 βˆ’6 doc/snippets/MagnumTextureTools.cpp
+44 βˆ’21 doc/types.dox
+1 βˆ’1 package/ci/circleci.yml
+1 βˆ’0 src/Magnum/CMakeLists.txt
+14 βˆ’3 src/Magnum/GL/AbstractShaderProgram.cpp
+27 βˆ’11 src/Magnum/GL/AbstractShaderProgram.h
+8 βˆ’2 src/Magnum/GL/AbstractTexture.cpp
+1 βˆ’1 src/Magnum/GL/AbstractTexture.h
+23 βˆ’4 src/Magnum/GL/Context.cpp
+5 βˆ’4 src/Magnum/GL/CubeMapTexture.h
+136 βˆ’107 src/Magnum/GL/Extensions.h
+2 βˆ’2 src/Magnum/GL/GL.h
+14 βˆ’0 src/Magnum/GL/Implementation/RendererState.cpp
+3 βˆ’0 src/Magnum/GL/Implementation/RendererState.h
+7 βˆ’1 src/Magnum/GL/Mesh.cpp
+8 βˆ’3 src/Magnum/GL/Renderer.cpp
+55 βˆ’22 src/Magnum/GL/Renderer.h
+1 βˆ’3 src/Magnum/GL/Sampler.cpp
+14 βˆ’8 src/Magnum/GL/Sampler.h
+32 βˆ’10 src/Magnum/GL/Test/AbstractShaderProgramGLTest.cpp
+1 βˆ’1 src/Magnum/GL/Test/AbstractShaderProgramGLTestFiles/MyShader.vert
+2 βˆ’2 src/Magnum/GL/Test/AbstractShaderProgramGLTestFiles/MyShaderFragmentOutputs.frag
+11 βˆ’2 src/Magnum/GL/Test/CubeMapTextureGLTest.cpp
+22 βˆ’0 src/Magnum/GL/Test/RendererGLTest.cpp
+5 βˆ’8 src/Magnum/GL/Test/TextureArrayGLTest.cpp
+16 βˆ’6 src/Magnum/GL/Test/TextureGLTest.cpp
+5 βˆ’4 src/Magnum/GL/Texture.h
+4 βˆ’5 src/Magnum/GL/TextureArray.h
+12 βˆ’0 src/Magnum/Magnum.h
+63 βˆ’19 src/Magnum/Math/Angle.h
+2 βˆ’0 src/Magnum/Math/CMakeLists.txt
+37 βˆ’14 src/Magnum/Math/Color.h
+7 βˆ’6 src/Magnum/Math/Functions.h
+20 βˆ’4 src/Magnum/Math/Half.h
+2 βˆ’0 src/Magnum/Math/Math.h
+1 βˆ’1 src/Magnum/Math/StrictWeakOrdering.h
+57 βˆ’24 src/Magnum/Math/Test/AngleTest.cpp
+2 βˆ’0 src/Magnum/Math/Test/CMakeLists.txt
+5 βˆ’5 src/Magnum/Math/Test/ColorTest.cpp
+37 βˆ’6 src/Magnum/Math/Test/FunctionsTest.cpp
+5 βˆ’5 src/Magnum/Math/Test/HalfTest.cpp
+246 βˆ’0 src/Magnum/Math/Test/TimeStlTest.cpp
+442 βˆ’0 src/Magnum/Math/Test/TimeTest.cpp
+12 βˆ’0 src/Magnum/Math/Test/TypeTraitsTest.cpp
+151 βˆ’61 src/Magnum/Math/Test/UnitTest.cpp
+44 βˆ’0 src/Magnum/Math/Time.cpp
+398 βˆ’0 src/Magnum/Math/Time.h
+87 βˆ’0 src/Magnum/Math/TimeStl.h
+19 βˆ’8 src/Magnum/Math/TypeTraits.h
+141 βˆ’4 src/Magnum/Math/Unit.h
+4 βˆ’3 src/Magnum/Math/Vector.h
+6 βˆ’9 src/Magnum/Platform/AndroidApplication.h
+4 βˆ’1 src/Magnum/Platform/EmscriptenApplication.cpp
+11 βˆ’11 src/Magnum/Platform/EmscriptenApplication.h
+4 βˆ’1 src/Magnum/Platform/GlfwApplication.cpp
+11 βˆ’11 src/Magnum/Platform/GlfwApplication.h
+1 βˆ’1 src/Magnum/Platform/GlxApplication.h
+12 βˆ’0 src/Magnum/Platform/Implementation/DpiScaling.cpp
+19 βˆ’4 src/Magnum/Platform/Sdl2Application.cpp
+12 βˆ’25 src/Magnum/Platform/Sdl2Application.h
+0 βˆ’4 src/Magnum/Platform/WindowlessCglApplication.cpp
+1 βˆ’7 src/Magnum/Platform/WindowlessCglApplication.h
+0 βˆ’4 src/Magnum/Platform/WindowlessEglApplication.cpp
+1 βˆ’7 src/Magnum/Platform/WindowlessEglApplication.h
+0 βˆ’4 src/Magnum/Platform/WindowlessGlxApplication.cpp
+1 βˆ’7 src/Magnum/Platform/WindowlessGlxApplication.h
+1 βˆ’7 src/Magnum/Platform/WindowlessIosApplication.h
+0 βˆ’4 src/Magnum/Platform/WindowlessIosApplication.mm
+0 βˆ’4 src/Magnum/Platform/WindowlessWglApplication.cpp
+1 βˆ’7 src/Magnum/Platform/WindowlessWglApplication.h
+1 βˆ’1 src/Magnum/Platform/XEglApplication.h
+19 βˆ’1 src/MagnumExternal/OpenGL/GLES2/Emscripten/extensions.txt
+9 βˆ’0 src/MagnumExternal/OpenGL/GLES2/extensions.txt
+31 βˆ’2 src/MagnumExternal/OpenGL/GLES2/flextGL.h
+22 βˆ’4 src/MagnumExternal/OpenGL/GLES2/flextGLEmscripten.h
+5 βˆ’2 src/MagnumExternal/OpenGL/GLES2/flextGLPlatform.cpp
+8 βˆ’2 src/MagnumExternal/OpenGL/GLES2/flextGLPlatformIOS.cpp
+5 βˆ’2 src/MagnumExternal/OpenGL/GLES2/flextGLPlatformWindowsDesktop.cpp
+31 βˆ’2 src/MagnumExternal/OpenGL/GLES2/flextGLWindowsDesktop.h
+23 βˆ’1 src/MagnumExternal/OpenGL/GLES3/Emscripten/extensions.txt
+6 βˆ’0 src/MagnumExternal/OpenGL/GLES3/extensions.txt
+61 βˆ’4 src/MagnumExternal/OpenGL/GLES3/flextGL.h
+27 βˆ’4 src/MagnumExternal/OpenGL/GLES3/flextGLEmscripten.h
+16 βˆ’4 src/MagnumExternal/OpenGL/GLES3/flextGLPlatform.cpp
+28 βˆ’4 src/MagnumExternal/OpenGL/GLES3/flextGLPlatformIOS.cpp
+16 βˆ’4 src/MagnumExternal/OpenGL/GLES3/flextGLPlatformWindowsDesktop.cpp
+61 βˆ’4 src/MagnumExternal/OpenGL/GLES3/flextGLWindowsDesktop.h
+1 βˆ’1 toolchains