-
50721638ae
doc: updated changelog and credits.
Vladimír Vondruš
2019-11-05 13:21:12 +0100
-
40bfa7ae91
Plaftorm: Add cursor management support
Marco Melorio
2019-10-17 18:24:24 +0200
-
5dc791a75c
Be nice and provide a clear assert in meshIndexTypeSize().
Vladimír Vondruš
2019-11-04 19:42:59 +0100
-
96ea050a74
Primitives: fix a missing face in cylinder and cone primitives.
Vladimír Vondruš
2019-11-05 13:04:45 +0100
-
8c902bec4d
Primitives: make Cone and Cylinder tests more maintainable.
Vladimír Vondruš
2019-11-05 11:30:44 +0100
-
e496b991b5
GL: properly prefix an error message.
Vladimír Vondruš
2019-11-04 15:07:42 +0100
-
86ced6e72a
doc: doxygen you're stupid, thank you.
Vladimír Vondruš
2019-11-04 17:00:38 +0100
-
70277f4b04
doc: mention GLSL BOM issues in Windows troubleshooting guide.
Vladimír Vondruš
2019-11-04 14:48:56 +0100
-
c5872f2ddf
imagecoverter: implement raw pixel import as well.
Vladimír Vondruš
2019-11-03 21:59:24 +0100
-
2de43c4fc1
Make (Compressed)PixelFormat work with Configuration.
Vladimír Vondruš
2019-11-03 21:23:50 +0100
-
c763c782b8
Forward-declare std::string.
Vladimír Vondruš
2019-11-03 21:14:15 +0100
-
f2b33fa1ef
Why is this here.
Vladimír Vondruš
2019-11-03 20:48:07 +0100
-
9f8f9b4164
Optimize {Compressed,}PixelFormat debug output.
Vladimír Vondruš
2019-11-03 20:52:56 +0100
-
1ab963ea93
Consolidate stringified enums in mesh Debug and configuration parsers.
Vladimír Vondruš
2019-11-03 18:38:15 +0100
-
dcda629428
package/archlinux: whoopsie, this wasn't updated in CENTURIES.
Vladimír Vondruš
2019-11-03 11:41:07 +0100
-
e8280abfac
Doc++
Vladimír Vondruš
2019-11-03 11:40:56 +0100
-
0aec0db323
imageconverter: clarify message, don't die on compressed images.
Vladimír Vondruš
2019-11-01 22:31:26 +0100
-
b3544a0404
imageconverter: make it possible to save raw imported data.
Vladimír Vondruš
2019-11-01 22:25:49 +0100
-
d08e5c1638
imageconverter: print available plugins on importer/converter load error.
Vladimír Vondruš
2019-11-01 21:57:44 +0100
-
4671128cd4
doc: mention how to supply Windows manifests without CMake.
Vladimír Vondruš
2019-11-01 21:44:29 +0100
-
a85d24ad17
Audio, GL: (attempt to) fix MinGW GCC warnings on static Windows builds.
Vladimír Vondruš
2019-10-31 11:43:49 +0100
-
aa722cd5bd
Platform: Xlib.h is a bad, bad thing.
Vladimír Vondruš
2019-10-31 11:43:20 +0100
-
90007a6cb7
modules: clean up pthread linking in FindSDL2.cmake.
Vladimír Vondruš
2019-10-26 18:47:34 +0200
-
4a06b913a8
Doc++
Vladimír Vondruš
2019-10-26 18:25:36 +0200
-
b850744ce5
package/homebrew: update for 2019.10.
Vladimír Vondruš
2019-10-26 18:24:37 +0200
-
8070f81416
package/msys: update for 2019.10.
Vladimír Vondruš
2019-10-26 18:24:20 +0200
-
a77e91527e
package/archlinux: update version numbers for 2019.10.
Vladimír Vondruš
2019-10-26 18:24:04 +0200
-
deb25cd28f
singles: update for 2019.10.
Vladimír Vondruš
2019-10-26 18:23:26 +0200
-
8412e8f99c
package/debian: update changelog for 2019.10.
v2019.10
Vladimír Vondruš
2019-10-24 13:15:03 +0200
-
ac71d99f57
Bumped soversion for 2019.10.
Vladimír Vondruš
2019-10-24 12:54:16 +0200
-
8d8bab7830
doc: updated changelog for the 2019.10 release.
Vladimír Vondruš
2019-10-24 11:41:20 +0200
-
cdd0147edb
Disable automatic resource initializers when building static.
Vladimír Vondruš
2019-10-23 22:49:25 +0200
-
909887ad7c
A sad workaround for a sad misery with Python bindings on Windows.
Vladimír Vondruš
2019-10-23 22:48:30 +0200
-
de95eddb3f
Use the new Matrix4::normalMatrix() everywhere.
Vladimír Vondruš
2019-10-23 14:32:01 +0200
-
de3f8858f0
Math: now that we have a standalone cofactor(), inline its internals.
Vladimír Vondruš
2019-10-23 12:32:12 +0200
-
515637c76a
Math: implement a robust and faster Matrix4::normalMatrix().
Vladimír Vondruš
2019-10-23 12:07:49 +0200
-
e3a820f468
Math: benchmark basic Matrix operations.
Vladimír Vondruš
2019-10-23 11:57:10 +0200
-
ccf8b665b4
package/archlinux: updated gitignore.
Vladimír Vondruš
2019-10-23 12:34:12 +0200
-
303468f299
Doc++
Vladimír Vondruš
2019-10-23 10:55:17 +0200
-
abf9d9aa50
plugins: modify binary output location only if all variables are set.
Vladimír Vondruš
2019-10-21 18:23:40 +0200
-
d3cd7f514f
CMake: don't override output location if any of these is set.
Vladimír Vondruš
2019-10-21 17:49:13 +0200
-
5f4e76e646
DebugTools: fix a linker error on Clang.
Vladimír Vondruš
2019-10-21 17:48:20 +0200
-
507c5bf739
GL: remove the nv-egl-forward-compatible-context-unhappy workaround.
Vladimír Vondruš
2019-10-21 16:55:18 +0200
-
607b3a15fa
DebugTools: finish ResourceManager singleton deprecation.
Vladimír Vondruš
2019-10-21 16:52:04 +0200
-
8c7c2c5745
SceneGraph: clarify transformation calculation.
Vladimír Vondruš
2019-10-21 13:44:47 +0200
-
c1800d9778
doc: some more Gradle troubleshooting.
Vladimír Vondruš
2019-10-21 12:58:53 +0200
-
9fad16182e
Platform: implement AndroidApplication::MouseMoveEvent::relativePosition().
Vladimír Vondruš
2019-10-21 12:58:28 +0200
-
35bf229ed5
Platform: add Sdl2Application::Configuration::WindowFlag::{OpenGL,Vulkan}.
Vladimír Vondruš
2019-10-21 12:13:15 +0200
-
b3759b6a98
GL: ensure gl_PointCoord works correctly also on compatibility profile.
Vladimír Vondruš
2019-10-21 00:18:32 +0200
-
8d2d848fe9
Doc++
Vladimír Vondruš
2019-10-21 00:17:14 +0200
-
b64bb14412
Don't use angle brackets for local includes.
Vladimír Vondruš
2019-10-21 00:16:48 +0200
-
108c75efcf
Fix non-deprecated static Windows build.
Vladimír Vondruš
2019-10-20 11:32:53 +0200
-
023c3811c8
Primitives: doc++
Vladimír Vondruš
2019-10-20 11:32:42 +0200
-
d2a5f81e77
Plaftorm: Add cursor management support
#383
Marco Melorio
2019-10-17 18:24:24 +0200
-
-
-
52ff540407
Primitives: fix and make gradient function params consistent.
Vladimír Vondruš
2019-10-19 19:21:05 +0200
-
26accc7ec1
GL: AMD on Windows is also useless for framebufer format queries :/
Vladimír Vondruš
2019-10-19 18:05:08 +0200
-
3629af231b
GL: new amd-windows-broken-dsa-cubemap-copy workaround.
Vladimír Vondruš
2019-10-19 18:03:56 +0200
-
9fa87652e6
GL: new amd-windows-dsa-createquery-except-xfb-overflow workaround.
Vladimír Vondruš
2019-10-19 18:01:52 +0200
-
d06914a1bd
doc: hint that Optional is a safer NoCreate.
Vladimír Vondruš
2019-10-19 00:59:52 +0200
-
82f53862e1
Platform: Sdl2Application::mainLoopIteration() now returns a bool.
Vladimír Vondruš
2019-10-19 00:37:45 +0200
-
24f7d45364
Implement globals shared across DLLs on Windows.
Vladimír Vondruš
2019-10-19 00:27:19 +0200
-
ca326fdb18
GL: pile on more workarounds for CubeMapTexture DSA code paths.
Vladimír Vondruš
2019-10-18 23:24:42 +0200
-
f2ba5602a4
GL: Intel Windows drivers 26 are less shitty w/ double attributes.
Vladimír Vondruš
2019-10-18 01:22:56 +0200
-
f2252cfa3a
Updated toolchains submodule.
Vladimír Vondruš
2019-10-16 19:37:47 +0200
-
5c042f62d0
GL: if timer queries are not available, SKIP the benchmarks.
Vladimír Vondruš
2019-10-16 19:08:54 +0200
-
60c18f93a1
GL: implement time queries for WebGL 2, and workarounds, and ...
Vladimír Vondruš
2019-10-16 18:33:34 +0200
-
cb5fe2dd49
GL: don't forward-declare what doesn't exist.
Vladimír Vondruš
2019-10-16 18:28:07 +0200
-
05b9509dba
Expose UnsignedLong and Long on Emscripten.
Vladimír Vondruš
2019-10-16 18:26:56 +0200
-
0731546bc8
Copy HTML runners for magnum-gl-info and magnum-al-info into the build dir.
Vladimír Vondruš
2019-10-16 18:18:23 +0200
-
-
-
6ebe264e61
doc: updated credits and changelog.
Vladimír Vondruš
2019-10-16 19:50:46 +0200
-
c632099501
Shaders: inflate rendering test thresholds a bit for the iPhone GPU.
Marco Melorio
2019-10-16 19:37:07 +0200
-
2379b8cd09
Fixed shaders tests for iOS
#382
Marco Melorio
2019-10-16 18:48:58 +0200
-
cc738fe1c3
modules: Make SDL2_INCLUDE_DIR point to the root.
#381
findsdl-include-root
Vladimír Vondruš
2019-10-12 15:36:21 +0200
-
-
-
66ebed23c8
imageconverter: doc++
Vladimír Vondruš
2019-10-15 22:16:39 +0200
-
05baf2fa50
imageconverter: apparently I never tested these additions.
Vladimír Vondruš
2019-10-15 22:14:53 +0200
-
3538ac96a9
doc: further improve the Getting Started Guide.
Vladimír Vondruš
2019-10-15 18:07:25 +0200
-
744bd219d4
doc: further iterate on plugin CMake usage, update changelog.
Vladimír Vondruš
2019-10-15 17:42:18 +0200
-
1e6ae7c863
doc: mention the new Emscripten helper message coming from toolchains.
Vladimír Vondruš
2019-10-15 17:40:34 +0200
-
51489ff717
Updated toolchains submodule.
Vladimír Vondruš
2019-10-15 15:54:41 +0200
-
538de16254
package/debian: nobody's reading these anyway.
Vladimír Vondruš
2019-10-15 15:37:53 +0200
-
df5b4245bf
package/debian: require CMake 3.4.
Vladimír Vondruš
2019-10-15 15:37:37 +0200
-
3afa29ed5b
DebugTools: XFAIL a screenshot() test if the format is not R8.
Vladimír Vondruš
2019-10-15 14:24:18 +0200
-
65b589f765
New explicit-uniform-location-is-less-explicit-than-you-hoped workaround.
Vladimír Vondruš
2019-10-15 14:18:19 +0200
-
dac61f51cc
Trade: implement passing importer/converter options to imageconverter.
Vladimír Vondruš
2019-10-14 16:02:25 +0200
-
32175eecaf
Trade: link magnum-imageconverter to pthreads.
Vladimír Vondruš
2019-10-14 15:33:18 +0200
-
6b64ee6240
doc: rewrite the Getting Started Guide to be better for Windows users.
Vladimír Vondruš
2019-10-11 22:37:20 +0200
-
3076080553
doc: mention Visual Studio startup project in Windows troubleshooting guide.
Vladimír Vondruš
2019-10-12 16:27:15 +0200
-
ef1fbd8e4b
CMake: copy SDL / GLFW DLLs to CMAKE_RUNTIME_OUTPUT_DIRECTORY.
Vladimír Vondruš
2019-10-12 16:26:38 +0200
-
1d41b88053
modules: don't use obsolete CMake features.
Vladimír Vondruš
2019-10-12 16:21:55 +0200
-
0369291ab4
modules: look for GLFW DLL on Windows.
Vladimír Vondruš
2019-10-12 15:56:35 +0200
-
6c8c1798fb
modules: minor sanity "asserts" in FindSDL2.cmake.
Vladimír Vondruš
2019-10-12 15:56:12 +0200
-
cc6e7573c9
modules: look for glfw3dll as well.
Vladimír Vondruš
2019-10-12 15:42:52 +0200
-
dc48491b40
modules: expose SDL2 DLL locations in FindSDL2.cmake.
Ivan Sanz Carasa
2019-10-12 14:39:33 +0200
-
3a243a04b2
CMake: put all binaries into a dedicated location in the build dir.
Vladimír Vondruš
2019-10-08 16:20:58 +0200
-
bc73348716
modules: updated FindCorrade.cmake.
Vladimír Vondruš
2019-10-10 11:17:48 +0200
-
9615dd818c
package/ci: why the OpenAL download has to die just now?!
Vladimír Vondruš
2019-10-11 21:51:35 +0200
-
8f72f383df
external: update Vulkan headers with latest flextgl.
Vladimír Vondruš
2019-10-11 20:20:09 +0200
-
32ce1f1b43
external: include KHR/khrplatform.h absolutely.
Vladimír Vondruš
2019-10-11 20:18:30 +0200
-
00e3a1f6d8
doc: updated changelog.
Vladimír Vondruš
2019-10-09 00:31:07 +0200
-
20b6a9f085
doc: remove old EXT_DSA function reference.
Vladimír Vondruš
2019-10-08 21:25:53 +0200