2615 Commits (100527cd3d4841af0fb1aa3bc7e9bd22a6439005)

Author SHA1 Message Date
Vladimír Vondruš 100527cd3d Remove obsolete glLoadGen-related workarounds. 13 years ago
Vladimír Vondruš 0d262bda41 Added EXT_debug_label extension to the list. 13 years ago
Vladimír Vondruš bfe6033348 Minor cleanup. 13 years ago
Vladimír Vondruš f0ec6ffb21 Xlib.h, I hate you sincerely. 13 years ago
Vladimír Vondruš c74c107e7f Add Mesh::id() for consistency. 13 years ago
Vladimír Vondruš d4162a4160 Platform: add dummy title setting function to NaClApplication. 13 years ago
Vladimír Vondruš fc1a486f00 Platform: ignore Sdl2Application title in Emscripten. 13 years ago
Vladimír Vondruš 27a80cb76e Shaders: doc++ 13 years ago
Vladimír Vondruš 5b56235084 Adapted to Corrade changes. 13 years ago
Vladimír Vondruš 0204669735 Platform: add at least some support for wheel events to NaClApplication. 13 years ago
Vladimír Vondruš 282ee58c62 Math: work around missing std::round() in NaCl newlib. 13 years ago
Vladimír Vondruš 744cc2f806 Text: fix error in fontconverter utility documentation. 13 years ago
Vladimír Vondruš ae9c02d591 Text: actually have some sane default plugin dir. 13 years ago
Vladimír Vondruš dfeeff779b Shaders: oops. 13 years ago
Vladimír Vondruš 0e370efa0c Work around missing types in NaCl's `gl2.h`. 13 years ago
Vladimír Vondruš 1251d44aec Use "" instead of <> for inter-project includes. 13 years ago
Miguel Martin 0670f59c95 Added colour uniform to flat shader (event when texturing is enabled) 13 years ago
Vladimír Vondruš 28de7cb72d Text: fix array index type in Renderer. 13 years ago
Vladimír Vondruš 6dd40e744d Text: it's totally fine to have 256 vertices indexed with UnsignedByte. 13 years ago
Vladimír Vondruš 8331696707 Text: test that proper index type is used in Renderer. 13 years ago
Vladimír Vondruš e2d2d094b6 Text: harden and clean up Renderer test. 13 years ago
Vladimír Vondruš 768a8ccc1c Text: minor cleanup. 13 years ago
Vladimír Vondruš 4396506e95 Text: fix rendering of scaled multi-line text. 13 years ago
Vladimír Vondruš 5e1e95bae6 Text: test line advance behavior when rendering scaled text. 13 years ago
Vladimír Vondruš 4285f75494 Text: improve AbstractFont documentation. 13 years ago
Vladimír Vondruš a9fe635867 Updated and improved ColorFormat, ColorType and TextureFormat enum docs. 13 years ago
Vladimír Vondruš 4eaedf94eb Platform: fixed SDL link in documentation. 13 years ago
Vladimír Vondruš 1d789ef55e MeshTools: added TODOs. 13 years ago
Vladimír Vondruš 5d9490c73b Extracted Primitive enum from Mesh to MeshPrimitive. 13 years ago
Vladimír Vondruš 2dd61a4dcd Platform: fixed assertions. 13 years ago
Vladimír Vondruš d945395800 Using Corrade::Utility::Directory::{read,write}() where possible. 13 years ago
Vladimír Vondruš ef83211c46 Shaders: fix textured Flat on systems w/o ARB_explicit_attribute_location. 13 years ago
Vladimír Vondruš 686e215725 GCC 4.6 compatibility: can't use both constexpr and const. 13 years ago
Vladimír Vondruš 8d01723084 Fixed static build. 13 years ago
Vladimír Vondruš 79ff9e1ca4 Marking deprecated functions and types with CORRADE_DEPRECATED(). 13 years ago
Vladimír Vondruš 09c2f7ffe2 Doc++ 13 years ago
Vladimír Vondruš 80332478b6 MeshTools: be more explicit in what needs to be done on mesh afterwards. 13 years ago
Vladimír Vondruš 8bc1793cab Platform: make viewportEvent() only optional. 13 years ago
Vladimír Vondruš 02afa105db Doc++ 13 years ago
Vladimír Vondruš f0eaf04e36 Platform: make virtual functions private, rendering protected, other public. 13 years ago
Vladimír Vondruš fbc9277b12 Platform: publicly document copy/move inability of Event classes. 13 years ago
Vladimír Vondruš 698b150c90 Platform: disable copy/move of Application classes. 13 years ago
Vladimír Vondruš da049642cf Platform: WindolessGlxApplication::Configuration can be a POD. 13 years ago
Vladimír Vondruš b406404969 Platform: there is no point in disabling copy/move of Configuration. 13 years ago
Vladimír Vondruš 5c0747359a Platform: add default argument to createContext(). 13 years ago
Vladimír Vondruš a2dbe53c7d Platform: no need to have convenience overload of internal constructor. 13 years ago
Vladimír Vondruš 77677ff48d Platform: unified and cleaned up context creation. 13 years ago
Vladimír Vondruš fea61e60f7 Platform: cleaned up unneeded includes. 13 years ago
Vladimír Vondruš 75ac846df1 Platform: documentation updates. 13 years ago
Vladimír Vondruš af3ecdc126 Platform: no need to have GlutApplication::redraw() virtual. 13 years ago