307 Commits (fd609b65ef44b0c265a0b410bf9a3f9114474ee0)

Author SHA1 Message Date
Vladimír Vondruš 4b6ae7afe6 Support for EXT_texture_sRGB_decode. 12 years ago
Vladimír Vondruš ac22d5ae5b doc: Oops. 12 years ago
Vladimír Vondruš 3dde8a3d2d Updated Coding Style with new Doxygen commands. 12 years ago
Vladimír Vondruš df26073620 Enabled other utilities on Windows. 12 years ago
Vladimír Vondruš 89f4ab09ad Platform: added WindowlessWglApplication. 12 years ago
Vladimír Vondruš 712de7fa67 doc++ 12 years ago
Vladimír Vondruš 8a412f1d5d Use SDL 2 instead of GLUT as the default and recommended toolkit. 12 years ago
Vladimír Vondruš 71a5766594 Added Mesh::addVertexBufferInstanced(). 12 years ago
Vladimír Vondruš 20df20de0f Support for instanced mesh drawing and base instance. 12 years ago
Vladimír Vondruš 7c2ef76048 Ability to specify base vertex in Mesh. 12 years ago
Vladimír Vondruš 8c0c80a5c3 Implemented ARB_texture_swizzle. 12 years ago
Vladimír Vondruš ef897de79e Implemented depth texture compare mode and function. 12 years ago
Vladimír Vondruš 2cbcdeaeb4 Queries for max supported texture size. 12 years ago
Vladimír Vondruš 004e94abda doc: more GL command mapping updates. 12 years ago
Vladimír Vondruš 8a98ab0675 Implementation of ARB_stencil_texturing. 12 years ago
Vladimír Vondruš 4f4131b320 Implemented texture LOD parameters. 12 years ago
Vladimír Vondruš 653804b518 Added EXT_shader_texture_lod ES2 extension. 12 years ago
Vladimír Vondruš 7f653dc50e doc: regroup gl*Draw*() commands in the table. 12 years ago
Vladimír Vondruš 82ccb08164 doc: fix typo. 12 years ago
Vladimír Vondruš d45857feb0 doc: texture documentation updates. 12 years ago
Vladimír Vondruš 5101e3a60c Install also debug plugins to different location. 12 years ago
Vladimír Vondruš 1e6e4c3f73 Install and find debug libraries with "-d" suffix. 12 years ago
Vladimír Vondruš 0a2b8088a6 Added MultisampleTexture::setStorage(). 12 years ago
Vladimír Vondruš cc66fa76ba Support ARB_multi_bind for textures. 12 years ago
Vladimír Vondruš a24ea3ce25 Ability to set base and max mip level on textures. 12 years ago
Vladimír Vondruš bf1d2e26fa Support for setting border color on integer textures. 12 years ago
Vladimír Vondruš 0955390ca8 Follow OpenGL terminology for texture binding units. 12 years ago
Vladimír Vondruš 6ea243d246 doc: document all WebGL restrictions. 12 years ago
Vladimír Vondruš 6dee292654 Added MAGNUM_TARGET_WEBGL definition. 12 years ago
Vladimír Vondruš e5c366c6af Doc++ 12 years ago
Vladimír Vondruš 1b85fba608 Minor cleanup. 12 years ago
Vladimír Vondruš 35e49c47e2 doc: mention more features in math documentation. 12 years ago
Vladimír Vondruš a72ca4b2b6 Math: doc++ 12 years ago
Vladimír Vondruš 7a1789470a Initial ARB_multi_bind usage in *Texture::bind(). 12 years ago
Vladimír Vondruš 93de51c32f Added EXT_shader_integer_mix to extension list. 12 years ago
Vladimír Vondruš 30809a86f3 Shapes: updated and cleaned up the documentation. 12 years ago
Vladimír Vondruš b666044a47 Actually make use of Color[34]ub typedefs. 12 years ago
Vladimír Vondruš 77e38fcce3 New ObjImporter plugin. 12 years ago
Vladimír Vondruš 3be68f8f73 Mention minimal required Android version. 12 years ago
Vladimír Vondruš cb8eecce51 Platform: initial version of AndroidApplication. 12 years ago
Vladimír Vondruš 20ee86be86 doc: building documentation updates. 12 years ago
Vladimír Vondruš 3cd1093a49 doc: fix more obsolete stuff in Platform docs. 12 years ago
Vladimír Vondruš 1aaa350e90 doc: use absolute includes. 12 years ago
Vladimír Vondruš dbf6fc233e Advertise Android support. 12 years ago
Vladimír Vondruš 15e1555bca doc: Android building documentation. 12 years ago
Vladimír Vondruš 19e82abf7d doc: fix order of arguments when building through CMake. 12 years ago
Vladimír Vondruš c8926a473a doc: Only CMAKE_INSTALL_PREFIX is needed. 12 years ago
Vladimír Vondruš 12a2bb81ba Doc++, added some TODOs. 12 years ago
Vladimír Vondruš b1be448453 doc: hint that these function actually take some parameters. 12 years ago
Vladimír Vondruš 703ce0bd89 Explicitly passing shader to Mesh*::draw(). 12 years ago