3158 Commits (b0cbb4066c3ea9e9fdb4e40a46f3b331c7a46e25)

Author SHA1 Message Date
Vladimír Vondruš b0cbb4066c Added definitions for OpenGL ES function pointers. 12 years ago
Vladimír Vondruš 5a8e165014 Use flextGL also for OpenGL ES. 12 years ago
Vladimír Vondruš 420c43fc7a Minor cleanup of generated GL header. 12 years ago
Vladimír Vondruš 770dde6039 Platform: fix compilation of NaCl applications. 12 years ago
Vladimír Vondruš c8c32ae1d9 Trade: be more explicit. 12 years ago
Vladimír Vondruš 056ada8b99 Doc++ 12 years ago
Vladimír Vondruš 92a24fd637 Add missing test for multisample texture framebuffer attachment. 12 years ago
Vladimír Vondruš 76a4f4ab2f Neither multisample nor rectangle textures have mip levels. 12 years ago
Vladimír Vondruš 515e54f46e Removed obsolete workarounds. 12 years ago
Vladimír Vondruš a13f8f3455 Fixed test errors related to EXT_texture_storage on ES2. 12 years ago
Vladimír Vondruš ffb868cbe1 Platform: fix compilation of GLX applications on ES. 12 years ago
Vladimír Vondruš c2974f5ced Removed dead code. 12 years ago
Vladimír Vondruš 61bebc3417 Enabled TextureFormat::R8 and RG8 on ES2, clarified the docs. 12 years ago
Vladimír Vondruš 33b3989a01 Ensure that the renderbuffer is bound before setting storage. 12 years ago
Vladimír Vondruš adccc04c9a Revert "Shaders: somehow I need to enable the extension also on ES3." 12 years ago
Vladimír Vondruš c637002532 Shaders: fix MeshVisualizer on ES. 12 years ago
Vladimír Vondruš f98b39df4f Doc++, minor cleanup. 12 years ago
Vladimír Vondruš 611159fa2b Doc++ 12 years ago
Vladimír Vondruš f7f28bafde Expect failure in MeshGLTest. 12 years ago
Vladimír Vondruš 91649d32c4 Disable "Buffer detailed info" debug message for tests on NV (spammy). 12 years ago
Vladimír Vondruš a605306bb5 Added DebugMessage::setEnabled(). 12 years ago
Vladimír Vondruš 4a6f53cdc8 Added non-allocating char array overload to DebugMessage::insert(). 12 years ago
Vladimír Vondruš c7e4f92f1c Platform: added publicly usable *Context libraries. 12 years ago
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š 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