3316 Commits (3fcb65de06b9467c5dec4187f027295cd20bf3df)

Author SHA1 Message Date
Vladimír Vondruš c56940993b Use the new math constants throughout the code. 12 years ago
Vladimír Vondruš 00124f65eb Math: return unspecified value after an assertion. 12 years ago
Vladimír Vondruš 75c3e00844 Math: added NaN and infinity to constants. 12 years ago
Vladimír Vondruš 076144886a Math: added half pi and Euler's number to constants. 12 years ago
Vladimír Vondruš fdb8991d56 Math: various cleanup. 12 years ago
Vladimír Vondruš 48e666e238 Platform: try to create core context in Sdl2Application on all platforms. 12 years ago
Vladimír Vondruš 97bc4e9181 Platform: cleanup. 12 years ago
Vladimír Vondruš 64a02d68db Math: document more non-obvious tricks. 12 years ago
Vladimír Vondruš 05565ef4f7 Math: document some potentially non-obvious tricks. 12 years ago
Vladimír Vondruš 3b76862f69 Math: minor cleanup. 12 years ago
Vladimír Vondruš 8446186a4e Account for missing glVertexArrayVertexAttribDivisorEXT. 12 years ago
Vladimír Vondruš f3e02008fb No need to use class/struct keyword in friend declarations. 12 years ago
Vladimír Vondruš 3174c4f7e5 Platform: minor cleanup. 12 years ago
Vladimír Vondruš c2f4f820fc Platform: fix compilation of WindowlessCglApplication. 12 years ago
Vladimír Vondruš 4de8ba6516 SceneGraph: fix deprecated declarations. 12 years ago
Vladimír Vondruš 374571ef04 Full ARB_direct_state_access support in Buffer. 12 years ago
Vladimír Vondruš a5381993a5 Full ARB_direct_state_access support in textures. 12 years ago
Vladimír Vondruš dca670eb70 Full ARB_direct_state_access support in framebuffers. 12 years ago
Vladimír Vondruš f907797bc1 Fix Framebuffer test on ES2. 12 years ago
Vladimír Vondruš 06b412fed0 Test: ensure that all extensions are available. 12 years ago
Vladimír Vondruš a68811a1c5 This is no longer true. 12 years ago
Vladimír Vondruš 2f42398d5e Mention performance optimizations in TransformFeedback. 12 years ago
Vladimír Vondruš d6d83fe520 Disable framebuffer subdata invalidation for ES2. 12 years ago
Vladimír Vondruš b6d9de83dc Fix size computation for array textures in setStorage() fallback. 12 years ago
Vladimír Vondruš 3de303fd60 Discourage usage of *Texture::setImage() even more. 12 years ago
Vladimír Vondruš 1bc3723702 Math: this also isn't Doxygen's fault. 12 years ago
Vladimír Vondruš bec87b9d32 Properly reference operator. 12 years ago
Vladimír Vondruš 11ed4882e0 Removed some workarounds for references in documentation. 12 years ago
Vladimír Vondruš 8be3630432 Math: doc++ 12 years ago
Vladimír Vondruš d58d2b6ede SceneGraph: fix Doxygen warnings. 12 years ago
Vladimír Vondruš 5fb46d1db4 Avoid too long lines in Doxygen documentation. 12 years ago
Vladimír Vondruš a648821912 SceneGraph: deprecating TransformationType enum and related functions. 12 years ago
Vladimír Vondruš 1c29242e35 MeshTools: fix typo. 12 years ago
Vladimír Vondruš 960f3b61f8 Trade: document default implementation of virtual functions. 12 years ago
Vladimír Vondruš 605b014c54 Fix ES2 build. 12 years ago
Vladimír Vondruš cdfe419358 ObjImporter: another workaround to make Clang Analyzer happy. 12 years ago
Vladimír Vondruš e8aed269a1 Text: workaround to make Clang Analyzer happy. 12 years ago
Vladimír Vondruš 7758455970 Avoid null pointer dereference. 12 years ago
Vladimír Vondruš 3a230498e0 Fixed OOB memory access in test. 12 years ago
Vladimír Vondruš eb4eda48f5 Using std::unique_ptr instead of naked pointers in internal implementation. 12 years ago
Vladimír Vondruš 9d6c52cd92 Alphabetically reorder extension groups. 12 years ago
Vladimír Vondruš 7726c10388 TgaImageConverter: update error message. 12 years ago
Vladimír Vondruš bb995dfd5f MagnumPlugins: doc++ 12 years ago
Vladimír Vondruš d812559605 Removed autolink-preventing % noise from plugins. 12 years ago
Vladimír Vondruš a894904cab Removed autolink-preventing % noise and unneeded HTML from root namespace. 12 years ago
Vladimír Vondruš ae56f1be72 Trade: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš 1e160d3216 TextureTools: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš 643daa7594 Text: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš b19743157a Shapes: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš a8a378316f Shaders: removed autolink-preventing % noise. 12 years ago