3556 Commits (9a4b7e3a320a1abb08c7e2330e0806378f1282d8)
 

Author SHA1 Message Date
Vladimír Vondruš 9a4b7e3a32 Using flextGL instead of glLoadGen for GL extension loading. 12 years ago
Vladimír Vondruš 75955ad1b9 Platform: include windows.h in WindowlessWglApplication. 12 years ago
Vladimír Vondruš f48cfee9f9 Platform: minor cleanup. 12 years ago
Vladimír Vondruš 05e0c8dcaa Disable TextureFormat::RGB10 for ES3. 12 years ago
Vladimír Vondruš 6c766df568 Move function pointer loading into platform-specific class. 12 years ago
Vladimír Vondruš 0cdd722a1e SceneGraph: fix compilation on MinGW-w64 GCC 4.9.1. 12 years ago
Vladimír Vondruš 24e88afefa Decide between ANGLE/NV implementation for Framebuffer::blit() on ES. 12 years ago
Vladimír Vondruš 8c18bd0995 There is glDiscardSubFramebuffer() in EXT_discard_framebuffer. 12 years ago
Vladimír Vondruš 623ed89328 Removed dead code. 12 years ago
Vladimír Vondruš 3619541f9e Minor cleanup. 12 years ago
Vladimír Vondruš 37c7f285c3 DebugTools: "fix" flaky test. 12 years ago
Vladimír Vondruš 217b53ceb2 Display all headers in project view of IDEs. 12 years ago
Vladimír Vondruš b79c3d9305 Platform: properly set debug postfix also for WindowlessCglApplication. 12 years ago
Vladimír Vondruš 36c85988a8 Platform: minor cleanup. 12 years ago
Vladimír Vondruš f5db09b667 Audio: minor cleanup. 12 years ago
Vladimír Vondruš eb32fb1c40 Proper no-op fallback for *Framebuffer::invalidate*(). 12 years ago
Vladimír Vondruš 6fa9d36005 TextureTools: const is available since GLSL 4.20. 12 years ago
Vladimír Vondruš df699b75b5 TextureTools: properly create compatibility shader. 12 years ago
Vladimír Vondruš 5303979315 Shaders: make the helper function inline. 12 years ago
Vladimír Vondruš 746b4eb692 Platform: specify dependencies for Application libs on single place. 12 years ago
Vladimír Vondruš 25bbc57d4c modules: minor cleanup. 12 years ago
Vladimír Vondruš 0d9c21b491 doc: mention plugin interface string in plugin interface docs. 12 years ago
Vladimír Vondruš dfec071575 Less strict version string comparison in Context. 12 years ago
Vladimír Vondruš 5e88bb0da2 Math: less strict precision for comparing floats. 12 years ago
Vladimír Vondruš b60c2dcb51 Math: better algorithm for comparing floating-point values. 12 years ago
Vladimír Vondruš 539da0daf1 Trade: minor cleanup. 12 years ago
Vladimír Vondruš a201f32aab Trade: allow instantiating importer plugins with access to manager. 12 years ago
Vladimír Vondruš ea28b3e8f4 TgaImporter: remove old nonsense from plugin configuration file. 12 years ago
Vladimír Vondruš e71be176a9 Allocation-free overloads for AbstractShaderProgram string functions. 12 years ago
Vladimír Vondruš 1b45a71ff5 Allocation-free overloads for *::setLabel(). 12 years ago
Vladimír Vondruš ca84e60d66 Fix CubeMapTexture test. 12 years ago
Vladimír Vondruš 0dfbc6f833 Use object at least once before testing its label. 12 years ago
Vladimír Vondruš dcec0bc95f Remove old NVidia workaround from AbstractObject::getLabel(). 12 years ago
Vladimír Vondruš 9687b622f9 Use threaded shader compilation etc. also in tests. 12 years ago
Vladimír Vondruš 73404fc6e5 Added Renderer::enable()/disable(). 12 years ago
Vladimír Vondruš 824fc4974a TextureTools: use threaded shader compilation also here. 12 years ago
Vladimír Vondruš 3be4422ded Shaders: using attachShaders() everywhere. 12 years ago
Vladimír Vondruš bc81eb92d8 Added AbstractShaderProgram::attachShaders(). 12 years ago
Vladimír Vondruš fb51517709 Audio: fix compilation on OSX. 12 years ago
Vladimír Vondruš a8817674ba modules: no backticks in CMake documentation. 12 years ago
Vladimír Vondruš f74e68ec4e modules: bail out with proper message if Magnum is not found. 12 years ago
Vladimír Vondruš dfb697dd0c CMake 3.0 compatibility: use AppleClang for Clang on OS X. 12 years ago
Vladimír Vondruš 23dd34e0f4 TgaImporter: use better-defined type. 12 years ago
Vladimír Vondruš a35ce64752 MeshTools: make compile() actually working with indexed meshes. 12 years ago
Vladimír Vondruš 50897e0dc0 Reset also viewport to default framebuffer on named FB destruction. 12 years ago
Vladimír Vondruš dc980454fc TextureTools: fix shader compilation. 12 years ago
Vladimír Vondruš fc5d86dd09 package: added Android Jenkins CI configuration. 12 years ago
Vladimír Vondruš 3df0d63a1a Platform: oh god what have I done. 12 years ago
Vladimír Vondruš c74ccc22f3 Platform: fix AndroidApplication compilation. 12 years ago
Vladimír Vondruš 87c411f841 ObjImporter: fix compilation on Android. 12 years ago