1249 Commits (4bc84f68153ecff0307a6a314fa62fd91b14dc6f)

Author SHA1 Message Date
Vladimír Vondruš 30b8257c5e doc: updated credits and changelog. 7 years ago
Vladimír Vondruš e8a715f54d doc: pretty pictures for the Shaders namespace overview. 7 years ago
Vladimír Vondruš 5617cb5199 Shaders: vertex color support in Phong and Flat. 7 years ago
Vladimír Vondruš a3c8d8ec63 Shaders: allow Phong with zero lights. 7 years ago
Vladimír Vondruš 1887fe0ab9 Math: added a scalar equal() / notEqual() variant. 7 years ago
Vladimír Vondruš 0f7e1e8fad Deprecate ResourceManager::instance(). 7 years ago
Vladimír Vondruš 110f8a37b9 doc: avoid horizontal scrollbars in Shaders code snippets. 7 years ago
Vladimír Vondruš 89d4a754d5 Platform: add MouseMoveEvent::relativePosition() to Glfw and Emscripten. 7 years ago
Vladimír Vondruš 31f5ca4546 Platform: check and return a reference from Screen::application(). 7 years ago
Vladimír Vondruš ad22f463fb Platform: add {Sdl2,Glfw,Emscripten}Application::setWindowTitle(). 7 years ago
Vladimír Vondruš 67bdc1bbd4 GL: make the ApiTrace viewport workaround no longer silent. 7 years ago
Vladimír Vondruš 87ac8a8cd2 Shaders: support object ID output in Flat and Phong. 7 years ago
Vladimír Vondruš c9d26a0628 doc: it doesn't make sense to use indexed outputs for this. 7 years ago
Vladimír Vondruš 8ef975616f Primitives: textured circle primitive. 7 years ago
Vladimír Vondruš 6c434c7b21 Primitives: remove cruft deprecated in 2018.04. 7 years ago
Vladimír Vondruš 13b4bf8461 Math: use __builtin_sincos for sincos() on GCC. 7 years ago
Vladimír Vondruš f84a91ea06 DebugTools: improve CompareImage failure message. 7 years ago
Vladimír Vondruš a0232e8506 DebugTools: CompareImage can now compare against pixel views. 7 years ago
Vladimír Vondruš 069c81b9cb Deprecate passing nullptr to images. 7 years ago
Vladimír Vondruš 377ff068f3 Doc++ 7 years ago
Vladimír Vondruš 0fac99149d doc: add more stuff to Windows-specific docs. 7 years ago
Vladimír Vondruš 206122b405 Platform: make it possible to create & add a Screen in one step. 7 years ago
Vladimír Vondruš 081f784836 Platform: improve ScreenedApplication docs. 7 years ago
Vladimír Vondruš e08cdced88 Platform: make ScreenedApplication available for AndroidApplication. 7 years ago
Vladimír Vondruš 2828548d7d Platform: expose mouseScrollEvent() and text*Event() in Screen APIs. 7 years ago
Vladimír Vondruš 37996e12b7 doc: improve docs about external CMake modules. 7 years ago
Vladimír Vondruš ed6cde9536 DebugTools: support --save-diagnostic in CompareImage. 7 years ago
Vladimír Vondruš 5d9fb386f5 DebugTools: make CompareImage work correctly with NaNs and infinities. 7 years ago
Vladimír Vondruš ab4b9f9600 Doc++ 7 years ago
Vladimír Vondruš 3cf9dbf409 Math: added component-wise equal()/notEqual() for vectors. 7 years ago
Vladimír Vondruš 0d71c1d1cc Search plugins relative to library DLLs on Windows. 7 years ago
Vladimír Vondruš 249459d710 doc: work around another EGL include issue by including less. 7 years ago
Vladimír Vondruš f6503d52d9 modules: we don't need GL(ES) include files. 7 years ago
Vladimír Vondruš fa50929c78 modules: explicitly link to Emscripten GL and OpenAL libraries. 7 years ago
Vladimír Vondruš 38ef891682 Doc++ 7 years ago
Vladimír Vondruš df6582d948 Platform: ask for debug context if --magnum-gpu-validation is enabled. 7 years ago
Vladimír Vondruš b1abf4d507 doc: unify this line with other projects. 7 years ago
Vladimír Vondruš 23cc24b183 doc: updated changelog. 7 years ago
Vladimír Vondruš 8131701e7e Doc++, updated credits and changelog. 7 years ago
synnick 0364e14dac Grammar and clarity edits for the Scene Graph feature doc 7 years ago
synnick a1d0513974 Correct a few grammar errors in docs 7 years ago
synnick 0a10308ed2 Copy edit the matrix-vector doc page 7 years ago
Vladimír Vondruš 07b3253714 GL: make it possible to read pixel data into mutable image views. 7 years ago
Vladimír Vondruš 1b7c2d9666 Use Basic[Mutable]ImageView aliases instead of nondescript raw types. 7 years ago
Vladimír Vondruš 93789721b2 De-inline Image headers, remove dependency on ImageView. 7 years ago
Vladimír Vondruš 41b975cb69 New Mutable[Compressed]ImageView types for non-const image data views. 7 years ago
Vladimír Vondruš 3d5f7b9a3c Make r-value [Compressed]Image[Data]::data() return an Array. 7 years ago
Vladimír Vondruš 1c25bdba7a Deprecate templated [Compressed]Image{,View,Data}::data(). 7 years ago
Vladimír Vondruš 15c417ac70 Doc++ 7 years ago
Vladimír Vondruš 50902e72d7 Platform: check for non-null GL_VENDOR before comparing it. 7 years ago