summaryrefslogtreecommitdiff
path: root/libs/hwui/GradientCache.cpp
AgeCommit message (Expand)Author
2018-05-03remove (dead) caches from hwuiMike Reed
2017-11-03Format the world (or just HWUI)John Reck
2017-07-19Delete all ro.hwui.* propsJohn Reck
2017-04-04Fix HWUI/Skia Gradients to premultiply the colors prior to interpolationDerek Sollenberger
2017-03-16Bowing my head in shame, going back to gamma interpolated gradientsRomain Guy
2017-03-06Add ColorSpace information on BitmapRomain Guy
2017-02-03Gradients are now an absurd ChimeraRomain Guy
2016-12-12Pre-multiply gradient colors the right wayRomain Guy
2016-10-12Don't apply the OECF twice to multi-stop gradientsRomain Guy
2016-10-12Various fixes for linear blending and gradientsRomain Guy
2016-10-11Linear blending, step 1Romain Guy
2016-02-11Fix buildJohn Reck
2016-02-11Fix bpp mismatchJohn Reck
2016-02-06Merge "Move several property queries to Properties class"Chris Craik
2016-02-05Move several property queries to Properties classChris Craik
2016-02-05Add a debug assert to track down infinite loopJohn Reck
2016-01-20Normalize GL_UNPACK_ALIGNMENTJohn Reck
2016-01-19Fix ordering of texture->upload argumentsJohn Reck
2016-01-14Track texture memory globallyJohn Reck
2015-11-03Remove almost-all android::Singleton usersJohn Reck
2015-07-14Clean up unncessary definesChris Craik
2015-02-23Simplify Texture member initializationChris Craik
2015-02-06Glop ColorFilter & VertexBuffer support, initial enableChris Craik
2015-01-30Refactor blending and texture gl stateChris Craik
2015-01-05Add overrides and switch to nullptr keyword for all filesChris Craik
2014-12-23Cleanup various clang warnings, use unique_ptrs in several placesChris Craik
2013-10-17Clean unused parameters, disable warningsChris Craik
2013-06-13Add new Query class for debuggingRomain Guy
2013-06-06Assume a texture is unbound after deleting itRomain Guy
2013-06-04Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy
2013-04-12Properly computer gradient textures widthRomain Guy
2013-04-05Use float textures to render gradients when possibleRomain Guy
2013-03-11Precache paths from a worker threadRomain Guy
2013-02-07Add a RenderBuffer object to store stencil buffers.Romain Guy
2013-01-03Remove unnecessary & uninitialized variableRomain Guy
2012-11-29Use LruCache instead of GenerationCache in libhwuiRomain 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 pathsRomain Guy
2012-08-29Pre-multiply color components for 2-stop gradientsRomain Guy
2012-08-08Reduce gradients textures size whenever possibleRomain Guy
2012-07-31Improve gradientsRomain Guy
2012-07-20Make gradients look slightly betterRomain Guy
2012-07-20Clamp gradient textures to max GL texture sizeRomain Guy
2012-07-18Optimize gradient texturesRomain Guy
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-12-12Various OpenGL optimizationsRomain Guy
2011-08-01Reduce the amount of data cached by the gradients cache.Romain Guy
2011-07-25Improve rendering performance on some GPUsRomain 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