aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapProcState.h
Commit message (Expand)AuthorAge
...
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-23
* start to remove lockPixels from bitmapshaderGravatar reed@google.com2013-09-13
* remove fConvolutionProcs from State, and just use it locallyGravatar reed@google.com2013-09-05
* Implement highQualityFilter16 so GM doesn't crash when you give it resources.Gravatar mtklein@google.com2013-08-26
* free cache in destructor, in case endContext was not called. change Resize to...Gravatar reed@google.com2013-07-24
* add scaledimagecacheGravatar reed@google.com2013-07-23
* stop using bitmap-filter flags outside of paint itself, as a step towards rea...Gravatar reed@google.com2013-07-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-20
* struct and class forward declarations incompatible on some compilersGravatar humper@google.com2013-07-19
* The image resampling code has been transplanted from Chrome; it's incredibly ...Gravatar humper@google.com2013-07-19
* fix trivial matrix computationGravatar humper@google.com2013-07-14
* Reverted 10056-10059Gravatar robertphillips@google.com2013-07-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-13
* Working plumb of image scaling:Gravatar humper@google.com2013-07-12
* don't leak the bitmap filterGravatar commit-bot@chromium.org2013-07-10
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-10
* New bitmap filter checkin; this time with less build breakageGravatar humper@google.com2013-07-09
* Revert "More general image filter interface; tested implementation of standal...Gravatar humper@google.com2013-07-09
* More general image filter interface; tested implementation of standaloneGravatar humper@google.com2013-07-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-24
* clone of https://codereview.chromium.org/15316014/ with teaksGravatar reed@google.com2013-05-23
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-21
* detect gigantoid matrices, and do nothing to avoid wacky overflows from float...Gravatar reed@google.com2012-11-20
* fast case for translate-only repeat bitmapshader, so Tom can be happyGravatar reed@google.com2012-10-16
* reland 5926 w/ fix in middle loop (thank you asserts)Gravatar reed@google.com2012-10-12
* revert 5926 (debug assert)Gravatar reed@google.com2012-10-12
* add shaderproc32 for translate+clamp+nofilter.Gravatar reed@google.com2012-10-12
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* land http://codereview.appspot.com/6353063/ by LeiGravatar reed@google.com2012-07-24
* add debuggin matrix-proc to validate its output before calling the samplersGravatar reed@google.com2012-03-27
* enable fractionalint (64bit) math in bitmap procsGravatar reed@google.com2012-03-14
* don't flip the fractional bits (low 4) for bilerp when in kMirror_TileModeGravatar reed@google.com2012-03-09
* disable 64bit opt for now, as I debug skew failure in DRTGravatar reed@google.com2012-03-08
* apply FractionalInt improvement to rotatedGravatar reed@google.com2012-03-08
* use higher precision (64bit) fixed-point for matrix procGravatar reed@google.com2012-03-07
* SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup.Gravatar tomhudson@google.com2012-03-06
* SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang.Gravatar tomhudson@google.com2012-02-28
* SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup inGravatar tomhudson@google.com2012-02-22
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* fix overflow in matrixproc, and add debugging code to test thatGravatar reed@android.com2010-04-14
* SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a fewGravatar senorblanco@chromium.org2009-12-10
* More SSE2 optimizations. This CL implements an SSE2 version of S32_bitmap_D3...Gravatar senorblanco@chromium.org2009-11-30
* add method to compute max count for a given buffer size in the bitmap shader.Gravatar reed@android.com2009-08-14
* add special matrixprocs when the matrix is at most translate. These are fasterGravatar reed@android.com2009-08-13
* add platformProcs() porting functionGravatar reed@android.com2009-08-03
* clean up SkBitmapProcState in preparation for adding porting-layer functionsGravatar reed@android.com2009-08-03
* remove conditional build flag for mipmapsGravatar reed@android.com2009-07-17
* add shaderprocs for all-in-one special blits (matrix+sampler)Gravatar reed@android.com2009-07-16
* remove obsolete stateGravatar reed@android.com2009-01-12
* grab from latest androidGravatar reed@android.com2008-12-17