1038 Commits (616c4101cb3d4fef75f0a66e2c8b2d63fdaf935a)
 

Author SHA1 Message Date
Vladimír Vondruš 616c4101cb Doc++ 14 years ago
Vladimír Vondruš e508da2b6a Moved AspectRatioPolicy enum out of Camera class. 14 years ago
Vladimír Vondruš 9d9517c824 Vector::angle(): reflect normalization requirement in parameter names. 14 years ago
Vladimír Vondruš 3308bcaa22 Added PKGBUILD for easy NaCl builds. 14 years ago
Vladimír Vondruš 643977abbd Platform: support for NaCl applications. 14 years ago
Vladimír Vondruš 15f27148b7 Doc: building updates and fixes. 14 years ago
Vladimír Vondruš 9cf48eee56 Platform: removed unneeded AbstractApplication base. 14 years ago
Vladimír Vondruš e1cd13021b Platform/Application renaming. 14 years ago
Vladimír Vondruš 4d3dd19b9d Initial NaCl support. 14 years ago
Vladimír Vondruš ae9914c587 Provide information about compatibility and ES 2.0 target to users. 14 years ago
Vladimír Vondruš 5d72cdc6a6 Updated toolchains submodule with NaCl support. 14 years ago
Vladimír Vondruš 17ee1d7fd8 Shaders: portable vertex color shader (currently 2D only). 14 years ago
Vladimír Vondruš 81b69f17e1 Shaders: another iteration in porting of Phong and Flat shaders to GLES. 14 years ago
Vladimír Vondruš a4d5d3682b Doc: added page with links to valuable "best practices" information. 14 years ago
Vladimír Vondruš 2779455c5f Moved configuration to root CMakeLists so it is near to option() calls. 14 years ago
Vladimír Vondruš 93a5e7230f Use OpenGL ES 2.0 specific definitions for extension-only functionality. 14 years ago
Vladimír Vondruš 9ccb1869fc Added headers for OpenGL ES 2.0. 14 years ago
Vladimír Vondruš 79e39585d3 Updated external OpenGL headers. 14 years ago
Vladimír Vondruš 45a236fb07 Temporary workaround for extension-only functionality in ES 2.0. 14 years ago
Vladimír Vondruš b6b15e387f Don't compile and install unsupported functionality if targetting ES 2.0. 14 years ago
Vladimír Vondruš 9701c8dacb If targetting exactly ES 2.0, hide everything not available there. 14 years ago
Vladimír Vondruš dfccdf9b7e Minor pedantic ordering fix. 14 years ago
Vladimír Vondruš 7c7163e17b FindOpenGLES2.cmake: added library name for NaCl. 14 years ago
Vladimír Vondruš 67dbdd4b00 Fixed compiler warning when compiling with OpenGL ES support. 14 years ago
Vladimír Vondruš 5e648b2701 Fixed Color3/Color4 support in shader attributes. 14 years ago
Vladimír Vondruš bef497c46a SceneGraph rework, part 7: Drawable and Camera features. 14 years ago
Vladimír Vondruš a65a0430d0 SceneGraph rework, part 6: base for grouped features. 14 years ago
Vladimír Vondruš 4e53b17f8d SceneGraph rework, part 5: bulk transformation computing. 14 years ago
Vladimír Vondruš ac38af4ef1 SceneGraph: cleanup and reorganization of Object test. 14 years ago
Vladimír Vondruš 342d2f46ac SceneGraph: allow features to access scene and object's dirty status. 14 years ago
Vladimír Vondruš abac1d26dc SceneGraph rework, part 4: faster rotation for X, Y and Z axes. 14 years ago
Vladimír Vondruš 06398dcf7c SceneGraph rework, part 3: splitting base object. 14 years ago
Vladimír Vondruš f66ded2d60 SceneGraph rework, part 2: introductional documentation. 14 years ago
Vladimír Vondruš f062f2dd86 SceneGraph rework, part 1: removed Light object. 14 years ago
Vladimír Vondruš 89bf91c487 Use full template name when accessing parent class. 14 years ago
Vladimír Vondruš 9459d4c6a1 Using isVersionSupported() instead of plain comparison. 14 years ago
Vladimír Vondruš e4a6832eab Accidentaly forgot commented-out code. 14 years ago
Vladimír Vondruš 6dc27374a4 Assert when creating Shader with unsupported version. 14 years ago
Vladimír Vondruš b9fbbb117b Don't use constexpr here. 14 years ago
Vladimír Vondruš 350fb3a64c Fixed documentation of Vector::angle(). 14 years ago
Vladimír Vondruš 2dd0a68329 Internal "traits" cleanup. 14 years ago
Vladimír Vondruš 02267d1439 Doxygen configuration. 14 years ago
Vladimír Vondruš 1437043c62 Fixed compiler warning. 14 years ago
Vladimír Vondruš a021e4e209 Using CORRADE_INTERNAL_ASSERT() for, ahem, internal issues. 14 years ago
Vladimír Vondruš b2f42f234e Documentation fixes and updates. 14 years ago
Vladimír Vondruš ba86c3d2f8 Avoid crash when glGetString(GL_EXTENSIONS) returns nullptr. 14 years ago
Vladimír Vondruš 6f6d3d09b2 Blind port of FlatShader to OpenGL 2.1 and OpenGL ES 2.0. 14 years ago
Vladimír Vondruš 084294e60b Blind port of PhongShader to OpenGL ES 2.0. 14 years ago
Vladimír Vondruš c72390d139 EglContextHandler: better error handling. 14 years ago
Vladimír Vondruš ca061091f9 Using nullptr instead of 0. 14 years ago