300 Commits (ea23f4b0a4f5a8ed3d40c7befbfb04276b9d0be7)

Author SHA1 Message Date
Vladimír Vondruš 598b456eb7 Implemented ARB_vertex_type_10f_11f_11f_rev (GL 4.4). 12 years ago
Vladimír Vondruš 85f35f7cd9 Cleanup of AbstractShaderProgram::Attribute::DataOption enum operators. 12 years ago
Vladimír Vondruš c621886f72 Minor color/texture format fixes. 12 years ago
Vladimír Vondruš 5998f46e12 Added support for glMultiDrawArrays()/glMultiDrawElements(). 12 years ago
Vladimír Vondruš f8dfa180b2 Removed duplicate code from MeshGLTest. 12 years ago
Vladimír Vondruš 189023b613 Removed redundant preprocessor branches from MeshGLTest. 12 years ago
Vladimír Vondruš 764d2fe400 Make use of threaded shader compilation in MeshGLTest. 12 years ago
Vladimír Vondruš 6c9066be8c doc: removed old Doxygen workarounds. 12 years ago
Vladimír Vondruš ec0569e96c Doxygen workarounds. 12 years ago
Vladimír Vondruš 69d02ee7ee doc: strict ordering of sections in detailed documentation. 12 years ago
Vladimír Vondruš c7ccf18ffb doc: make section names unique. 12 years ago
Vladimír Vondruš 08dbf60b93 Revert "Fixed compilation with GCC 4.9." 12 years ago
Vladimír Vondruš 839a87df43 Missing extension checks in texture GL tests. 12 years ago
Vladimír Vondruš 4b6ae7afe6 Support for EXT_texture_sRGB_decode. 12 years ago
Vladimír Vondruš 2ca955bb29 Math: documented Matrix[34]::invertedRigid(). 12 years ago
Vladimír Vondruš bfbd4d2036 Completed documentation review in root namespace. 12 years ago
Vladimír Vondruš f079e37a0f Trade: completed documentation review. 12 years ago
Vladimír Vondruš 6ef3f72d2e TextureTools: completed documentation review. 12 years ago
Vladimír Vondruš 834f1a0346 Text: completed documentation review. 12 years ago
Vladimír Vondruš 9256b704ce Shapes: completed documentation review. 12 years ago
Vladimír Vondruš 0d7dd09ae8 Shaders: completed documentation review. 12 years ago
Vladimír Vondruš 174bbc9e4b SceneGraph: completed documentation review. 12 years ago
Vladimír Vondruš 7fd9e70b78 Primitives: completed documentation review. 12 years ago
Vladimír Vondruš 5ba4a6b603 Platform: completed documentation review. 12 years ago
Vladimír Vondruš 86302ea602 MeshTools: completed documentation review. 12 years ago
Vladimír Vondruš 81039fc2c9 Math: completed documentation review. 12 years ago
Vladimír Vondruš e3d87fb00b DebugTools: completed documentation review. 12 years ago
Vladimír Vondruš bef951a582 Audio: completed documentation review. 12 years ago
Vladimír Vondruš 4e50aeee31 Ability to reset internal state tracker. 12 years ago
Vladimír Vondruš df26073620 Enabled other utilities on Windows. 12 years ago
Vladimír Vondruš 8e1e8ee30e Platform: enable magnum-info on Windows. 12 years ago
Vladimír Vondruš 89f4ab09ad Platform: added WindowlessWglApplication. 12 years ago
Vladimír Vondruš 997a539cbf TextureTools: remove hard dependency on WindowlessGlxApplication. 12 years ago
Vladimír Vondruš a7420dd013 Embarassing typos. 12 years ago
Vladimír Vondruš 24aa7a1bbe Platform: include cleanup. 12 years ago
Vladimír Vondruš 069bdbd011 Fixed deprecated header. 12 years ago
Vladimír Vondruš 6eb9676604 Fix Shader::compile() error output. 12 years ago
Vladimír Vondruš 20c62a20ac Doc++ 12 years ago
Vladimír Vondruš 2356802831 Fix linker errors on MSVC. 12 years ago
Vladimír Vondruš 8a412f1d5d Use SDL 2 instead of GLUT as the default and recommended toolkit. 12 years ago
Vladimír Vondruš 4573c357a2 Platform: default to non-resizable window in Sdl2Application. 12 years ago
Vladimír Vondruš 71a5766594 Added Mesh::addVertexBufferInstanced(). 12 years ago
Vladimír Vondruš c0056f76d2 Code reorganization. 12 years ago
Vladimír Vondruš 20df20de0f Support for instanced mesh drawing and base instance. 12 years ago
Vladimír Vondruš 6488be5e91 glDrawElementsBaseVertex() needs ARB_draw_elements_base_vertex. 12 years ago
Vladimír Vondruš 2ea0a416ed Cleanup and code reorganization in MeshGLTest. 12 years ago
Vladimír Vondruš 7d0726e5a5 Doc++ 12 years ago
Stefan Wasilewski 0ab546b32c fixed build on mac 12 years ago
Vladimír Vondruš 072710bb8a Be less strict in OpenGL ES context version. 12 years ago
Vladimír Vondruš 35bd25201f Fix usage of reserved GLSL keyword in test. 12 years ago