3043 Commits (89d9b475294b0041eb3cd6fd23ccffffb9e44dfe)
 

Author SHA1 Message Date
Vladimír Vondruš 89d9b47529 Removed forgotten call from Mesh test. 13 years ago
Vladimír Vondruš 66ecc2ee48 Documented texture formats disallowed in *Texture::setStorage(). 13 years ago
Vladimír Vondruš 40af1ed693 SceneGraph: documentation update for feature classes. 13 years ago
Vladimír Vondruš 2b4d52ea3c SceneGraph: template implementation file for Drawable class. 13 years ago
Vladimír Vondruš 4395a1d21e Platform: rename Sdl2Application::Configuration::Flags to WindowFlags. 13 years ago
Vladimír Vondruš 46e2ca80cd Various documentation fixes and updates. 13 years ago
Vladimír Vondruš 314a47399b Fix index buffer offset in MeshView. 13 years ago
Vladimír Vondruš 5ad98d41ca Expose vertex attribute size as vector size + vector count. 13 years ago
Vladimír Vondruš 1456718c7c Fully test mesh functionality. 13 years ago
Vladimír Vondruš 7bda254690 Doc++ 13 years ago
Vladimír Vondruš 89c7d75a45 Fix return value from *Query::result<bool>(). 13 years ago
Vladimír Vondruš df69909a12 Fully test query functionality. 13 years ago
Vladimír Vondruš b72533602c Minor cleanup. 13 years ago
Vladimír Vondruš 29489dc21a MeshTools: simplified fullScreenTriangle() code, fixed literals. 13 years ago
Vladimír Vondruš bc8368fcf2 MeshTools: don't return naked pointer from fullScreenTriangle(). 13 years ago
Vladimír Vondruš 47b16d11b1 Use more descriptive resource group name. 13 years ago
Vladimír Vondruš 98df39d9c2 Use *Image::dataSize() in Framebuffer::read(). 13 years ago
Vladimír Vondruš 73cb557291 Added *Image::dataSize(). 13 years ago
Vladimír Vondruš 2826345111 Fix AbstractImage::pixelSize() for depth and stencil types. 13 years ago
Vladimír Vondruš 1fcabbdfcb Export publicly used symbol. 13 years ago
Vladimír Vondruš dff292a5f1 Test framebuffer functionality. 13 years ago
Vladimír Vondruš bdc77c744b Verify that framebuffer extension is available for test on desktop GL. 13 years ago
Vladimír Vondruš ae2b2cd0f6 Platform: undefine more Xlib nonsense. 13 years ago
Vladimír Vondruš c5bab9bb52 Added convenience Color3ub and Color4ub typedefs. 13 years ago
Vladimír Vondruš f31cbccbcc Default template parameter for Buffer::data(), templated Image::data(). 13 years ago
Vladimír Vondruš f0a8d5d047 Updated documentation of framebuffer classes. 13 years ago
Vladimír Vondruš 5e5b5e9c4c Updated documentation of mesh classes. 13 years ago
Vladimír Vondruš 4d252ac643 Fully test shader functionality. 13 years ago
Vladimír Vondruš 7530605f29 Documentation update for shader classes. 13 years ago
Vladimír Vondruš 1b9ff6a2df Test Mesh::indexSize(). 13 years ago
Vladimír Vondruš 18eb3cd0dc Update and fix documentation, remove obsolete TODO. 13 years ago
Vladimír Vondruš 18682203ef Don't expose unneeded ES2 extensions under ES3. 13 years ago
Vladimír Vondruš 340d020507 Math: make Matrix::Matrix(T) constexpr also under CC 4.6. 13 years ago
Vladimír Vondruš c3a9f429be Math: overload Matrix::diagonal() in subclasses to return proper type. 13 years ago
Vladimír Vondruš 01599e7d11 Math: overload RectangularMatrix::diagonal() in subclasses. 13 years ago
Vladimír Vondruš b648f9674c Math: constexpr *Matrix::{fromDiagonal,diagonal}() and also Matrix(T). 13 years ago
Vladimír Vondruš 4846b4b2ed Math: these aren't constexpr by a long shot. 13 years ago
Vladimír Vondruš 24f7de82c0 Get rid of unnecessary internal MagnumObjects OBJECT library. 13 years ago
Vladimír Vondruš a9ca7d7544 Platform: include cleanup. 13 years ago
Vladimír Vondruš bdfa0b4abe Proper syntax for deleted copy constructors. 13 years ago
Vladimír Vondruš fef811a01c Add link to Google Groups to documentation. 13 years ago
Vladimír Vondruš fbcec47086 package: reorder Jenkins CI axes. 13 years ago
Vladimír Vondruš 6d8b1d8eba package: enable windowless apps for es3desktop Jenkins CI configuration. 13 years ago
Vladimír Vondruš 39988cf128 package: don't check GL tests for es2 and es3 targets. 13 years ago
Vladimír Vondruš 6ce1a939dc Enable VAOs by default for ES3. 13 years ago
Vladimír Vondruš 331433effa Shaders: somehow I need to enable the extension also on ES3. 13 years ago
Vladimír Vondruš 3854e63f5a Shaders: fix MeshVisualizer on ES3. 13 years ago
Vladimír Vondruš d98d881587 package: added es3desktop variant to Jenkins CI configuration. 13 years ago
Vladimír Vondruš 35340fb184 package: added ES3 desktop PKGBUILD. 13 years ago
Vladimír Vondruš d003549328 Platform: fixed compilation of magnum-info on ES3. 13 years ago