897 Commits (f2a569de0e76a679dc177e34274a17d85f3cbf4f)
 

Author SHA1 Message Date
Vladimír Vondruš f2a569de0e Workarounds to make Doxygen happy. 14 years ago
Vladimír Vondruš 3868dba6ae Buffer documentation update. 14 years ago
Vladimír Vondruš c97d2c9049 Support for filling Buffer from std::array. 14 years ago
Vladimír Vondruš 18c23cbd37 Ooops, forgot to install DimensionTraits.h. 14 years ago
Vladimír Vondruš c1cf94fb46 Using fixed-size integer types also everywhere else. 14 years ago
Vladimír Vondruš 1de2154823 Using fixed-size integer types for Trade data IDs. 14 years ago
Vladimír Vondruš 8f5940dd56 Using fixed-size 32bit integer type for indices. 14 years ago
Vladimír Vondruš cdc2e5302c Using fixed-size 32bit integer instead of size_t for log/pow. 14 years ago
Vladimír Vondruš 246f08c4f1 Using fixed-size 8bit integer for color attachment IDs. 14 years ago
Vladimír Vondruš 1077370937 Using fixed-size 8bit integer for dimension count. 14 years ago
Vladimír Vondruš 0145343d59 Pedantic: using std::size_t instead of size_t from C compat headers. 14 years ago
Vladimír Vondruš 815f2d7491 Use the right type for attribute binding location. 14 years ago
Vladimír Vondruš a0f79fcf78 Don't parse Implementation/ directories with Doxygen. 14 years ago
Vladimír Vondruš 131e75ef91 Added @todos. 14 years ago
Vladimír Vondruš 972846677d Using DimensionTraits for Shape implementation. 14 years ago
Vladimír Vondruš cac85252ac Using DimensionTraits in SceneGraph implementation. 14 years ago
Vladimír Vondruš d49ee5c76e Using specialized Vector type in images and textures. 14 years ago
Vladimír Vondruš 2b3a2951cc New struct DimensionTraits for matrix, vector and point specializations. 14 years ago
Vladimír Vondruš 934d04a76b Added method for getting key of given Resource. 14 years ago
Vladimír Vondruš 58d9d351c0 Compile Primitives library with -fPIC. 14 years ago
Vladimír Vondruš 8a7c86d700 Initial implementation of ShapedObject. 14 years ago
Vladimír Vondruš 805a51fd17 Export BufferedImage and Image explicit instantiations. 14 years ago
Vladimír Vondruš 64fae952dd Follow-up fix for previous commit. 14 years ago
Vladimír Vondruš aceb93c313 Distinguish dimensions (1D, 2D, 3D) from image size. 14 years ago
Vladimír Vondruš 4aec678539 Have first letter of static constants uppercase, like previously. 14 years ago
Vladimír Vondruš c9d375f7a3 Making _data member of RectangularMatrix protected. 14 years ago
Vladimír Vondruš 30a584741e Fixed compilation with Clang. 14 years ago
Vladimír Vondruš 2c52f7b85a Non-explicit default constructor for Vector2 and Matrix*. 14 years ago
Vladimír Vondruš b5edb73f38 GlutWindowContext: don't save unused argc and argv variables. 14 years ago
Vladimír Vondruš caadb242b3 Explicit instantiation of Image types. 14 years ago
Vladimír Vondruš 0f0b7a8d17 Move constructor and move assignment for Resource. 14 years ago
Vladimír Vondruš 871c2a4f90 Forgot to initialize some variables in private Resource constructor. 14 years ago
Vladimír Vondruš d65b2386b2 Code cleanup. 14 years ago
Vladimír Vondruš 16382c9ba9 No need to have separate ConfigurationValue implementation for Vector. 14 years ago
Vladimír Vondruš 5f822d0c9b Fixed copypaste error in Matrix3::translation(). 14 years ago
Vladimír Vondruš ca2993cadc Don't compute sine and cosine more times than necessary. 14 years ago
Vladimír Vondruš 14f53bf6a3 Doc++ 14 years ago
Vladimír Vondruš 6cb257670a Fixed compilation for Color4::rgb(). 14 years ago
Vladimír Vondruš 624f4f8531 Inlined inline functions. 14 years ago
Vladimír Vondruš a22263c60b Added missing includes to Image classes. 14 years ago
Vladimír Vondruš ecad221a8b Faster alternatives for rotation around main axes. 14 years ago
Vladimír Vondruš 5d9c4038f5 Doc++ 14 years ago
Vladimír Vondruš ce2ac51d08 Extension lists can be const as well. 14 years ago
Vladimír Vondruš 779808e2f7 Added setUniform() for doubles. 14 years ago
Vladimír Vondruš 64e363f495 Minor documentation fixes. 14 years ago
Vladimír Vondruš b3517eda01 Doc: crosslinking MeshTools and relevant Mesh functions. 14 years ago
Vladimír Vondruš 1013d16b68 More documentation updates for primitives. 14 years ago
Vladimír Vondruš 6a2ebf5c3d Fixed Vector, Point and Color constructors from smaller types. 14 years ago
Vladimír Vondruš 23cbc121d6 Using only RectangularMatrix in setUniform(), added remaining setters. 14 years ago
Vladimír Vondruš 93961aca65 Don't include Matrix3 in Matrix4, as it isn't used. 14 years ago