114 Commits (2ca8d0ebb2c8cd8ffeca680bbce93d25e939cc66)

Author SHA1 Message Date
Vladimír Vondruš cc5f2d7862 Deprecate the weird Magnum::Array class. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 7137747b1b CMake: it doesn't make sense to not FORCE this. 5 years ago
Vladimír Vondruš 13dfb6472f ShaderTools: bootstrap new library. 6 years ago
Vladimír Vondruš e0fd43f6fd Trade: extract Implementation:setOptions() to core lib. 6 years ago
Vladimír Vondruš b05a7ce3b7 Fix generation of the version.h header when inside a Git submodule. 6 years ago
janos 8013afc28c Math: add binomial coefficient function. 6 years ago
Vladimír Vondruš fac6f4da26 Of course I messed up generating the version header. 6 years ago
Vladimír Vondruš 293f092f14 Add a version.h header with full Git version information. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš f16a1b7731 Bloody hell. 6 years ago
Vladimír Vondruš 520c22f2fe New VertexFormat enum. 6 years ago
Vladimír Vondruš daf471381e Math: add batch integer packing/unpacking and casting functions. 6 years ago
Vladimír Vondruš e7aeaf78d0 Remove ResourceManager::instance() singleton deprecated in 2019.10. 6 years ago
Vladimír Vondruš 5dc791a75c Be nice and provide a clear assert in meshIndexTypeSize(). 7 years ago
Vladimír Vondruš 9f8f9b4164 Optimize {Compressed,}PixelFormat debug output. 7 years ago
Vladimír Vondruš 1ab963ea93 Consolidate stringified enums in mesh Debug and configuration parsers. 7 years ago
Vladimír Vondruš 24f7d45364 Implement globals shared across DLLs on Windows. 7 years ago
Vladimír Vondruš 3a243a04b2 CMake: put all binaries into a dedicated location in the build dir. 7 years ago
Vladimír Vondruš 93789721b2 De-inline Image headers, remove dependency on ImageView. 7 years ago
Vladimír Vondruš e5175583a7 Added Image::pixels(), ImageView::pixels() and Trade::ImageData::pixels(). 7 years ago
Vladimír Vondruš aca02f52f5 Shapes: this library is no more either. 7 years ago
Vladimír Vondruš 930a323c05 GL: removed deprecated aliases to GL functionality in the root namespace. 7 years ago
Vladimír Vondruš e3fc0d037c Move Trade::ImporterFileCallbackPolicy to InputFileCallbackPolicy. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš d7d8e49de2 Math: make all literals usable with Utility::Tweakable. 8 years ago
Vladimír Vondruš a77a46c926 Math: debug output for Half with proper amount of decimal places. 8 years ago
Vladimír Vondruš 2adc4e8f59 Animation: implementation of the Player class. 8 years ago
Vladimír Vondruš 844b42f5e9 Animation: added Interpolation enum and interpolatorFor() helper. 8 years ago
Vladimír Vondruš 9a8f88d59e Bootstrap the Animation library with keyframe interpolation functions. 8 years ago
Vladimír Vondruš fec1a07b9b Bootstrap Vulkan support. 8 years ago
Vladimír Vondruš a1d2277e96 Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
Vladimír Vondruš b3fa6e538a Split the OpenGL layer out, pt 11: generic MeshPrimitive and MeshIndexType. 8 years ago
Vladimír Vondruš 8fa9b89882 Split the OpenGL layer out, pt 10: test the new image APIs. 8 years ago
Vladimír Vondruš 6d41597d1d Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
Vladimír Vondruš ddbf220c30 Split the OpenGL layer out, pt 8: move out GL-specific PixelStorage parts. 8 years ago
Vladimír Vondruš e5e231784a Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
Vladimír Vondruš fc1b167bff Split the OpenGL layer out, pt 1: moving files to a new location. 8 years ago
Vladimír Vondruš 8ef0def279 Include only what's necessary for the Math lib. 8 years ago
Vladimír Vondruš c37be4c37e Move heavier ImageView member functions into an implementation file. 8 years ago
Vladimír Vondruš 920db7aa73 Split the Trade library out. 8 years ago
Vladimír Vondruš fff756ad06 Work around issue with Unicode shaders with threaded Emscripten. 8 years ago
Vladimír Vondruš 4695907fb2 Removed long-deprecated stuff from DebugMessage. 8 years ago
Vladimír Vondruš a4ed4dc35a Removed long-deprecated Query.h header. 8 years ago
Vladimír Vondruš e1ebe9acba Removed long-deprecated ColorFormat.h header and ColorType/ColorFormat enums. 8 years ago
Vladimír Vondruš b61a33d30a Removed long-deprecated Color.h and BasicColor[34] typedefs. 8 years ago
Vladimír Vondruš ecb7c42dac Removed long-deprecated ImageReference.h and the ImageReference alias. 8 years ago
Vladimír Vondruš 8f27da9dfd Set library soversion to 1.0, version to 0. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 2145ae9b96 Dropped NaCl support. 9 years ago