summaryrefslogtreecommitdiff
path: root/libs/hwui/GradientCache.cpp
AgeCommit message (Expand)Author
2016-02-06Merge "Move several property queries to Properties class" Chris Craik
2016-02-05Move several property queries to Properties class Chris Craik
2016-02-05Add a debug assert to track down infinite loop John Reck
2016-01-20Normalize GL_UNPACK_ALIGNMENT John Reck
2016-01-19Fix ordering of texture->upload arguments John Reck
2016-01-14Track texture memory globally John Reck
2015-11-03Remove almost-all android::Singleton users John Reck
2015-07-14Clean up unncessary defines Chris Craik
2015-02-23Simplify Texture member initialization Chris Craik
2015-02-06Glop ColorFilter & VertexBuffer support, initial enable Chris Craik
2015-01-30Refactor blending and texture gl state 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
2013-10-17Clean unused parameters, disable warnings Chris Craik
2013-06-13Add new Query class for debugging Romain Guy
2013-06-06Assume a texture is unbound after deleting it Romain Guy
2013-06-04Introduce Caches::bindTexture() to reduce glBindTexture calls Romain Guy
2013-04-12Properly computer gradient textures width Romain Guy
2013-04-05Use float textures to render gradients when possible Romain Guy
2013-03-11Precache paths from a worker thread Romain Guy
2013-02-07Add a RenderBuffer object to store stencil buffers. Romain Guy
2013-01-03Remove unnecessary & uninitialized variable Romain Guy
2012-11-29Use LruCache instead of GenerationCache in libhwui Romain Guy
2012-08-31Revert "Add more support for transformed clip rects and paths" Mathias Agopian
2012-08-31Add more support for transformed clip rects and paths Romain Guy
2012-08-29Pre-multiply color components for 2-stop gradients Romain Guy
2012-08-08Reduce gradients textures size whenever possible Romain Guy
2012-07-31Improve gradients Romain Guy
2012-07-20Make gradients look slightly better Romain Guy
2012-07-20Clamp gradient textures to max GL texture size Romain Guy
2012-07-18Optimize gradient textures Romain Guy
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2011-12-12Various OpenGL optimizations Romain Guy
2011-08-01Reduce the amount of data cached by the gradients cache. Romain Guy
2011-07-25Improve rendering performance on some GPUs Romain Guy
2011-01-21Log only 1 line per process when using OpenGLRenderer. Romain Guy
2010-11-11Free resources only from the GL context thread. Romain Guy
2010-09-20Add support for SweepGradient in the GL renderer. Romain Guy
2010-09-08Purge Skia objects from GL caches as needed. Romain Guy
2010-08-24Use only one GL context per process, share chaches. Romain Guy
2010-08-07Enforce maximum texture size. Romain Guy
2010-07-19Add support for linear gradients. Romain Guy