summaryrefslogtreecommitdiffstats
path: root/libs/hwui/GradientCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new Query class for debuggingRomain Guy2013-06-131-1/+1
* Assume a texture is unbound after deleting itRomain Guy2013-06-061-1/+1
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-041-2/+2
* Properly computer gradient textures widthRomain Guy2013-04-121-2/+5
* Use float textures to render gradients when possibleRomain Guy2013-04-051-52/+90
* Precache paths from a worker threadRomain Guy2013-03-111-1/+0
* Add a RenderBuffer object to store stencil buffers.Romain Guy2013-02-071-1/+1
* Remove unnecessary & uninitialized variableRomain Guy2013-01-031-8/+1
* Use LruCache instead of GenerationCache in libhwuiRomain Guy2012-11-291-2/+30
* Revert "Add more support for transformed clip rects and paths"Mathias Agopian2012-08-311-1/+1
* Add more support for transformed clip rects and pathsRomain Guy2012-08-311-1/+1
* Pre-multiply color components for 2-stop gradientsRomain Guy2012-08-291-4/+6
* Reduce gradients textures size whenever possibleRomain Guy2012-08-081-2/+7
* Improve gradientsRomain Guy2012-07-311-42/+98
* Make gradients look slightly betterRomain Guy2012-07-201-2/+2
* Clamp gradient textures to max GL texture sizeRomain Guy2012-07-201-3/+6
* Optimize gradient texturesRomain Guy2012-07-181-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Various OpenGL optimizationsRomain Guy2011-12-121-2/+2
* Reduce the amount of data cached by the gradients cache.Romain Guy2011-08-011-25/+15
* Improve rendering performance on some GPUsRomain Guy2011-07-251-5/+2
* Log only 1 line per process when using OpenGLRenderer.Romain Guy2011-01-211-2/+3
* Free resources only from the GL context thread.Romain Guy2010-11-111-11/+14
* Add support for SweepGradient in the GL renderer.Romain Guy2010-09-201-1/+1
* Purge Skia objects from GL caches as needed.Romain Guy2010-09-081-0/+14
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-0/+15
* Enforce maximum texture size.Romain Guy2010-08-071-2/+1
* Add support for linear gradients.Romain Guy2010-07-191-0/+160