4 Commits (e921a111b59f0e4ed4d03d9dd5db091a960b625a)

Author SHA1 Message Date
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 6ce1a939dc Enable VAOs by default for ES3. 13 years ago
Vladimír Vondruš 64a1d6be88 Mesh: set VAO id to 0 when the extension is not available. 13 years ago
Vladimír Vondruš 8c0257e6e8 Abort the application on attempt to use any ES extension function. 13 years ago
Vladimír Vondruš 34c6565e71 Testing Mesh move constructor and assignment. 13 years ago
Vladimír Vondruš b2325dda2f Support for object labels from KHR_debug and EXT_debug_label. 13 years ago
Vladimír Vondruš 5d9490c73b Extracted Primitive enum from Mesh to MeshPrimitive. 13 years ago
Vladimír Vondruš d6c4bb0300 Use "constructor cast" instead of `static_cast<GL...>(...)`. 13 years ago
Vladimír Vondruš ed5ee5c3c2 Mesh: warn about improper buffer binding also on Emscripten. 13 years ago
Vladimír Vondruš c44681dbe1 Mesh-related limit queries. 13 years ago
Vladimír Vondruš a168d2af4e Proper noexcept move constructor for Mesh. 13 years ago
Vladimír Vondruš 2ab37ba2a1 Fixed OpenGL ES 2.0 compatibility. 13 years ago
Vladimír Vondruš 39033d2480 Added Mesh::drawInternal(). 13 years ago
Vladimír Vondruš ff7402200e Renamed Mesh variables. 13 years ago
Vladimír Vondruš b15f3758de Fixed NaCl compilation. 13 years ago
Vladimír Vondruš e19154be5e Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš 4c1f226544 Warn about improper Buffer target hint in NaCl. 13 years ago
Vladimír Vondruš 103b2b0c95 Added missing primitive types to Mesh debug and configuration output. 13 years ago
Vladimír Vondruš 1aac14d059 Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false). 13 years ago
Vladimír Vondruš da4ceb7cbc Delete VAO in Mesh only if it is nonzero. 13 years ago
Vladimír Vondruš c5ab86794b Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš 2d2d1c07f4 Using new type aliases in whole root Magnum namespace. 13 years ago
Vladimír Vondruš 9464e805e1 Use {} instead of "". 13 years ago
Vladimír Vondruš f07e4743f9 Ability to specify index range in Mesh::setIndexBuffer(). 13 years ago
Vladimír Vondruš d20682f3e5 Mesh: don't allow specifying index data from client memory. 13 years ago
Vladimír Vondruš b9513d28cb Merged index type setting to Mesh::setIndexBuffer() and added offset. 13 years ago
Vladimír Vondruš 0c4d433f70 Quick dirty fix for element array buffer binding in VAOs. 13 years ago
Vladimír Vondruš a8abbdb7d3 Removing IndexedMesh, part 4: merged draw algorithm. 13 years ago
Vladimír Vondruš a2a66803be Removing IndexedMesh, part 3: moved last remaining setter to Mesh. 13 years ago
Vladimír Vondruš dfb9491433 Saving vertex attribute parameters only if not using VAOs. 13 years ago
Vladimír Vondruš b20c83f258 Removing IndexedMesh, part 2: moved all member variables to Mesh. 13 years ago
Vladimír Vondruš 3f1592c23d Inlined Mesh::setVertexCount(). 13 years ago
Vladimír Vondruš 688251add9 Removing IndexedMesh, part 1: moved enums and related stuff to Mesh. 13 years ago
Vladimír Vondruš aef9b16c62 Don't allow removing vertex/index buffer from meshes. 14 years ago
Vladimír Vondruš e5db59aad5 Removed "wontfix" TODOs. 14 years ago
Vladimír Vondruš 0f889369f4 No `using namespace std` anywhere. 14 years ago
Vladimír Vondruš 8f13362f7a Allow attribute-less Mesh. 14 years ago
Vladimír Vondruš 35d8905790 Debug output and configuration parser for Mesh::Primitive. 14 years ago
Vladimír Vondruš 9b18e2b3e8 Don't issue draw call if there is nothing to draw. 14 years ago
Vladimír Vondruš 81ae500fd8 Fixed typo. 14 years ago
Vladimír Vondruš 50a0e5558e Updated OpenGL ES support in Mesh and IndexedMesh. 14 years ago
Vladimír Vondruš efa7cbc079 Fixed Mesh move constructor and move assignment operator. 14 years ago
Vladimír Vondruš 259a9f6666 Type-checked vertex attributes with type conversion possibility. 14 years ago
Vladimír Vondruš eec4e7d099 Implementation of double vertex attributes in Mesh. 14 years ago
Vladimír Vondruš 77716dacdd Mesh rework, part 7: using EXT_direct_state_access for vertex pointers. 14 years ago
Vladimír Vondruš 14192fa40f Mesh rework, part 6: don't rebind default VAO after draw call. 14 years ago