2084 Commits (a08978e7cb3ccd037bdcdcd859a4fd3b9cd6976e)
 

Author SHA1 Message Date
Vladimír Vondruš a08978e7cb Platform: ported magnum-info to NaCl. 13 years ago
Vladimír Vondruš 47bbc403ae FindMagnum.cmake: removed duplicate code. 13 years ago
Vladimír Vondruš 4ffc84699b Platform: portable WindowlessApplication usage in `magnum-info`. 13 years ago
Vladimír Vondruš 7756a0e258 Platform: Doxygen fixes. 13 years ago
Vladimír Vondruš 7b68dc2e0a Platform: added WindowlessNaClApplication. 13 years ago
Vladimír Vondruš 00577010e2 Find Corrade _before_ checking for its configuration. 13 years ago
Vladimír Vondruš 902b368207 Platform: fixed copypaste error. 13 years ago
Vladimír Vondruš 6c64b56cc8 Platform: redirect debug output to JS console in NaClApplication. 13 years ago
Vladimír Vondruš 232f9d54bb Re-enable building of Text and TextureTools libraries also in NaCl. 13 years ago
Vladimír Vondruš 4a4e492785 No need to have virtual destructor in AbstractFramebuffer. 13 years ago
Vladimír Vondruš 04d1586cda ES2 emulation on desktop is done through GLX, not EGL. 13 years ago
Vladimír Vondruš 5200771066 Added some TODOs. 13 years ago
Vladimír Vondruš 7187ccb48b Text: ported GlyphCache to older OpenGL and OpenGL ES. 13 years ago
Vladimír Vondruš 5c06009446 Reverted interval in distancefield-related things. 13 years ago
Vladimír Vondruš b5743c9447 TextureTools: ported distanceField() to OpenGL 2.1 and OpenGL ES. 13 years ago
Vladimír Vondruš e923034dbf Added functions for checking (default) framebuffer state. 13 years ago
Vladimír Vondruš ac3cb1b470 Fixed extension numbers. 13 years ago
Vladimír Vondruš 6f63b046ec Fixed typo copypasted all over the place. 13 years ago
Vladimír Vondruš b5a6036d48 Use proper ARB_framebuffer_object extension. 13 years ago
Vladimír Vondruš 4380e95a67 Added debug output for Renderer error and reset status queries. 13 years ago
Vladimír Vondruš 8ef1a9a0ca Added Renderer::error(). 13 years ago
Vladimír Vondruš eaa486a6e9 Added KHR_debug to ES2 extension list. 13 years ago
Vladimír Vondruš 261250f074 Shaders: fix port of *Vector shaders to old GLSL. 13 years ago
Vladimír Vondruš 252f489eaa Don't query shader info log if it contains only '\0' character. 13 years ago
Vladimír Vondruš e7fd8740bb Fallback for texture storage feature. 13 years ago
Vladimír Vondruš 6d6d6248ab Reorganize TextureFormat enum a bit. 13 years ago
Vladimír Vondruš 73db7f8d38 Proper reference in TextureFormat enum value documentation. 13 years ago
Vladimír Vondruš 6346e128e1 Always define TextureFormat::RGB565. 13 years ago
Vladimír Vondruš adaf8442e7 Fixed typo in TextureFormat::*Bptc* enum values. 13 years ago
Vladimír Vondruš 6ff652cbbd Minor cleanup in image and texture format enums. 13 years ago
Vladimír Vondruš 153e5c784a Sanity check for OpenGL version in Context. 13 years ago
Vladimír Vondruš c38407c0bb Abort instead of exit from MAGNUM_ASSERT_*_SUPPORTED() macros. 13 years ago
Vladimír Vondruš fcc143b14e Missing #include. 13 years ago
Vladimír Vondruš f0e9871f10 Platform: #undef another mess from Xorg headers. 13 years ago
Vladimír Vondruš f0db90c8ef Added ES2-only support for GL_LUMINANCE{,_ALPHA}. 13 years ago
Vladimír Vondruš 8453d01ffe Added section for ES2-compatibility-only features into documentation. 13 years ago
Vladimír Vondruš 8d70e3e3a9 Shaders: allow default construction of MeshVisualizer. 13 years ago
Vladimír Vondruš 20fd1f7afc Shaders: really ported MeshVisualizer to ES. 13 years ago
Vladimír Vondruš abc8bfcfc5 Fixed resource import headers. 13 years ago
Vladimír Vondruš 0c31f5dbe4 NaCl's newlib doesn't have std::to_string(). 13 years ago
Vladimír Vondruš 7f51765c36 Oh yeah, coding while drunk. 13 years ago
Vladimír Vondruš f78ac39ab6 Shapes: overlooked `typename`. 13 years ago
Vladimír Vondruš 79c0dc9550 Shaders: use Context::isVersionSupported() instead of ad-hoc solution. 13 years ago
Vladimír Vondruš c253fa74d3 Shapes: simplified collision dispatch implementation with macro. 13 years ago
Vladimír Vondruš b8b6b63919 SceneGraph: use `virtual` where it hurts less. 13 years ago
Vladimír Vondruš 392dc54635 Moved BufferTextureFormat enum before the class. 13 years ago
Vladimír Vondruš 834d68945e GCC 4.6 compatibility: weird name conflicts. WTF. 13 years ago
Vladimír Vondruš d23942f1bc Fixed comma at the end of enumeration list. 13 years ago
Vladimír Vondruš b9a72bd3d1 Shaders: ported MeshVisualizer to not require geometry shader. 13 years ago
Vladimír Vondruš 9d1d4b5ef1 Properly number shader sources. 13 years ago