2049 Commits (8453d01ffee0d6ab5d9ebff856f0e9a798d5b7b1)
 

Author SHA1 Message Date
Vladimír Vondruš 8453d01ffe Added section for ES2-compatibility-only features into documentation. 13 years ago
Vladimír Vondruš 8d70e3e3a9 Shaders: allow default construction of MeshVisualizer. 13 years ago
Vladimír Vondruš 20fd1f7afc Shaders: really ported MeshVisualizer to ES. 13 years ago
Vladimír Vondruš abc8bfcfc5 Fixed resource import headers. 13 years ago
Vladimír Vondruš 0c31f5dbe4 NaCl's newlib doesn't have std::to_string(). 13 years ago
Vladimír Vondruš 7f51765c36 Oh yeah, coding while drunk. 13 years ago
Vladimír Vondruš f78ac39ab6 Shapes: overlooked `typename`. 13 years ago
Vladimír Vondruš 79c0dc9550 Shaders: use Context::isVersionSupported() instead of ad-hoc solution. 13 years ago
Vladimír Vondruš c253fa74d3 Shapes: simplified collision dispatch implementation with macro. 13 years ago
Vladimír Vondruš b8b6b63919 SceneGraph: use `virtual` where it hurts less. 13 years ago
Vladimír Vondruš 392dc54635 Moved BufferTextureFormat enum before the class. 13 years ago
Vladimír Vondruš 834d68945e GCC 4.6 compatibility: weird name conflicts. WTF. 13 years ago
Vladimír Vondruš d23942f1bc Fixed comma at the end of enumeration list. 13 years ago
Vladimír Vondruš b9a72bd3d1 Shaders: ported MeshVisualizer to not require geometry shader. 13 years ago
Vladimír Vondruš 9d1d4b5ef1 Properly number shader sources. 13 years ago
Vladimír Vondruš 64b00278b8 No need to add `#line` directive also before `#version` line. 13 years ago
Vladimír Vondruš 1701f1c42f MeshTools: added duplicate() utility for creating non-indexed array. 13 years ago
Vladimír Vondruš f4fdbd2b2d MeshTools: this can be moved instead of copying. 13 years ago
Vladimír Vondruš 1c32119058 MeshTools: renamed clean() to removeDuplicates(). 13 years ago
Vladimír Vondruš 915d49cc7d MeshTools: some cleanup. 13 years ago
Vladimír Vondruš cabbc5d858 Allow movement of AbstractShaderProgram. 13 years ago
Vladimír Vondruš 77093a9b65 SceneGraph: fixed copypaste error. 13 years ago
Vladimír Vondruš d969a9a162 Adapted to Corrade changes. 13 years ago
Vladimír Vondruš 12f9666321 Missing space in shader compiler output message. 13 years ago
Vladimír Vondruš 69a5c2f06f Buffer data queries are not available in OpenGL ES. 13 years ago
Vladimír Vondruš 7b0f762683 Added and fully implemented OES_standard_derivatives extension. 13 years ago
Vladimír Vondruš 8aab09a10c Slightly reordered and crosslinked Renderer functions. 13 years ago
Vladimír Vondruš 980cc48642 SceneGraph: extracted CachedTransformation[s] enum out of AbstractFeature. 13 years ago
Vladimír Vondruš 3f9d449f58 Math: fix compilation with Clang. 13 years ago
Vladimír Vondruš 150a583c3d SceneGraph: typedef MatrixType to avoid those horrible declarations. 13 years ago
Vladimír Vondruš 1071a251cd SceneGraph: make public Object API non-virtual too. 13 years ago
Vladimír Vondruš 330794d710 Documentation fixes. 13 years ago
Vladimír Vondruš 3fc7ccafe5 SceneGraph: don't use virtual calls when setting transformations. 13 years ago
Vladimír Vondruš f7aa2c05a6 Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Vladimír Vondruš d3c37a3962 SceneGraph: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš 345abcc7ba Text: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš 777b406840 Trade: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš ebf13678dc Shapes: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš 4f82053058 Shaders: removed redundant `inline` keyword. 13 years ago
Vladimír Vondruš 72e83c4f49 Platform: inline/virtual optimizations. 13 years ago
Vladimír Vondruš 5bf61ceb74 *Tools: deinlined heavy functions, removed redundant `inline`. 13 years ago
Vladimír Vondruš 06a4e297bc Math: deinlined heavy functions, removed redundant `inline`. 13 years ago
Vladimír Vondruš ae81e729c9 Added TODO. 13 years ago
Vladimír Vondruš d83234d214 Don't build magnum-info by default. 13 years ago
Vladimír Vondruš 5b54b07210 Added Buffer::size(), Buffer::data() and Buffer::subData() queries. 13 years ago
Vladimír Vondruš 5b2484cc2c Context: use fully qualified name in macro. 13 years ago
Vladimír Vondruš db05553e65 Math: another C++14 todo :-) 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš 12a985526d Adapted to Corrade changes. 13 years ago
Vladimír Vondruš ca38c015f0 Refactored Buffer internals to follow GL naming conventions. 13 years ago