704 Commits (b3a5e36c738a3b153aef41c8a9fcfebdc32518d5)
 

Author SHA1 Message Date
Vladimír Vondruš b3a5e36c73 Doc++, code cleanup. 14 years ago
Vladimír Vondruš 4a207c6556 Simplified camera projection matrix creation. 14 years ago
Vladimír Vondruš 0ca0f03f1c Implemented AbstractXContext::redraw(). 14 years ago
Vladimír Vondruš 070c5ba706 Sdl2Context: calling redraw() in drawEvent() didn't have any effect. 14 years ago
Vladimír Vondruš 436c07a706 Removed done @todo. 14 years ago
Vladimír Vondruš 31e4e8d95e Added GLX context. 14 years ago
Vladimír Vondruš a3bc29a000 Separate class for extension wrangler initialization. 14 years ago
Vladimír Vondruš e372a71636 Decoupled EGL interface from XEglContext. 14 years ago
Vladimír Vondruš 0f579efe85 Undef some more Xlib nonsense. 14 years ago
Vladimír Vondruš 442c9629ae Code reorganization. 14 years ago
Vladimír Vondruš a46b51b11f Updated for OpenGL ES 2 support. 14 years ago
Vladimír Vondruš 57b064a2ef Pixel pack buffer isn't available on ES2 either. 14 years ago
Vladimír Vondruš a87141b250 Mention required version/extension in shader code. 14 years ago
Vladimír Vondruš 68872b03cf Added @requires_{gl43,gles30,es_extension} Doxygen aliases. 14 years ago
Vladimír Vondruš db105839c5 Doc++ 14 years ago
Vladimír Vondruš 61cac0f1b3 Renamed EglContext to XEglContext. 14 years ago
Vladimír Vondruš 3298c5181a SceneGraph: Hiding LinkedList/LinkedListItem methods in Object. 14 years ago
Vladimír Vondruš 85de3109a9 Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 881f07ec76 Added Object2D::move() to manage 2D stacking order. 14 years ago
Vladimír Vondruš 58abfdeeee SceneGraph: Using linked list from Corrade instead of std::set. 14 years ago
Vladimír Vondruš aa80ac55ee SceneGraph: Added @todos for some Object weirdness. 14 years ago
Vladimír Vondruš 71f7e241fa SceneGraph: removed fugly hack for detecting scene. 14 years ago
Vladimír Vondruš af8b01da88 SceneGraph: default Camera aspect ratio policy is to not preserve. 14 years ago
Vladimír Vondruš d43e18a741 Initial support for 2D scene graph. 14 years ago
Vladimír Vondruš c6e14dd348 SceneGraph: Initial support for projections with aspect ratio != 1:1. 14 years ago
Vladimír Vondruš 27bbf23dff SceneGraph: Simplified Implementation::Camera<3>::fixAspectRatio(). 14 years ago
Vladimír Vondruš f6d1aa7bc9 SceneGraph: Test for Implementation::Camera<3>::fixAspectRatio(). 14 years ago
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