summaryrefslogtreecommitdiff
path: root/libs/hwui/SkiaShader.cpp
AgeCommit message (Expand)Author
2014-05-22Inspect SkShader to determine hw shader. Leon Scroggins III
2014-04-23Clip TouchFeedbackDrawable effect to receiver Outline Chris Craik
2013-10-17Clean unused parameters, disable warnings Chris Craik
2013-06-04Introduce Caches::bindTexture() to reduce glBindTexture calls Romain Guy
2013-03-18Apply ComposeShader's local matrix to children Romain Guy
2012-08-29Pre-multiply color components for 2-stop gradients Romain Guy
2012-08-01Add dithering to gradients Romain Guy
2012-07-31Improve gradients Romain Guy
2011-12-13Further reduce the number of GL commands sent to the driver Romain Guy
2011-11-30Optimize away unnecessary state changes Romain Guy
2011-08-01Reduce the amount of data cached by the gradients cache. Romain Guy
2011-07-28Correctly apply linear filter to drawBitmap(Rect, Rect) Romain Guy
2011-07-25Improve rendering performance on some GPUs Romain Guy
2011-01-14Don't crash Launcher on config change. Romain Guy
2011-01-14Copy shaders when recording them in display lists. Romain Guy
2010-11-11Reduce number of GL calls when drawing with shaders. Romain Guy
2010-10-25Don't change textures wrap modes on every draw. Romain Guy
2010-10-07Add 3D transforms support to all gradients. Romain Guy
2010-10-06Apply 3D transformations to gradient shaders. Romain Guy
2010-09-22Fix OpenGL errors in various places. Romain Guy
2010-09-21Add support for circular gradients to the GL renderer. Romain Guy
2010-09-20Add support for SweepGradient in the GL renderer. Romain Guy
2010-09-16Add support for drawLines(), with anti-aliasing Romain Guy
2010-09-01Add support for Canvas flags on save. Romain Guy
2010-08-12Fix GC issue, fix local shader transformations. Romain Guy
2010-08-10Fast text selection drawing. Romain Guy
2010-08-10Fix tons of bugs and add new text rendering support. Romain Guy
2010-08-07Enforce maximum texture size. Romain Guy
2010-08-06Fix incorrect memory cleanup in SkiaShader. Romain Guy
2010-08-04Fix native crash in SkiaShader. Romain Guy
2010-07-30Refactor Skia shaders handling. Romain Guy