786 Commits (e7f3cc2b940cff8d5c8a5ac9a683033d7732eb76)

Author SHA1 Message Date
Vladimír Vondruš ca84e60d66 Fix CubeMapTexture test. 12 years ago
Vladimír Vondruš 0dfbc6f833 Use object at least once before testing its label. 12 years ago
Vladimír Vondruš dcec0bc95f Remove old NVidia workaround from AbstractObject::getLabel(). 12 years ago
Vladimír Vondruš 9687b622f9 Use threaded shader compilation etc. also in tests. 12 years ago
Vladimír Vondruš 73404fc6e5 Added Renderer::enable()/disable(). 12 years ago
Vladimír Vondruš 824fc4974a TextureTools: use threaded shader compilation also here. 12 years ago
Vladimír Vondruš 3be4422ded Shaders: using attachShaders() everywhere. 12 years ago
Vladimír Vondruš bc81eb92d8 Added AbstractShaderProgram::attachShaders(). 12 years ago
Vladimír Vondruš fb51517709 Audio: fix compilation on OSX. 12 years ago
Vladimír Vondruš a35ce64752 MeshTools: make compile() actually working with indexed meshes. 12 years ago
Vladimír Vondruš 50897e0dc0 Reset also viewport to default framebuffer on named FB destruction. 12 years ago
Vladimír Vondruš dc980454fc TextureTools: fix shader compilation. 12 years ago
Vladimír Vondruš f1456ef650 GCC 4.5 compatibility: avoid multiple definition linker errors. 12 years ago
Vladimír Vondruš ee25e48b7f GCC 4.4 compatibility: explicit std::reference_wrapper constructor. 12 years ago
Vladimír Vondruš 036963ea62 GCC 4.5 compatibility: cannot default function in class body. 12 years ago
Vladimír Vondruš 3df0d63a1a Platform: oh god what have I done. 12 years ago
Vladimír Vondruš c74ccc22f3 Platform: fix AndroidApplication compilation. 12 years ago
Vladimír Vondruš ee21b75b15 Shaders: fix build on ES3. 12 years ago
Vladimír Vondruš 9387cd5a1d GCC 4.5 compatibility: needs explicit type specification. 12 years ago
Vladimír Vondruš ca249c66fe GCC 4.6 compatibility: different Containers::EnumSet template. 12 years ago
Vladimír Vondruš 21d3db82df Doc++ 12 years ago
Vladimír Vondruš 545ef14071 doc: documented all command-line utilities. 12 years ago
Vladimír Vondruš 2d6aa06df4 Improvements in utility help texts. 12 years ago
Vladimír Vondruš c3df68aa28 doc: make section headers in class/function docs have sane size. 12 years ago
Vladimír Vondruš 7e4143f86b Proper default plugin dir for debug on multi-configuration buildsystems. 12 years ago
Vladimír Vondruš 644556bd85 TextureTools: configurable plugin dir for distancefieldconverter utility. 12 years ago
Vladimír Vondruš 66af4edd7f Text: actually make use of plugin-dir parameter in fontconverter utility. 12 years ago
Vladimír Vondruš 41b892296b Text: unified help message for plugin names for all utilities. 12 years ago
Vladimír Vondruš a97d7bbdae Text: renamed configure.h.cmake to fontconverterConfigure.h.cmake. 12 years ago
Vladimír Vondruš 4a44d3b875 Shaders: fix compilation of MeshVisualizer on WebGL and ANGLE. 12 years ago
Vladimír Vondruš fcea05e316 Detecting whether ANGLE is used as GLES2 implementation. 12 years ago
Vladimír Vondruš 7f4a986c38 Added Context::detectedDriver(). 12 years ago
Vladimír Vondruš 16eb32740b Math: added Range::data(). 12 years ago
Vladimír Vondruš 677195b0ac GCC 4.5 compatibility: no range-for loops. 12 years ago
Vladimír Vondruš 47b8fbd145 GCC 4.4 compatibility: needs explicit cast of anonymous typed enum. 12 years ago
Vladimír Vondruš 7726a0e4f4 GCC 4.4 compatibility: fix linking with defaulted destructors. 12 years ago
Vladimír Vondruš 2848d1d37c DebugTools: defaulted destructor implementation in source files. 12 years ago
Vladimír Vondruš 795da389c8 Doc++ 12 years ago
Vladimír Vondruš d5f58b025f Code reorganization. 12 years ago
Vladimír Vondruš 58fa59e956 GCC 4.6 compatibility: missing forward declaration for Drawable[23]D. 12 years ago
Vladimír Vondruš e4f7d0bb52 Doc++ 12 years ago
Vladimír Vondruš 34ece127bc MSVC 2013 compatibility: work around bug with move-only types in vector. 12 years ago
Vladimír Vondruš 1ab880a7c9 GCC 4.5 compatibility: no range-based for loops. 12 years ago
Vladimír Vondruš c9aeca3d81 MSVC 2013 compatibility: avoid more compiler crashes. 12 years ago
Vladimír Vondruš f325296875 MSVC 2013 compatibility: somehow std::reference_wrapper needs full def. 12 years ago
Vladimír Vondruš c7b23a884f Be consistent and use our own platform definitions. 12 years ago
Vladimír Vondruš dcd89bac0a Math: no need to use class here. 12 years ago
Vladimír Vondruš b475389cc9 Math: make the constructors in test also constexpr. 12 years ago
Vladimír Vondruš 098132f869 Platform: use delegating constructors. 12 years ago
Vladimír Vondruš df05a2d8a5 Properly credit all contributors. 12 years ago