You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
db1142837c
Clarified and updated *Framebuffer::mapForDraw() implementations.
...
In OpenGL ES 2.0 there is EXT_draw_buffers, which I overlooked somehow,
so I added it to extension list and included in the implementation. It
combines NV_draw_buffers and NV_fbo_color_attachments, so the
implementation now selects one of the two based on which extension is
supported, preferring the EXT one. Updated the documentation to be
less confusing, fixed extension links. Also the single-output
mapForDraw() is not handled separately on ES anymore and just calls
DrawBuffers implementation with single parameter, resulting in less
generated code.
EXT_draw_buffers can also be called on default framebuffer and
apparently in ES there is no way to map front framebuffer for drawing,
so I removed it from the DefaultFramebuffer::DrawAttachment enum.
11 years ago
..
generated
Don't use deprecated enum values.
11 years ago
best-practices.dox
Oh, it's 2015 already.
11 years ago
building.dox
package/ci: build also on GCC 4.8.
11 years ago
cmake.dox
modules: removed deprecated non-absolute include path.
11 years ago
coding-style.dox
Oh, it's 2015 already.
11 years ago
compilation-speedup.dox
Oh, it's 2015 already.
11 years ago
debug-tools.dox
Oh, it's 2015 already.
11 years ago
features.dox
Oh, it's 2015 already.
11 years ago
getting-started-blue.png
doc: updated also Getting Started image to the new color.
11 years ago
getting-started.dox
doc: reference example building docs from Getting Started.
11 years ago
getting-started.png
doc: updated also Getting Started image to the new color.
11 years ago
mainpage.dox
Super secret stuff.
11 years ago
matrix-vector.dox
Oh, it's 2015 already.
11 years ago
method-chaining.dox
Oh, it's 2015 already.
11 years ago
namespaces.dox
Doc++
11 years ago
opengl-mapping.dox
Support for ARB_get_texture_sub_image.
11 years ago
opengl-support.dox
Clarified and updated *Framebuffer::mapForDraw() implementations.
11 years ago
opengl.dox
doc: cleanup.
11 years ago
platform.dox
Document limitations.
11 years ago
plugins.dox
Oh, it's 2015 already.
11 years ago
portability.dox
Oh, it's 2015 already.
11 years ago
scenegraph.dox
SceneGraph: added AbstractObject::addFeature(), Object::addChild().
11 years ago
shaders-distancefieldvector.png
Shaders: there's never enough documentation.
11 years ago
shaders-flat.png
Shaders: there's never enough documentation.
11 years ago
shaders-meshvisualizer.png
Shaders: there's never enough documentation.
11 years ago
shaders-phong.png
Shaders: there's never enough documentation.
11 years ago
shaders-vector.png
Shaders: there's never enough documentation.
11 years ago
shaders-vertexcolor.png
Shaders: there's never enough documentation.
11 years ago
shaders.dox
Oh, it's 2015 already.
11 years ago
shapes.dox
Oh, it's 2015 already.
11 years ago
tips.dox
Oh, it's 2015 already.
11 years ago
transformations.dox
Oh, it's 2015 already.
11 years ago
troubleshooting.dox
Oh, it's 2015 already.
11 years ago
types.dox
Oh, it's 2015 already.
11 years ago
utilities.dox
Oh, it's 2015 already.
11 years ago