summaryrefslogtreecommitdiff
path: root/libs/hwui/PixelBuffer.cpp
AgeCommit message (Expand)Author
2017-11-03Format the world (or just HWUI) John Reck
2016-07-25Remove redundant code for getMappedPointer in PixelBuffer Teng-Hui Zhu
2016-02-24Aggressively unbind GL_PIXEL_UNPACK_BUFFER John Reck
2016-01-20Normalize GL_UNPACK_ALIGNMENT John Reck
2015-07-14Clean up unncessary defines Chris Craik
2015-01-30Refactor blending and texture gl state Chris Craik
2015-01-28Move more GL state management to RenderState and its directory Chris Craik
2015-01-05Add overrides and switch to nullptr keyword for all files Chris Craik
2014-12-23Cleanup various clang warnings, use unique_ptrs in several places Chris Craik
2014-02-21Fixes for 64bit in libhwui Kévin PETIT
2013-06-21Batch 9-patches in a single mesh whenever possible Romain Guy
2013-06-20Add debugging logs for GPU pixel buffers Romain Guy
2013-06-04Enable GPU pixel buffers on OpenGL ES 3.0 devices Romain Guy
2013-04-11Introduce PixelBuffer API to enable PBOs Romain Guy