OSDN Git Service

Refactor Android includes.
[android-x86/external-swiftshader.git] / src / Main / FrameBufferAndroid.cpp
2017-08-04 Nicolas CapensRefactor Android includes.
2017-06-22 Jaesung Chungadd support for gralloc1 mapper
2017-05-03 Nicolas CapensAdd Subzero as a Git subtree.
2017-02-18 Nicolas CapensRemove superfluous incRef/decRef on graphics buffer.
2017-02-18 Nicolas CapensUnlock the graphics buffer before queuing it.
2017-02-18 Nicolas CapensFix not canceling an already queued graphics buffer.
2017-01-31 Greg HartmanSupport HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED as...
2016-05-13 Nicolas CapensAdd missing license headers.
2016-05-11 Nicolas CapensApply the Apache 2.0 license.
2015-12-07 Greg HartmanFixes for JBMR0 compile (API 16)
2015-12-01 Nicolas CapensUse explicit stride for framebuffer blit.
2015-05-13 Greg HartmanAvoid NULL pointer exceptions when blitting without...
2015-05-06 Greg HartmanFix pairing of gralloc locks and unlocks to avoid refer...
2015-05-01 Greg HartmanDetect undersize buffers being delivered by ANativeWindow
2015-04-16 Nicolas CapensAccess library dependencies through a single object.
2015-04-10 Greg HartmanAdd support for missing pixel formats, primarily RGB565.
2015-03-30 Nicolas CapensImplement support for RGBA display formats.
2015-03-27 Greg HartmanAdded missing stride value.
2015-03-25 Greg HartmanAndroid FrameBuffer implementation.