OSDN Git Service

Disable surface and swapchain support for Android
[android-x86/external-swiftshader.git] / src / Main / FrameBufferAndroid.cpp
2019-04-04 Stephen WhiteImplement an Android NDK build of SwiftShader using...
2019-01-30 Chris ForbesAdd SPIRV-Tools as git subtree
2019-01-30 Chris ForbesAdd SPIRV-Headers as git subtree
2019-01-29 Nicolas CapensUpdate to latest LLVM 7.0 release branch revision.
2018-10-12 Nicolas CapensAdd LLVM 7.0 as git subtree
2018-08-29 Alistair StrachanAndroid: Introduce ANDROID_HOST_BUILD and rework logging.
2017-11-07 Nicolas CapensRefactor FrameBuffer blit/flip source.
2017-11-07 Nicolas CapensRefactor FrameBuffer state.
2017-10-26 Nicolas CapensUse more explicit include paths.
2017-08-04 Nicolas CapensLog an error when unsupported Android pixel formats...
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.