808 Commits (4d46fd12cfcb7c985c4b2c83850a0241694beac3)
 

Author SHA1 Message Date
Vladimír Vondruš 4d46fd12cf Returning references from vector component accessors. 14 years ago
Vladimír Vondruš c813a8ae34 More README updates. 14 years ago
Vladimír Vondruš c50d68c211 Fixed documentation link so it's not redirected to another domain. 14 years ago
Vladimír Vondruš 3b333be0f2 Doc: updated feature list and "Getting started" section. 14 years ago
Vladimír Vondruš 9a391beb96 Doc: updated window context building options. 14 years ago
Vladimír Vondruš 823b39133a Doc: run `ctest` with `--output-on-failure` rather than `-V`. 14 years ago
Vladimír Vondruš dfe566886a SceneGraph: disallow instantiation of Object and Camera base classes. 14 years ago
Vladimír Vondruš cef2a19b07 Moved template list of SceneGraph objects into traits class. 14 years ago
Vladimír Vondruš d4ea960767 Fixed ambiguous function call. 14 years ago
Vladimír Vondruš 00cc00311b Workarounds for old GLEW versions (tested on 1.6). 14 years ago
Vladimír Vondruš b0f640072c Timeline: sleep for _the rest_ of the frame. 14 years ago
Vladimír Vondruš 2c0b75df8b Request OpenGL 3.2 rather than 3.3. 14 years ago
Vladimír Vondruš 0646a6a12e Contexts: updated default window names. 14 years ago
Vladimír Vondruš 11823f6600 Context: use glGetString(GL_EXTENSIONS) on GL 2.1. 14 years ago
Vladimír Vondruš 141b20a612 Renamed Contexts::*Context to *ContextHandler. 14 years ago
Vladimír Vondruš 07df630b24 Modified Sdl2WindowContext for source compatibility with others. 14 years ago
Vladimír Vondruš ad19b2734b More renaming: Context -> WindowContext. 14 years ago
Vladimír Vondruš fa774370aa GCC 4.6 doesn't support template aliases. 14 years ago
Vladimír Vondruš 3d77885555 Revert "Overflow test for large types in Math::normalize() started working." 14 years ago
Vladimír Vondruš e95c31720e GCC 4.6 compatibility of Extension class. 14 years ago
Vladimír Vondruš 5121d8ba99 Removed last trace of QtTest library. 14 years ago
Vladimír Vondruš 4927be44cf Context class must be instantiated after initializing extensions. 14 years ago
Vladimír Vondruš 1cc13db704 Timeline class. 14 years ago
Vladimír Vondruš 75d0505a60 Overflow test for large types in Math::normalize() started working. 14 years ago
Vladimír Vondruš 4152e1fc9d Better ability to create portable shaders. 14 years ago
Vladimír Vondruš 13bb600c3e Creating Context instance in all *Context classes. 14 years ago
Vladimír Vondruš c2949d6b59 More Xlib workarounds... 14 years ago
Vladimír Vondruš ae28de197b Classes for handling version and extension information. 14 years ago
Vladimír Vondruš a5ab6253b7 Contexts refactoring. 14 years ago
Vladimír Vondruš bd665cb280 More texture and renderbuffer internal formats supported in OpenGL ES 3.0. 14 years ago
Vladimír Vondruš f15906b28b Fixed linking errors when only OpenGL ES 2 is available. 14 years ago
Vladimír Vondruš 7a066672cd Queries (except for timing ones) are available in OpenGL ES 3.0. 14 years ago
Vladimír Vondruš ac3a8b55d6 New Compute shader stage in OpenGL 4.3. 14 years ago
Vladimír Vondruš 1c8bda59b2 Unsigned uniforms and retrievable hint supported in OpenGL ES 3.0. 14 years ago
Vladimír Vondruš 6c244eb703 CubeMapTexture is always seamless on OpenGL ES 3.0. 14 years ago
Vladimír Vondruš b067a6d1dc Several new buffer targets and usages are available on OpenGL ES 3.0. 14 years ago
Vladimír Vondruš 3271896b15 Deprecated uniformLocation() in favor of GL 4.3 explicit uniform location. 14 years ago
Vladimír Vondruš 5310326e69 Enabled RGB565 and BPTC textures, as they are now in headers. 14 years ago
Vladimír Vondruš e378195d20 Added headers for OpenGL 4.3 and OpenGL ES 3.0. 14 years ago
Vladimír Vondruš e213979559 Fixed compilation on OpenGL ES. 14 years ago
Vladimír Vondruš d88171aaae Simplified linking step. 14 years ago
Vladimír Vondruš 23f93cd65e Mention @fn_gl and @def_gl in Coding Style manual. 14 years ago
Vladimír Vondruš 035bd4d376 Links to documentation of related gl*() function. 14 years ago
Vladimír Vondruš f3a07f82f4 Method chaining for textures. 14 years ago
Vladimír Vondruš 0bf1b62080 Framebuffer: ability to specify which polygon facing to cull 14 years ago
Vladimír Vondruš dfb4e0f807 Mesh: ability to specify which polygons are front facing. 14 years ago
Vladimír Vondruš d5614a2f2c Mesh: added support for polygon offset. 14 years ago
Vladimír Vondruš fd1ae3f775 Mesh: added support for provoking vertex selection. 14 years ago
Vladimír Vondruš 092d2fc897 Doc++ 14 years ago
Vladimír Vondruš 7d3435f483 SceneGraph: method chaining also for Camera. 14 years ago