OSDN Git Service

Fix not returning GL_BGRA_EXT for incompatible format types.
[android-x86/external-swiftshader.git] / src / OpenGL / libGLESv2 / Framebuffer.cpp
2017-03-29 Nicolas CapensFix not returning GL_BGRA_EXT for incompatible format...
2017-03-29 Nicolas CapensRefactor read pixel format/type validation.
2016-05-11 Alexis HetuFixed expected state when using different images for...
2016-05-11 Nicolas CapensApply the Apache 2.0 license.
2016-04-28 Alexis HetuSRGB implementation
2016-04-26 Nicolas CapensFix implementation read format for RGB formats.
2016-04-19 John SheuAdd support for GL_NV_read_depth
2016-04-18 Nicolas CapensFix draw buffers support.
2016-04-18 Nicolas CapensRefactor implementation constants.
2016-04-14 Alexis HetuAdded FORMAT_X32B32G32R32F as a renderable format
2016-04-14 Nicolas CapensValidate renderability of texture formats.
2016-03-24 Nicolas CapensUse the framebuffer object's stencil attachment.
2016-02-18 Alexis HetuDefault framebuffer type fix
2016-02-10 Alexis HetuFixed read buffer and draw buffers
2015-12-15 Alexis HetuAdded new extensions
2015-12-08 Alexis HetuFramebuffer completeness multisample fix
2015-12-08 Alexis HetuFramebufferTextureLayer fix
2015-11-26 Alexis HetuFloating point renderbuffer support
2015-09-03 Nicolas CapensAllow 0x0 dimension default framebuffers.
2015-09-03 Alexis HetuHandling ETC2, EAC and ASTC related enums
2015-08-10 Alexis HetuFollow up on Framebuffer Layer query
2015-07-16 Alexis HetuFramebuffer Layer query
2015-06-22 Nicolas CapensLog the switch value when reaching an UNREACHABLE().
2015-06-03 Alexis HetuglFramebufferTextureLayer API implementation
2015-05-25 Alexis HetuGL_HALF_FLOAT vs GL_HALF_FLOAT_OES
2015-05-11 Alexis HetuMultiple color attachments
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-29 Nicolas CapensProvide missing OpenGL ES 1.x extension for implementat...
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.