7075 Commits (8d22aaa28fa70946a49e01a5ed62cbb132d2e1b5)
 

Author SHA1 Message Date
Vladimír Vondruš 8d22aaa28f GL: improve docs for RenderbufferFormat, list alternatives. 7 years ago
Vladimír Vondruš e6d6d181a9 Shaders: inflate fuzzy thresholds for FlatGLTest. 7 years ago
Vladimír Vondruš 1246c53c97 Shaders: inflate fuzzy thresholds for PhongGLTest, add some XFAILs. 7 years ago
Vladimír Vondruš 08f6615048 Shaders: make alpha mask = 1.0 do what's expected. 7 years ago
Vladimír Vondruš c98b65b82f Shaders: fix setup of the tangent attribute on ES2. 7 years ago
Vladimír Vondruš 91f1e1ccb5 Shaders: fix an assertion in Phong::bindTextures(). 7 years ago
Vladimír Vondruš 8276405ce3 Shaders: rendering tests for Flat shader. 7 years ago
Vladimír Vondruš 87764900a4 Shaders: rendering tests for Phong shader. 7 years ago
Vladimír Vondruš 8ef975616f Primitives: textured circle primitive. 7 years ago
Vladimír Vondruš 8c439a2b66 Primitives: use container comparison for circle test. 7 years ago
Vladimír Vondruš 8f94a7717f Primitives: constify. 7 years ago
Vladimír Vondruš 3967116dee Primitives: use Math::sincos() where appropriate. 7 years ago
Vladimír Vondruš 6c434c7b21 Primitives: remove cruft deprecated in 2018.04. 7 years ago
Vladimír Vondruš 9def7ba7f6 Math: add a long double pi for sincos tests. 7 years ago
Vladimír Vondruš efe2f14284 Math: improve precision of double constants by one more digit. 7 years ago
Vladimír Vondruš 13b4bf8461 Math: use __builtin_sincos for sincos() on GCC. 7 years ago
Vladimír Vondruš e9286421a1 Platform: improve the UX of windowless Emscripten apps. 7 years ago
Vladimír Vondruš f84a91ea06 DebugTools: improve CompareImage failure message. 7 years ago
Vladimír Vondruš 5ebd8394e8 DebugTools: doc++ 7 years ago
Vladimír Vondruš a0232e8506 DebugTools: CompareImage can now compare against pixel views. 7 years ago
Vladimír Vondruš 0ba050f15e Don't blow up in ImageView::pixels() if the image has empty data. 7 years ago
Vladimír Vondruš 069c81b9cb Deprecate passing nullptr to images. 7 years ago
Vladimír Vondruš c6737e1958 DebugTools: PIMPL all CompareImage's state. 7 years ago
Vladimír Vondruš f4fd8a0648 DebugTools: rewrite CompareImage guts to use StridedArrayView. 7 years ago
Vladimír Vondruš d0a02a2429 GL: allow reading of zero-size images. 7 years ago
Vladimír Vondruš e2610bff18 modules: updated FindCorrade.cmake. 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š 217ea0c7b4 Platform: clearer asserts for ScreenedApplication. 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š f3e0a852d5 Platform: make Screen::{focus,blur}Event() optional to implement. 7 years ago
Vladimír Vondruš 67a5602967 Platform: make BasicScreen destructor virtual. 7 years ago
Vladimír Vondruš 466c3bb957 Platform: why the heck was this missing from EmscriptenApplication? 7 years ago
Vladimír Vondruš e08cdced88 Platform: make ScreenedApplication available for AndroidApplication. 7 years ago
Vladimír Vondruš d1b7e4ded4 Platform: make KeyEvent in the Screen also a mixin. 7 years ago
Vladimír Vondruš 2828548d7d Platform: expose mouseScrollEvent() and text*Event() in Screen APIs. 7 years ago
Vladimír Vondruš bb982a4089 Platform: overrideable functions in Screen can now be private. 7 years ago
Vladimír Vondruš 13d5ca04de package/ci: use an image that doesn't have crashy nodejs. 7 years ago
Vladimír Vondruš 37996e12b7 doc: improve docs about external CMake modules. 7 years ago
Vladimír Vondruš 544f30b52f Platform: make Application and other conditional aliases searchable. 7 years ago
Vladimír Vondruš 51ff5644f0 Platform: minor cosmetic changes. 7 years ago
Vladimír Vondruš 10c8bd7516 Platform: group Screen members the same way as in Applications. 7 years ago
Vladimír Vondruš ed6cde9536 DebugTools: support --save-diagnostic in CompareImage. 7 years ago
Vladimír Vondruš 4f55a17316 DebugTools: well, yes, isn't that obvious? 7 years ago
Vladimír Vondruš f102b86645 DebugTools: prepare CompareImage for more than one plugin manager. 7 years ago
Vladimír Vondruš bc0e45fb95 DebugTools: clearer name for a define. 7 years ago
Vladimír Vondruš 9e0b24fa5b DebugTools: doc++, minor cleanup. 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