3366 Commits (ef897de79e780aec271a0ab01422f3a261b2d2f2)
 

Author SHA1 Message Date
Vladimír Vondruš ef897de79e Implemented depth texture compare mode and function. 12 years ago
Vladimír Vondruš 3e40bdd443 Doc++ 12 years ago
Vladimír Vondruš bbd1d94e73 Platform: nicer vector value display in magnum-info. 12 years ago
Vladimír Vondruš f16a607a6f Platform: display max texture size in magnum-info. 12 years ago
Vladimír Vondruš 2cbcdeaeb4 Queries for max supported texture size. 12 years ago
Vladimír Vondruš f9e49283e6 Fix includes. 12 years ago
Vladimír Vondruš 99281a1bd1 Cleaned up duplicate stuff in CMakeLists. 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š af9772bdc0 Add forgotten check to extension-dependent texture tests. 12 years ago
Vladimír Vondruš 424526a7c8 Integer texture borders are not available in OpenGL ES. 12 years ago
Vladimír Vondruš 1e60a306ca doc: updated Sampler documentation. 12 years ago
Vladimír Vondruš 7afe12910a Platform: display max lod bias in magnum-info. 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š ea4b226b7e Create also plugin test debug libraries with -d suffix. 12 years ago
Vladimír Vondruš 78cb3b8e4e modules: added MAGNUM_BINARY_INSTALL_DIR variable to FindMagnum.cmake. 12 years ago
Vladimír Vondruš d2a3e71215 Proper cross-platform ordering of function attributes. 12 years ago
Vladimír Vondruš 1ab87a4de5 Workarounds for platforms without std::to_string(). 12 years ago
Vladimír Vondruš 799e073351 package: strip all crosscompiled binaries. 12 years ago
Vladimír Vondruš 52ab6a113b Prefix plugin test libraries also with Magnum*. 12 years ago
Vladimír Vondruš d5b0b38da7 Doc++ 12 years ago
Vladimír Vondruš 6c56012431 package: strip CI build. 12 years ago
Vladimír Vondruš 4808b516cc package: build both debug and release libs in PKGBUILD-release. 12 years ago
Vladimír Vondruš 5101e3a60c Install also debug plugins to different location. 12 years ago
Vladimír Vondruš bfe6c6fbb6 package: updated FindCorrade.cmake from Corrade repository. 12 years ago
Vladimír Vondruš 1e6e4c3f73 Install and find debug libraries with "-d" suffix. 12 years ago
Vladimír Vondruš a08fa16d4e modules: updated FindCorrade.cmake from Corrade repository. 12 years ago
Vladimír Vondruš 8533971931 package: remove superfluous character. 12 years ago
Vladimír Vondruš b921d0c95c Fix compilation on GCC 4.6. 12 years ago
Vladimír Vondruš ab6e645b0e Compressed formats are not available for multisample textures. 12 years ago
Vladimír Vondruš 0a2b8088a6 Added MultisampleTexture::setStorage(). 12 years ago
Vladimír Vondruš 32fee76081 Multisample textures also won't have any image setting functions. 12 years ago
Vladimír Vondruš 55d9a2f5c6 Multisample textures don't have mip levels. 12 years ago
Vladimír Vondruš b28876ec70 Doc++ 12 years ago
Vladimír Vondruš f46cda1900 Remove redundant ifdefs and docs from desktop-GL-only code. 12 years ago
Vladimír Vondruš 6f0a238376 Disable also NV_framebuffer_blit on ES2. 12 years ago
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