Commit Graph

  • 2292d17b16 AnySceneImporter: fix non-deprecated build. Vladimír Vondruš 2014-11-23 21:03:39 +0100
  • 3fca35c81d Added plugin AnySceneImporter. Vladimír Vondruš 2014-11-23 19:12:53 +0100
  • 4de8ba6516 SceneGraph: fix deprecated declarations. Vladimír Vondruš 2014-11-23 18:03:45 +0100
  • 0cf870b6dc doc: we now have pretty complete ARB_direct_state_access support. Vladimír Vondruš 2014-11-18 22:44:10 +0100
  • 374571ef04 Full ARB_direct_state_access support in Buffer. Vladimír Vondruš 2014-11-18 22:40:44 +0100
  • a5381993a5 Full ARB_direct_state_access support in textures. Vladimír Vondruš 2014-11-18 20:28:52 +0100
  • dca670eb70 Full ARB_direct_state_access support in framebuffers. Vladimír Vondruš 2014-11-17 18:37:56 +0100
  • 41ac6cb479 doc: explicitly mention CMAKE_PREFIX_PATH in building docs. Vladimír Vondruš 2014-11-20 21:10:51 +0100
  • f907797bc1 Fix Framebuffer test on ES2. Vladimír Vondruš 2014-11-23 16:53:27 +0100
  • 64f1725f3e doc: more path updating. Vladimír Vondruš 2014-11-20 21:51:43 +0100
  • 65a759245e Updated toolchains submodule. Vladimír Vondruš 2014-11-20 21:38:55 +0100
  • cde538600e package: all crosscompiling packages require native corrade package. Vladimír Vondruš 2014-11-20 21:21:49 +0100
  • 38d5365f62 package: use "emscripten" AUR package. Vladimír Vondruš 2014-11-20 21:10:22 +0100
  • 06b412fed0 Test: ensure that all extensions are available. Vladimír Vondruš 2014-11-18 20:35:21 +0100
  • a68811a1c5 This is no longer true. Vladimír Vondruš 2014-11-18 20:34:41 +0100
  • 2f42398d5e Mention performance optimizations in TransformFeedback. Vladimír Vondruš 2014-11-17 19:15:06 +0100
  • d6d83fe520 Disable framebuffer subdata invalidation for ES2. Vladimír Vondruš 2014-11-17 17:39:42 +0100
  • b6d9de83dc Fix size computation for array textures in setStorage() fallback. Vladimír Vondruš 2014-11-17 20:52:03 +0100
  • 3de303fd60 Discourage usage of *Texture::setImage() even more. Vladimír Vondruš 2014-11-17 14:26:59 +0100
  • 1bc3723702 Math: this also isn't Doxygen's fault. Vladimír Vondruš 2014-11-16 21:18:45 +0100
  • bec87b9d32 Properly reference operator. Vladimír Vondruš 2014-11-16 21:18:10 +0100
  • 11ed4882e0 Removed some workarounds for references in documentation. Vladimír Vondruš 2014-11-16 18:13:01 +0100
  • 8be3630432 Math: doc++ Vladimír Vondruš 2014-11-16 12:34:52 +0100
  • d58d2b6ede SceneGraph: fix Doxygen warnings. Vladimír Vondruš 2014-11-16 12:30:56 +0100
  • 5fb46d1db4 Avoid too long lines in Doxygen documentation. Vladimír Vondruš 2014-11-16 12:30:28 +0100
  • 4add9296a3 modules: simplified flag parsing in FindMagnum.cmake. Vladimír Vondruš 2014-11-15 15:42:37 +0100
  • f9cff5e52f modules: get rid of WITH_FIND_MODULE. Vladimír Vondruš 2014-11-15 15:41:00 +0100
  • 2a24cc7511 modules: updated FindCorrade.cmake, adapted to Corrade changes. Vladimír Vondruš 2014-11-15 15:10:44 +0100
  • a648821912 SceneGraph: deprecating TransformationType enum and related functions. Vladimír Vondruš 2014-11-09 21:39:44 +0100
  • 1c29242e35 MeshTools: fix typo. Vladimír Vondruš 2014-11-09 19:53:41 +0100
  • 6456883cd3 AnyImageImporter: include cleanup. Vladimír Vondruš 2014-11-07 23:50:08 +0100
  • 960f3b61f8 Trade: document default implementation of virtual functions. Vladimír Vondruš 2014-11-05 20:26:31 +0100
  • eb0feffc81 package/ci: actually use clang *and* sanitizer. Vladimír Vondruš 2014-11-02 00:41:44 +0100
  • 605b014c54 Fix ES2 build. Vladimír Vondruš 2014-11-01 23:47:55 +0100
  • 3b3499ac2f package/ci: added Clang Analyzer and Clang *Sanitizer jobs. Vladimír Vondruš 2014-11-01 23:41:35 +0100
  • cdfe419358 ObjImporter: another workaround to make Clang Analyzer happy. Vladimír Vondruš 2014-11-01 23:35:38 +0100
  • e8aed269a1 Text: workaround to make Clang Analyzer happy. Vladimír Vondruš 2014-11-01 23:35:00 +0100
  • 7758455970 Avoid null pointer dereference. Vladimír Vondruš 2014-11-01 22:56:10 +0100
  • 6884f88498 doc: make jenkins command copypasteable. Vladimír Vondruš 2014-11-01 22:49:53 +0100
  • 3a230498e0 Fixed OOB memory access in test. Vladimír Vondruš 2014-11-01 22:35:22 +0100
  • eb4eda48f5 Using std::unique_ptr instead of naked pointers in internal implementation. Vladimír Vondruš 2014-11-01 22:34:26 +0100
  • 9d6c52cd92 Alphabetically reorder extension groups. Vladimír Vondruš 2014-11-01 19:18:54 +0100
  • 7726c10388 TgaImageConverter: update error message. Vladimír Vondruš 2014-10-28 16:13:03 +0100
  • bb995dfd5f MagnumPlugins: doc++ Vladimír Vondruš 2014-10-28 16:12:48 +0100
  • 9b679bd1ba doc: have all references in docs relative to root namespace. Vladimír Vondruš 2014-10-28 14:00:41 +0100
  • 8a7831e90d Removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 23:07:08 +0100
  • d812559605 Removed autolink-preventing % noise from plugins. Vladimír Vondruš 2014-10-27 23:03:27 +0100
  • a894904cab Removed autolink-preventing % noise and unneeded HTML from root namespace. Vladimír Vondruš 2014-10-27 23:02:49 +0100
  • ae56f1be72 Trade: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:58:39 +0100
  • 1e160d3216 TextureTools: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:57:55 +0100
  • 643daa7594 Text: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:57:27 +0100
  • b19743157a Shapes: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:56:55 +0100
  • a8a378316f Shaders: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:56:19 +0100
  • 5433271506 SceneGraph: removed autolink-preventing % noise, removed unneeded HTML. Vladimír Vondruš 2014-10-27 22:55:29 +0100
  • 0188b8317a Primitives: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:54:25 +0100
  • 984b8003ea Platform: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:53:57 +0100
  • 05b7cacca6 MeshTools: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:52:59 +0100
  • 6b51e619c1 DebugTools: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:52:30 +0100
  • 1e679c42c7 Audio: removed autolink-preventing % noise. Vladimír Vondruš 2014-10-27 22:52:03 +0100
  • 7dd224ed21 Math: removed autolink-preventing % noise, removed unneeded HTML tags. Vladimír Vondruš 2014-10-27 22:51:18 +0100
  • 372ff22984 doc: removed autolink-preventing % noise, removed unneeded HTML tags. Vladimír Vondruš 2014-10-26 18:51:59 +0100
  • 9a9e69b637 Doxygen: disable autolinking. Vladimír Vondruš 2014-10-26 18:50:10 +0100
  • daf0742c50 doc: use explicit references everywhere. Vladimír Vondruš 2014-10-26 18:36:23 +0100
  • 4c3b7bb37a Test: fix TransformFeedbackGLTest on non-deprecated build. Vladimír Vondruš 2014-10-27 20:28:50 +0100
  • e46cb0f238 Fix non-deprecated build. Vladimír Vondruš 2014-10-27 20:16:33 +0100
  • 1bf8824d15 Fix class/struct mismatch. Vladimír Vondruš 2014-10-27 20:16:17 +0100
  • 3dacecec93 Test: test transform feedback query in PrimitiveQueryGLTest. Vladimír Vondruš 2014-10-26 19:09:22 +0100
  • 50d4bd5c55 Platform: show transform feedback-related limits in magnum-info. Vladimír Vondruš 2014-10-26 19:08:31 +0100
  • 6f355c564d Initial transform feedback implementation. Vladimír Vondruš 2014-10-26 18:59:25 +0100
  • 664e765fd9 Doc++ Vladimír Vondruš 2014-10-26 17:33:18 +0100
  • d90a5e27e8 Hide forward declarations from Doxygen. Vladimír Vondruš 2014-10-26 13:22:20 +0100
  • da05c83ed5 Doxygen: use \relatesalso instead of \relates in aliases. Vladimír Vondruš 2014-10-26 13:07:32 +0100
  • 5e066d6395 Math: hide macro from Doxygen. Vladimír Vondruš 2014-10-26 13:06:35 +0100
  • 57bf08b929 Test: simplify Query tests. Vladimír Vondruš 2014-10-25 21:02:55 +0200
  • 1cfb5b0eaf Moved Attribute class out of AbstractShaderProgram enum. Vladimír Vondruš 2014-10-25 18:48:50 +0200
  • 5aac26ebc4 Primitives: use Constants::tau(). Vladimír Vondruš 2014-10-18 14:42:49 +0200
  • 9bb5171365 Math: added Constants::tau(). Vladimír Vondruš 2014-10-18 14:41:58 +0200
  • 4cccf8ed10 Primitives: fixed non-unique header guard. Vladimír Vondruš 2014-10-13 20:29:55 +0200
  • 3cfa1ac3f3 Platform: print all CORRADE_TARGET_* flags in magnum-info. Vladimír Vondruš 2014-10-05 17:19:57 +0200
  • 1fc92ac61c No need to install static test libraries on Windows. Vladimír Vondruš 2014-10-05 17:16:55 +0200
  • b3b45507fe Build test libraries as static. Vladimír Vondruš 2014-10-05 17:09:20 +0200
  • b3b4260241 Use POSITION_INDEPENDENT_CODE CMake property. Vladimír Vondruš 2014-10-05 17:03:42 +0200
  • 659bf2e44b Use POSITION_INDEPENDENT_CODE CMake property. Vladimír Vondruš 2014-10-05 16:30:08 +0200
  • c19d2ee755 Require at least CMake 2.8.9. Vladimír Vondruš 2014-10-05 16:27:51 +0200
  • 740c4dbcd6 TextureTools: shorter filenames for headers. Vladimír Vondruš 2014-10-05 15:38:14 +0200
  • 9064891a73 MagnumPlugins: no need to install testing libs, as they are all static. Vladimír Vondruš 2014-10-05 15:10:03 +0200
  • 1ada7cdaa0 Ability to control static build of plugins separately. Vladimír Vondruš 2014-10-05 14:46:03 +0200
  • 39936f7fa7 MagnumExternal: updated flextGL-generated files. Vladimír Vondruš 2014-10-05 14:17:17 +0200
  • 4480d9a5ec Fix BUILD_STATIC_PIC build. Vladimír Vondruš 2014-10-04 20:31:40 +0200
  • 4becb73758 AnyImageImporter: fix Windows compilation. Vladimír Vondruš 2014-10-04 19:10:17 +0200
  • 6baa1c748e Fix Windows compilation. Vladimír Vondruš 2014-10-04 18:36:02 +0200
  • 3a18b0a952 Fix static build on Windows. Vladimír Vondruš 2014-10-04 18:25:49 +0200
  • 826f5189c5 TextureTools: support also RGB and RGBA images in distancefieldconverter. Vladimír Vondruš 2014-10-04 18:09:03 +0200
  • ac4971bd6f Disable ARB_shading_language_420pack for Intel on Windows. Vladimír Vondruš 2014-10-04 17:59:22 +0200
  • a760aeeff8 Report disabled extensions also when the driver doesn't claim their support. Vladimír Vondruš 2014-10-04 18:01:58 +0200
  • 5b3b722041 Detection of Intel Windows drivers. Vladimír Vondruš 2014-10-04 17:55:04 +0200
  • 4cd4cbf148 Added OES_texture_npot ES extension to the list. Vladimír Vondruš 2014-10-01 22:55:12 +0200
  • 990abf5022 AnyImageImporter: support also BMP, GIF, HDR, JPEG, PIC and PSD formats. Vladimír Vondruš 2014-10-01 21:32:25 +0200
  • 24828466f5 Doc++ Vladimír Vondruš 2014-10-01 21:16:09 +0200
  • 6730a476cf Updated CREDITS.md. Vladimír Vondruš 2014-10-01 20:23:36 +0200