summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PatchCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update 9patch structure when rendering with different divs/colors.Romain Guy2010-11-301-2/+6
* Use VBOs to render most geometries.Romain Guy2010-10-181-1/+1
* Don't draw entirely transparent 9patch meshes.Romain Guy2010-10-151-0/+5
* Optimize 9patch rendering.Romain Guy2010-10-121-8/+21
* Move GenerationCache to the utils directory.Romain Guy2010-10-081-2/+2
* Don't update 9patches on every frame.Romain Guy2010-10-081-16/+29
* Adding display lists to the GL renderer (checkpoint.)Romain Guy2010-09-261-3/+1
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-0/+4
* Draw n-patches using OpenGL.Romain Guy2010-07-081-0/+72