OSDN Git Service

Fix not returning GL_BGRA_EXT for incompatible format types.
[android-x86/external-swiftshader.git] / src / OpenGL / libGLES_CM / Framebuffer.cpp
2017-03-29 Nicolas CapensFix not returning GL_BGRA_EXT for incompatible format...
2016-05-11 Nicolas CapensApply the Apache 2.0 license.
2016-04-14 Nicolas CapensValidate renderability of texture formats.
2016-03-24 Nicolas CapensUse the framebuffer object's stencil attachment.
2015-09-03 Nicolas CapensAllow 0x0 dimension default framebuffers.
2015-06-22 Nicolas CapensLog the switch value when reaching an UNREACHABLE().
2015-03-31 Nicolas CapensUse matching internal and external formats for RGBA8...
2015-02-11 Nicolas CapensAccess binding pointer objects through operators.
2015-02-11 Nicolas CapensMake the Object class independent of the GL version.
2015-01-22 Nicolas CapensRemove the Radiance compiler copy and use OpenGL's...
2015-01-14 Nicolas CapensProvide framebuffer-specific color read format/type...
2015-01-14 Nicolas CapensRetrieve the implementation color read format/type...
2014-11-03 Nicolas CapensRename the GLES2 folder to OpenGL.