Commit Graph

  • a33c9ce210 cmake: better library handling on OS X #55 Stefan Wasilewski 2014-05-11 21:44:25 -0400
  • 14684b0425 fix compile problem on g++ 4.8.2 on os x #54 Stefan Wasilewski 2014-05-11 21:45:41 -0400
  • 4e50aeee31 Ability to reset internal state tracker. Vladimír Vondruš 2014-05-10 20:04:09 +0200
  • df26073620 Enabled other utilities on Windows. Vladimír Vondruš 2014-05-10 17:29:49 +0200
  • 8e1e8ee30e Platform: enable magnum-info on Windows. Vladimír Vondruš 2014-05-10 17:28:56 +0200
  • 89f4ab09ad Platform: added WindowlessWglApplication. Vladimír Vondruš 2014-05-10 17:26:48 +0200
  • 42eda779c5 Merge branch 'master' into compatibility Vladimír Vondruš 2014-05-10 17:32:01 +0200
  • 34fc91bbd2 WITH_WINDOWLESSGLXAPPLICATION depends on WITH_DISTANCEFIELDCONVERTER. Vladimír Vondruš 2014-05-10 17:24:03 +0200
  • 997a539cbf TextureTools: remove hard dependency on WindowlessGlxApplication. Vladimír Vondruš 2014-05-10 17:21:27 +0200
  • 124994eb17 package: added MinGW-w64 PKGBUILD. Vladimír Vondruš 2014-05-10 16:40:49 +0200
  • 99505a0b0c Updated toolchains submodule. Vladimír Vondruš 2014-05-10 16:40:23 +0200
  • a7420dd013 Embarassing typos. Vladimír Vondruš 2014-05-10 00:12:29 +0200
  • 24aa7a1bbe Platform: include cleanup. Vladimír Vondruš 2014-05-10 00:09:06 +0200
  • 712de7fa67 doc++ Vladimír Vondruš 2014-05-10 00:08:39 +0200
  • 0bda17e843 Merge branch 'master' into compatibility Vladimír Vondruš 2014-05-04 17:47:51 +0200
  • 79c27ef773 ObjImporter: fix compilation on NaCl/newlib. Vladimír Vondruš 2014-05-04 17:46:11 +0200
  • f721cc347e ObjImporter: who did this?! Vladimír Vondruš 2014-05-04 17:45:38 +0200
  • 069bdbd011 Fixed deprecated header. Vladimír Vondruš 2014-05-04 17:44:54 +0200
  • 6eb9676604 Fix Shader::compile() error output. Vladimír Vondruš 2014-05-02 18:27:45 +0200
  • 20c62a20ac Doc++ Vladimír Vondruš 2014-05-01 23:32:05 +0200
  • 47bd4d7639 Merge pull request #51 from smw/master Vladimír Vondruš 2014-04-30 09:09:33 +0200
  • 7e6ac192bc Merge branch 'master' into compatibility Vladimír Vondruš 2014-04-28 00:03:02 +0200
  • 4d397bf4f3 Link to proper library on Windows. Vladimír Vondruš 2014-04-28 00:02:25 +0200
  • 2356802831 Fix linker errors on MSVC. Vladimír Vondruš 2014-04-28 00:02:02 +0200
  • 5843828572 Merge branch 'master' into compatibility Vladimír Vondruš 2014-04-27 21:15:57 +0200
  • cb1649a3f9 package: update ArchLinux PKGBUILD. Vladimír Vondruš 2014-04-27 20:55:25 +0200
  • 8a412f1d5d Use SDL 2 instead of GLUT as the default and recommended toolkit. Vladimír Vondruš 2014-04-27 20:22:42 +0200
  • 4573c357a2 Platform: default to non-resizable window in Sdl2Application. Vladimír Vondruš 2014-04-27 20:42:42 +0200
  • 71a5766594 Added Mesh::addVertexBufferInstanced(). Vladimír Vondruš 2014-04-27 18:48:18 +0200
  • c0056f76d2 Code reorganization. Vladimír Vondruš 2014-04-27 17:35:31 +0200
  • 20df20de0f Support for instanced mesh drawing and base instance. Vladimír Vondruš 2014-04-27 17:17:25 +0200
  • 6488be5e91 glDrawElementsBaseVertex() needs ARB_draw_elements_base_vertex. Vladimír Vondruš 2014-04-27 16:58:32 +0200
  • 2ea0a416ed Cleanup and code reorganization in MeshGLTest. Vladimír Vondruš 2014-04-27 16:38:15 +0200
  • 7d0726e5a5 Doc++ Vladimír Vondruš 2014-04-27 16:24:46 +0200
  • 0ab546b32c fixed build on mac #51 Stefan Wasilewski 2014-04-27 11:59:59 -0400
  • 072710bb8a Be less strict in OpenGL ES context version. Vladimír Vondruš 2014-04-27 16:21:30 +0200
  • 35bd25201f Fix usage of reserved GLSL keyword in test. Vladimír Vondruš 2014-04-27 16:20:59 +0200
  • 6e0d22095e Fixed Mesh move constructor/assignment. Vladimír Vondruš 2014-04-27 14:29:35 +0200
  • 2ae7bfaf14 Max texture LOD bias _is_ available in OpenGL ES 3. Vladimír Vondruš 2014-04-27 12:54:18 +0200
  • 55feeb22e5 Added some TODOs related to buffer storage. Vladimír Vondruš 2014-04-23 21:10:51 +0200
  • 51a14b9e0b MeshTools: deprecate mesh/buffer-modifying vertex/index tools. Vladimír Vondruš 2014-04-23 20:58:41 +0200
  • 2834e6029e Added test for mesh base vertex. Vladimír Vondruš 2014-04-20 13:59:07 +0200
  • 5e06b776cf Updated MeshView to reflect changes in Mesh. Vladimír Vondruš 2014-04-20 13:56:24 +0200
  • 7c2ef76048 Ability to specify base vertex in Mesh. Vladimír Vondruš 2014-04-20 11:26:51 +0200
  • bfa2a42638 Don't differentiate between vertex and index count in Mesh. Vladimír Vondruš 2014-04-13 01:40:25 +0200
  • d772f51050 Hide texture state members which are not used on ES. Vladimír Vondruš 2014-04-26 11:24:08 +0200
  • 54cb177bb0 Properly initialize variables for texture limits in state tracker. Vladimír Vondruš 2014-04-26 11:13:42 +0200
  • 153f57f5b1 Fix CubeMapTexture mipmap generation test. Vladimír Vondruš 2014-04-24 23:48:43 +0200
  • ee403494fb Doc++ Vladimír Vondruš 2014-04-20 11:39:34 +0200
  • 74ae14b44a Remove unused members from ES build. Vladimír Vondruš 2014-04-13 00:02:40 +0200
  • 8c0c80a5c3 Implemented ARB_texture_swizzle. Vladimír Vondruš 2014-04-12 15:28:02 +0200
  • 1b1ad41ae1 Renamed internal function to avoid name clashes. Vladimír Vondruš 2014-04-12 14:28:39 +0200
  • 11ea906e47 Doc++ Vladimír Vondruš 2014-04-12 12:46:35 +0200
  • 325d139353 Doc++ Vladimír Vondruš 2014-04-12 12:44:19 +0200
  • ef897de79e Implemented depth texture compare mode and function. Vladimír Vondruš 2014-04-12 12:36:39 +0200
  • 3e40bdd443 Doc++ Vladimír Vondruš 2014-04-12 12:07:07 +0200
  • bbd1d94e73 Platform: nicer vector value display in magnum-info. Vladimír Vondruš 2014-04-12 02:20:50 +0200
  • f16a607a6f Platform: display max texture size in magnum-info. Vladimír Vondruš 2014-04-12 02:15:02 +0200
  • 2cbcdeaeb4 Queries for max supported texture size. Vladimír Vondruš 2014-04-12 02:14:04 +0200
  • f9e49283e6 Fix includes. Vladimír Vondruš 2014-04-12 01:55:38 +0200
  • 99281a1bd1 Cleaned up duplicate stuff in CMakeLists. Vladimír Vondruš 2014-04-12 00:51:52 +0200
  • 004e94abda doc: more GL command mapping updates. Vladimír Vondruš 2014-04-11 21:57:35 +0200
  • 8a98ab0675 Implementation of ARB_stencil_texturing. Vladimír Vondruš 2014-04-10 19:27:54 +0200
  • af9772bdc0 Add forgotten check to extension-dependent texture tests. Vladimír Vondruš 2014-04-10 19:23:26 +0200
  • 424526a7c8 Integer texture borders are not available in OpenGL ES. Vladimír Vondruš 2014-04-10 18:52:23 +0200
  • 1e60a306ca doc: updated Sampler documentation. Vladimír Vondruš 2014-04-10 18:41:47 +0200
  • 7afe12910a Platform: display max lod bias in magnum-info. Vladimír Vondruš 2014-04-10 17:52:36 +0200
  • 4f4131b320 Implemented texture LOD parameters. Vladimír Vondruš 2014-04-10 17:52:17 +0200
  • 653804b518 Added EXT_shader_texture_lod ES2 extension. Vladimír Vondruš 2014-04-10 17:52:56 +0200
  • 7f653dc50e doc: regroup gl*Draw*() commands in the table. Vladimír Vondruš 2014-04-10 17:25:55 +0200
  • 82ccb08164 doc: fix typo. Vladimír Vondruš 2014-04-10 17:18:35 +0200
  • d45857feb0 doc: texture documentation updates. Vladimír Vondruš 2014-04-10 16:57:10 +0200
  • 24a03cd9ac Merge branch 'master' into compatibility Vladimír Vondruš 2014-04-09 22:46:20 +0200
  • ea4b226b7e Create also plugin test debug libraries with -d suffix. Vladimír Vondruš 2014-04-09 22:39:32 +0200
  • 78cb3b8e4e modules: added MAGNUM_BINARY_INSTALL_DIR variable to FindMagnum.cmake. Vladimír Vondruš 2014-04-09 22:20:39 +0200
  • cd144ff73a Merge branch 'master' into compatibility Vladimír Vondruš 2014-04-09 20:28:34 +0200
  • d2a3e71215 Proper cross-platform ordering of function attributes. Vladimír Vondruš 2014-04-09 20:28:06 +0200
  • 317304bf87 Merge branch 'master' into compatibility Vladimír Vondruš 2014-04-09 20:26:56 +0200
  • 1ab87a4de5 Workarounds for platforms without std::to_string(). Vladimír Vondruš 2014-04-09 20:13:58 +0200
  • 799e073351 package: strip all crosscompiled binaries. Vladimír Vondruš 2014-04-09 20:02:34 +0200
  • 7723cab975 Removed last remaining bits of pre-2.8.8 CMake compatibility. Vladimír Vondruš 2014-04-09 18:40:16 +0200
  • 518ea9dfb2 GCC 4.4 compatibility: explicit std::reference_wrapper constructor. Vladimír Vondruš 2014-04-09 18:19:54 +0200
  • 35d0ef2e2c GCC 4.4 compatibility: no lambdas. Vladimír Vondruš 2014-04-09 18:18:51 +0200
  • f90ccaded5 GCC 4.5 compatibility: no range-for loops. Vladimír Vondruš 2014-04-09 17:47:36 +0200
  • 52ab6a113b Prefix plugin test libraries also with Magnum*. Vladimír Vondruš 2014-04-09 14:58:44 +0200
  • 5c1939a49e package: adapt GCC 4.4/4.5 PKGBUILD to recent changes. Vladimír Vondruš 2014-04-09 14:21:05 +0200
  • e4721fd618 MSVC 2013 compatibility: aaargh gaah. Vladimír Vondruš 2014-04-09 13:43:12 +0200
  • 3da924f2fa MSVC 2013 compatibility: work around internal compiler error. Vladimír Vondruš 2014-04-09 13:42:50 +0200
  • 49f7cd5bcd MSVC 2013 compatibility: nullptr-related issues. Vladimír Vondruš 2014-04-09 13:42:13 +0200
  • 9445e71005 GCC 4.4 compatibility: can't construct std::tuple this way. Vladimír Vondruš 2014-04-09 13:40:47 +0200
  • 045f463194 GCC 4.4 compatibility: no comparison operators for strongly-typed enums. Vladimír Vondruš 2014-04-09 13:39:37 +0200
  • b100f34f24 GCC 4.4 compatibility: explicit std::reference_wrapper cconstructor. Vladimír Vondruš 2014-04-09 13:38:35 +0200
  • 7898f9b0f3 GCC 4.4 compatibility: ambiguous std::to_string() overload. Vladimír Vondruš 2014-04-09 13:37:33 +0200
  • da5255c833 GCC 4.5 compatibility: no bool conversion of std::integral_constant. Vladimír Vondruš 2014-04-09 00:17:35 +0200
  • 9d0fc0d9d3 GCC 4.5 compatibility: cannot deduce init list in templated function. Vladimír Vondruš 2014-04-09 00:16:58 +0200
  • 78e50b72c4 GCC 4.5 compatibility: no forward enum declarations. Vladimír Vondruš 2014-04-09 00:16:29 +0200
  • 4a5ea35961 GCC 4.5 compatibility: no range-based for. Vladimír Vondruš 2014-04-09 00:16:12 +0200
  • c473fa8c61 GCC 4.5 compatibility: cannot silence warnings in functions. Vladimír Vondruš 2014-04-09 00:15:42 +0200
  • d5b0b38da7 Doc++ Vladimír Vondruš 2014-04-08 22:15:28 +0200
  • f923a36d3a Merge branch 'master' into compatibility Vladimír Vondruš 2014-04-08 21:51:15 +0200