Sign in
swiftshader
/
SwiftShader
/
50c66902ff1b67cb377b994fdc6d3384ea00ce12
/
src
/
Main
/
FrameBufferAndroid.cpp
e6ab01f
Implement an Android NDK build of SwiftShader using the CMake files.
by Stephen White
· 6 years ago
c28d28a
Android: Introduce ANDROID_HOST_BUILD and rework logging.
by Alistair Strachan
· 7 years ago
241f789
Refactor FrameBuffer blit/flip source.
by Nicolas Capens
· 9 years ago
e5a9637
Refactor FrameBuffer state.
by Nicolas Capens
· 8 years ago
708c24b
Use more explicit include paths.
by Nicolas Capens
· 7 years ago
a5aed5e
Log an error when unsupported Android pixel formats are used.
by Nicolas Capens
· 8 years ago
9cb01cf
Refactor Android includes.
by Nicolas Capens
· 8 years ago
fccddfe
add support for gralloc1 mapper
by Jaesung Chung
· 8 years ago
c994748
Remove superfluous incRef/decRef on graphics buffer.
by Nicolas Capens
· 8 years ago
d7f3cc8
Unlock the graphics buffer before queuing it.
by Nicolas Capens
· 8 years ago
8ea247e
Fix not canceling an already queued graphics buffer.
by Nicolas Capens
· 8 years ago
efe1ce9
Support HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED as RGBX8888
by Greg Hartman
· 8 years ago
80d6f17
Add missing license headers.
by Nicolas Capens
· 9 years ago
0bac285
Apply the Apache 2.0 license.
by Nicolas Capens
· 9 years ago
3b876b9
Fixes for JBMR0 compile (API 16)
by Greg Hartman
· 9 years ago
22bc79c
Use explicit stride for framebuffer blit.
by Nicolas Capens
· 9 years ago
5f3d23c
Avoid NULL pointer exceptions when blitting without a buffer
by Greg Hartman
· 10 years ago
a3aca1f
Fix pairing of gralloc locks and unlocks to avoid reference leaks
by Greg Hartman
· 10 years ago
4d614fd
Detect undersize buffers being delivered by ANativeWindow
by Greg Hartman
· 10 years ago
a230805
Access library dependencies through a single object.
by Nicolas Capens
· 10 years ago
a46f1dd
Add support for missing pixel formats, primarily RGB565.
by Greg Hartman
· 10 years ago
4e0d6f6
Implement support for RGBA display formats.
by Nicolas Capens
· 10 years ago
5906e98
Added missing stride value.
by Greg Hartman
· 10 years ago
8b5b512
Android FrameBuffer implementation.
by Greg Hartman
· 10 years ago