summaryrefslogtreecommitdiff
path: root/libs/hwui/ProgramCache.cpp
AgeCommit message (Expand)Author
2018-05-03remove (dead) caches from hwui Mike Reed
2018-03-28Change shader precision because of CTS Fail. dohyunia.kim
2017-11-03Format the world (or just HWUI) John Reck
2017-07-19Delete all ro.hwui.* props John Reck
2017-06-01Merge "Optimised hwui rounded corners shader" am: d7287c96eb am: ed7bdd6549 Arun
2017-06-01Optimised hwui rounded corners shader Arun
2017-04-04Fix HWUI/Skia Gradients to premultiply the colors prior to interpolation Derek Sollenberger
2017-03-28Convert bitmaps to sRGB/scRGB when they have a color profile Romain Guy
2017-03-16Bowing my head in shame, going back to gamma interpolated gradients Romain Guy
2017-03-15Improve dithering of alpha gradients Romain Guy
2017-03-06Add ColorSpace information on Bitmap Romain Guy
2017-02-08Don't print shader source Romain Guy
2017-02-07Apply transfer function when rendering with linear textures Romain Guy
2017-02-03Gradients are now an absurd Chimera Romain Guy
2016-12-13Merge "HWUI: set correct sampler for external texture in shaders" Sergei Vasilinetc
2016-12-13HWUI: set correct sampler for external texture in shaders sergeyv
2016-12-12Pre-multiply gradient colors the right way Romain Guy
2016-11-15Support hardware bitmaps in bitmap shaders sergeyv
2016-11-02use SkBlendMode Mike Reed
2016-10-12Various fixes for linear blending and gradients Romain Guy
2016-10-11Linear blending, step 1 Romain Guy
2016-05-03Use LUT for computing final shadow alpha Chris Craik
2015-09-22Remove shader based gamma approach Chris Craik
2015-08-21Merge "Switch several enums to enum classes" Chris Craik
2015-08-21Switch several enums to enum classes Chris Craik
2015-08-19Define GLSL version Chris Craik
2015-07-14Clean up unncessary defines Chris Craik
2015-04-09Update the shadow fall off function from cosine to gaussian. ztenghui
2015-03-06SkPorterDuff Multiply mode maps to SkXfermode modulate. Derek Sollenberger
2015-03-06Avoid invalid shader creation for certain blend modes Chris Craik
2015-02-06Glop ColorFilter & VertexBuffer support, initial enable 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
2014-11-22Revert "resolved conflicts for merge of 220c3f4f to master" Andreas Gampe
2014-11-21resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aosp Andreas Gampe
2014-11-21Frameworks/base: Unused parameters in hwui Andreas Gampe
2014-10-27Cleanup debug options John Reck
2014-09-17Handle premultiplication correctly for ColorMatrixColorFilters Chris Craik
2014-09-04Merge "Remove invalid premul step from HWUI's matrix color filter." into lmp-dev Derek Sollenberger
2014-08-29Fix precision issues for roundrect clipping Chris Craik
2014-08-18Remove invalid premul step from HWUI's matrix color filter. Derek Sollenberger
2014-08-12Switch to cos interpolation of shadow alpha Chris Craik
2014-08-12Rework shadow interpolation Chris Craik
2014-08-05Fix large radius RR clipping issue on certain devices Chris Craik
2014-05-15Round rect outline clipping Chris Craik
2014-02-07Removing SkiaColorFilter and inspecting the native object directly. Derek Sollenberger
2013-05-14Add tessellation path for points Chris Craik
2013-05-03Add an on-screen overdraw counter Romain Guy
2013-04-09Change the dither texture's swizzling Romain Guy
2013-04-05Use float textures to render gradients when possible Romain Guy