summaryrefslogtreecommitdiff
path: root/core/SkBitmapProcState.h
AgeCommit message (Expand)Author
2013-07-24free cache in destructor, in case endContext was not called. change Resize to...reed@google.com
2013-07-23add scaledimagecachereed@google.com
2013-07-22stop using bitmap-filter flags outside of paint itself, as a step towards rea...reed@google.com
2013-07-20Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-19struct and class forward declarations incompatible on some compilershumper@google.com
2013-07-19The image resampling code has been transplanted from Chrome; it's incredibly ...humper@google.com
2013-07-14fix trivial matrix computationhumper@google.com
2013-07-13Reverted 10056-10059robertphillips@google.com
2013-07-13Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-12Working plumb of image scaling:humper@google.com
2013-07-10don't leak the bitmap filtercommit-bot@chromium.org
2013-07-10Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-09New bitmap filter checkin; this time with less build breakagehumper@google.com
2013-07-09Revert "More general image filter interface; tested implementation of standal...humper@google.com
2013-07-09More general image filter interface; tested implementation of standalonehumper@google.com
2013-05-24Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-23clone of https://codereview.chromium.org/15316014/ with teaksreed@google.com
2012-11-21Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-11-20detect gigantoid matrices, and do nothing to avoid wacky overflows from float...reed@google.com
2012-10-16fast case for translate-only repeat bitmapshader, so Tom can be happyreed@google.com
2012-10-12reland 5926 w/ fix in middle loop (thank you asserts)reed@google.com
2012-10-12revert 5926 (debug assert)reed@google.com
2012-10-12add shaderproc32 for translate+clamp+nofilter.reed@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-07-24land http://codereview.appspot.com/6353063/ by Leireed@google.com
2012-03-27add debuggin matrix-proc to validate its output before calling the samplersreed@google.com
2012-03-14enable fractionalint (64bit) math in bitmap procsreed@google.com
2012-03-09don't flip the fractional bits (low 4) for bilerp when in kMirror_TileModereed@google.com
2012-03-08disable 64bit opt for now, as I debug skew failure in DRTreed@google.com
2012-03-08apply FractionalInt improvement to rotatedreed@google.com
2012-03-07use higher precision (64bit) fixed-point for matrix procreed@google.com
2012-03-06SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup.tomhudson@google.com
2012-02-28SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang.tomhudson@google.com
2012-02-22SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup intomhudson@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2010-04-14fix overflow in matrixproc, and add debugging code to test thatreed@android.com
2009-12-10SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a fewsenorblanco@chromium.org
2009-11-30More SSE2 optimizations. This CL implements an SSE2 version of S32_bitmap_D3...senorblanco@chromium.org
2009-08-14add method to compute max count for a given buffer size in the bitmap shader.reed@android.com
2009-08-13add special matrixprocs when the matrix is at most translate. These are fasterreed@android.com
2009-08-03add platformProcs() porting functionreed@android.com
2009-08-03clean up SkBitmapProcState in preparation for adding porting-layer functionsreed@android.com
2009-07-17remove conditional build flag for mipmapsreed@android.com
2009-07-16add shaderprocs for all-in-one special blits (matrix+sampler)reed@android.com
2009-01-12remove obsolete statereed@android.com
2008-12-17grab from latest androidreed@android.com