777 Commits (7a066672cd19f29df39dfa39445bd601650ca930)
 

Author SHA1 Message Date
Vladimír Vondruš 810c06509a SceneGraph: modifications to allow 2D implementation in future. 14 years ago
Vladimír Vondruš c451b22392 Revert "Documentation: organizing the classes into "modules"." 14 years ago
Vladimír Vondruš e3ee7b487b Moved Object, Scene and Light to separate SceneGraph library. 14 years ago
Vladimír Vondruš 3744d247d2 Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 9d750179cd Swapped template parameters in Vector/Matrix debug operator. 14 years ago
Vladimír Vondruš 8dbae4f09c Added @todo. 14 years ago
Vladimír Vondruš 0e08138806 Added number*Vector and number/Vector operators. 14 years ago
Vladimír Vondruš 5157abc439 Disabled original Vector div/mult for non-arithmetic types. 14 years ago
Vladimír Vondruš a4c80d18ed Added component-wise multiplication and division to Vector. 14 years ago
Vladimír Vondruš 125a0fa9d1 Doc++ 14 years ago
Vladimír Vondruš 26d70e0eae Added move constructor and move assignment to Mesh. 14 years ago
Vladimír Vondruš fec65aa6f5 Ability to construct Vector from another of different type. 14 years ago
Vladimír Vondruš dc6f29bf08 Removed old cruft from documentation. 14 years ago
Vladimír Vondruš 88d988c715 Added Type and Size members to Matrix. 14 years ago
Vladimír Vondruš 6baf9581aa Doc++ 14 years ago
Vladimír Vondruš 4d1538c0a9 Added depth function to Framebuffer. 14 years ago
Vladimír Vondruš 6407600c06 Added stencil operations to Framebuffer. 14 years ago
Vladimír Vondruš 433b43906d Added logical operation to Framebuffer. 14 years ago
Vladimír Vondruš 3597eb5dda Added scissor test to Framebuffer. 14 years ago
Vladimír Vondruš 8084e28363 Doc++ 14 years ago
Vladimír Vondruš a491d54ed5 Added blend operations to Framebuffer. 14 years ago
Vladimír Vondruš ee55d8425c Added AbstractShaderProgram::bindFragmentDataLocationIndexed(). 14 years ago
Vladimír Vondruš 129b7f23a7 Fixed typos (substract -> subtract). 14 years ago
Vladimír Vondruš 5ea1f104e8 Blending is not only alpha blending. 14 years ago
Vladimír Vondruš ae843eb595 Added set*Mask() functions to Framebuffer. 14 years ago
Vladimír Vondruš cd8b309ce8 Added @todo. 14 years ago
Vladimír Vondruš 80cd503bbd Reorganized Framebuffer class and grouped its members. 14 years ago
Vladimír Vondruš 0177ec8b5d Moved swizzle() functions to root namespace. 14 years ago
Vladimír Vondruš eeca90c17c Added @todos. 14 years ago
Vladimír Vondruš cbdff68052 Clarified signed normalized texture types, formatting fixes. 14 years ago
Vladimír Vondruš d9dff2c046 Clarified required version and extension for R/RG textures. 14 years ago
Vladimír Vondruš 51f2478b1e More precise double Math constants. 14 years ago
Vladimír Vondruš 794f9bdec5 Minor cleanup. 14 years ago
Vladimír Vondruš d03fe4d41d Limited static polymorphism of EglContext and GlutContext. 14 years ago
Vladimír Vondruš d5ab207552 Fixed compilation on non-GLES targets (oops). 14 years ago
Vladimír Vondruš c74551e5c7 Doc++ 14 years ago
Vladimír Vondruš 6c111182e1 WTF? sizeof(int) != 8 and sizeof(long long) != 16. 14 years ago
Vladimír Vondruš 5c5da2b2f3 Clarified required OpenGL versions for queries. 14 years ago
Vladimír Vondruš 26b6d40a8b Added separate stencil formats to Renderbuffer. 14 years ago
Vladimír Vondruš f2dbb9e8d9 Don't copy unneeded from AbstractTexture documentation. 14 years ago
Vladimír Vondruš 9cb27a4dc3 Depth/stencil can be stored only in renderbuffer in OpenGL ES 2.0. 14 years ago
Vladimír Vondruš ac5969ee48 Don't copy enum value twice only because preprocessor. 14 years ago
Vladimír Vondruš e7bb19b70b Documented unsized internal depth/stencil format. 14 years ago
Vladimír Vondruš 6057693f9a Clarified required GL version for some Query result types. 14 years ago
Vladimír Vondruš 1ec34457ee Clarified required GL versions for shader attribute binding. 14 years ago
Vladimír Vondruš 8456609119 Mention only OpenGL ES (without version). 14 years ago
Vladimír Vondruš eac99d026e Conditional render is since OpenGL 3.0. 14 years ago
Vladimír Vondruš 2526f7f777 GL_PRIMITIVES_GENERATED is since OpenGL 3.1. 14 years ago
Vladimír Vondruš a22bbc9e15 Removed @todo (deprecated in GLES 3.0). 14 years ago
Vladimír Vondruš 88e6221ac3 Better name for parameter in VectorN constructor from VectorN-1. 14 years ago