summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PixelBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor blending and texture gl stateChris Craik2015-01-301-5/+5
* Move more GL state management to RenderState and its directoryChris Craik2015-01-281-11/+15
* Add overrides and switch to nullptr keyword for all filesChris Craik2015-01-051-12/+14
* Cleanup various clang warnings, use unique_ptrs in several placesChris Craik2014-12-231-12/+7
* Fixes for 64bit in libhwuiKévin PETIT2014-02-211-1/+1
* Batch 9-patches in a single mesh whenever possibleRomain Guy2013-06-211-1/+4
* Add debugging logs for GPU pixel buffersRomain Guy2013-06-201-0/+9
* Enable GPU pixel buffers on OpenGL ES 3.0 devicesRomain Guy2013-06-041-8/+2
* Introduce PixelBuffer API to enable PBOsRomain Guy2013-04-111-0/+163