3326 Commits (e3b0d1d4ceb2bfe6ca01db71fe596a4e98cdc345)
 

Author SHA1 Message Date
Vladimír Vondruš e3b0d1d4ce Shaders: use texture multi-bind functionality in Phong shader. 12 years ago
Vladimír Vondruš 2e3a00ab8b Fix (workaround) failing texture tests. 12 years ago
Vladimír Vondruš cc66fa76ba Support ARB_multi_bind for textures. 12 years ago
Vladimír Vondruš 580a723d61 Added *Texture::unbind(). 12 years ago
Vladimír Vondruš e2abc39766 Save texture target along with ID in state tracker. 12 years ago
Vladimír Vondruš 2696397021 Verify that *Texture::bind() doesn't emit any GL errors. 12 years ago
Vladimír Vondruš f0df35aa65 Forgot to update state tracker in ARB_multi_bind texture binding impl. 12 years ago
Vladimír Vondruš ecf7bfa2c1 Minor cleanup. 12 years ago
Vladimír Vondruš 116f474fab Removed long-deprecated *::maxSupported*() limit queries. 12 years ago
Vladimír Vondruš 14a6b85612 Platform: removed long-deprecated InputEvent::Modifier::*Button values. 12 years ago
Vladimír Vondruš 49e0aa3dc4 Removed long-deprecated Buffer::set*Data() raw pointer overloads. 12 years ago
Vladimír Vondruš dc2c13c9d2 Removed long-deprecated Matrix2 and Matrix2d typedefs. 12 years ago
Vladimír Vondruš 99086a3675 Removed long-deprecated ImageFormat.h header, ImageFormat/ImageType enums. 12 years ago
Vladimír Vondruš dfb051b74a Removed long-deprecated Magnum/Swizzle.h header and Magnum::swizzle(). 12 years ago
Vladimír Vondruš a24ea3ce25 Ability to set base and max mip level on textures. 12 years ago
Vladimír Vondruš 8590d351b1 Doc++ 12 years ago
Vladimír Vondruš de64c2e3e4 Proper class/function names for *Texture GL tests. 12 years ago
Vladimír Vondruš bf1d2e26fa Support for setting border color on integer textures. 12 years ago
Vladimír Vondruš 67f4a2ff65 Doc++ 12 years ago
Vladimír Vondruš 0955390ca8 Follow OpenGL terminology for texture binding units. 12 years ago
Vladimír Vondruš 98f7dbb61b Fix ShaderGLTest on ES3. 12 years ago
Vladimír Vondruš d7a13940b1 Shaders: making use of parallel compilation. 12 years ago
Vladimír Vondruš e9af8c8825 Fixed, cleaned up and updated AbstractShaderProgram documentation. 12 years ago
Vladimír Vondruš 4be1c5e15c Print non-error shader compilation/linking messages to Warning output. 12 years ago
Vladimír Vondruš 7b504a9bb1 Finally implemented parallelizable shader compilation and linking. 12 years ago
Vladimír Vondruš 346f723f57 Doc++ 12 years ago
Vladimír Vondruš 87d8b6a229 Disable 64bit integers for WebGL. 12 years ago
Vladimír Vondruš 2cb165d63a Platform: show MAGNUM_TARGET_WEBGL in magnum-info. 12 years ago
Vladimír Vondruš 8a011b7c4e Use more general MAGNUM_TARGET_WEBGL instead of CORRADE_TARGET_EMSCRIPTEN. 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š 8e9aa554f7 Doc++ 12 years ago
Vladimír Vondruš 22155e575a Don't show *_EXPORT macros in the documentation. 12 years ago
Vladimír Vondruš 7a1789470a Initial ARB_multi_bind usage in *Texture::bind(). 12 years ago
Vladimír Vondruš b5017752a3 Platform: fix Emscripten build. 12 years ago
Vladimír Vondruš 4ce0135154 package: fix Emscripten PKGBUILD. 12 years ago
Vladimír Vondruš fde41147be ObjImporter: fix compilation on GCC 4.6. 12 years ago
Vladimír Vondruš 617e52436a Fix ES build. 12 years ago
Vladimír Vondruš b5814305bd Missing undef. 12 years ago
Vladimír Vondruš d4ec4ed339 package: run the tests multiprocess. 12 years ago
Vladimír Vondruš 085d96ce25 Platform: support for debug context flag in GlutApplication. 12 years ago
Vladimír Vondruš c275640ee0 Platform: ability to specify context flags in Sdl2Application. 12 years ago
Vladimír Vondruš 0d7f779125 Platform: don't display limits by default. 12 years ago
Vladimír Vondruš 2e700ee384 Platform: create context later so its output is at better place. 12 years ago
Vladimír Vondruš 6c2740b7d9 Platform: print context flags in magnum-info. 12 years ago
Vladimír Vondruš ca320d9e37 Debug output operator for Context::Flag enum. 12 years ago