summaryrefslogtreecommitdiff
path: root/opts/opts_check_SSE2.cpp
AgeCommit message (Expand)Author
2013-07-31Enable runtime checks for SSSE3 on x86 on Android.mtklein@google.com
2013-07-19The image resampling code has been transplanted from Chrome; it's incredibly ...humper@google.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-06-21remove dst/rendertarget support for kARGB_4444_Configreed@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-07-27revert 4799-4801 -- red and blue are reversed on windows and linuxreed@google.com
2012-07-27land http://codereview.appspot.com/6327044/reed@google.com
2012-07-24land http://codereview.appspot.com/6353063/ by Leireed@google.com
2012-07-16land http://codereview.appspot.com/6325044/ by Leireed@google.com
2012-06-06fix warnings on Mac in src/optscaryclark@google.com
2012-05-17Use intrinsics instead of inline assembly for detecting CPU ID & SSE2/3 supporttomhudson@google.com
2012-05-16Disable SSSE3 for Android x86 *ONLY*.tomhudson@google.com
2012-05-10Reactivate SSSE3 optimizations, undoing r3770.tomhudson@google.com
2012-04-27Allow building on platforms with SSE2 but not SSSE3 by adding an #ifdef.tomhudson@google.com
2012-03-19Remove stale #include.tomhudson@google.com
2012-03-19(SSE2) acceleration for rectangular opaque erases.tomhudson@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
2012-02-14Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yieldtomhudson@google.com
2012-02-14SSE2 version of blit_lcd16, courtesy of Jin Yang.tomhudson@google.com
2011-11-15support blitMask+shader natively (1.75x faster for AA, and now we can supportreed@google.com
2011-11-14rename/refactor in preparation for supporting accelerated blits of shader-outputreed@google.com
2011-10-18move LCD blits into opts, so they can have assembly versionsreed@google.com
2011-10-12separate SkBlitMask decl into its own headerreed@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-07-07re-enable SSE2 blitmask procs, only excluding if we're black (in which casereed@google.com
2011-03-09http://codereview.appspot.com/3980041/reed@google.com
2010-12-13SSE2 optimizations for 32bit Color operation.senorblanco@chromium.org
2010-06-24http://codereview.appspot.com/1706045/showreed@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-11-20Build fix for WIN64 (unreviewed).senorblanco@chromium.org
2009-11-16More SSE2-ification; fix for gcc -msse2.senorblanco@chromium.org