- 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
- 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 13 years ago
- 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 13 years ago
- aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 13 years ago
- 92d2a29 reapply r3259 (that was reverted) with fix. by djsollen@google.com · 13 years ago
- a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
- 3cc0d8a reverting r3259 because of gm/test failure. by djsollen@google.com · 13 years ago
- 42bbef7 Enable quickRejectY in SkCanvas to be inlined. by djsollen@google.com · 13 years ago
- 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 13 years ago
- 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
- ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 13 years ago
- 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 13 years ago
- 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
- 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
- 178964b Misc small fixes to unblock skia roll. by bsalomon@google.com · 13 years ago
- d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
- 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
- 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
- ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
- dfad383 Add SK_API to SkPixelRef and TextureCacheEntry. by senorblanco@chromium.org · 13 years ago
- e7a0a16 store luminance in a new field by reed@google.com · 13 years ago
- 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
- f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 13 years ago
- 9efd9a0 extend fastbounds impls to include maskfilters and drawloopers. This allows by reed@google.com · 13 years ago
- bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
- 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
- 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
- 6d428d3 Make SkRegion::operator== a member function, rather than a privately-declared by reed@google.com · 13 years ago
- 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
- f4b0732 Somehow this change was missing from the previous commit. by schenney@chromium.org · 13 years ago
- a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 13 years ago
- 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
- 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
- d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
- dcbd6e3 remove unused bool param to SkMutex constructor by reed@google.com · 13 years ago
- f66436c android: optimize atomics routines by digit@google.com · 13 years ago
- 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
- 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
- a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
- b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
- 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
- 7191840 add asComponentTable() query (will impl in SkTableColorFilter next) by reed@google.com · 13 years ago
- d53f7c2 make getOrigin() public so callers can adjust layer by caryclark@google.com · 13 years ago
- 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
- abf00aa expose isSubpixel() on the cache, so SkDraw can know if it should expect by reed@google.com · 13 years ago
- d5d9dad Update header comments to more accurately describe behavior of by tomhudson@google.com · 13 years ago
- 72785c4 Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate paths. by schenney@chromium.org · 13 years ago
- a31ac73 Tighten up restrictions on blit width: some shaders assert that they by tomhudson@google.com · 13 years ago
- 4714359 Bugfixes to antialiased blitting. by tomhudson@google.com · 13 years ago
- 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
- 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
- b0af6da Protecting changes to the SkPath iteration with an ifdef for Chromium. by schenney@chromium.org · 13 years ago
- cf4b818 declare IsVariationSelector to be inline, to fix warning by reed@google.com · 13 years ago
- 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
- e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
- 9d0c6ec fix 'no static globals' for chromium by caryclark@google.com · 13 years ago
- 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
- 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
- 24569b5 sk_float_round isn't a function, so call this instead: sk_float_floor((x) + 0.5f) by reed@google.com · 13 years ago
- f86ab84 cleanup font purging functions by caryclark@google.com · 13 years ago
- b052129 Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap by junov@chromium.org · 13 years ago
- d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
- 7c20293 add canvas::isDrawingToLayer(), as a fast query for chrome; faster than by reed@google.com · 13 years ago
- 59204b4 Closing fd for mmap after mapping succeeds. by djsollen@google.com · 13 years ago
- b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
- 59ccef6 add more SK_OVERRIDEs update dox for SkEmptyShader by reed@google.com · 13 years ago
- 5ae777d rename sk_float_isNaN to sk_float_isnan to match related functions by reed@google.com · 13 years ago
- 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
- c2f8e9a make _isnan windows specific by reed@google.com · 13 years ago
- 61873a5 add sk_float_isfinite to mask platform differences by reed@google.com · 13 years ago
- ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
- a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
- f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
- 05fffdc Doxygen configuration file, documentation and minor cleanup on blitters. by tomhudson@google.com · 13 years ago
- b44cd65 Fix Paint == comparison on Android. by djsollen@google.com · 13 years ago
- ea6805d add 2nd _ to __OpenBSD_ by reed@google.com · 13 years ago
- d80a509 replacing Gr* with Sk* in SkTArray.h by junov@chromium.org · 13 years ago
- 3138d36 Add more Unix platforms on which Skia for Chromium has been built, by reed@google.com · 13 years ago
- 1271d78 add bytes() to SkTDArray, which returns the number of bytes in the array, by reed@google.com · 13 years ago
- 01224d5 Unroll loops in SkBlurMask for speedup on Windows (benchmarks should see by tomhudson@google.com · 13 years ago
- c9d9337 define SK_OVERRIDE based on windows compiler, not windows platform (for mingw) by reed@google.com · 13 years ago
- b1277c9 Fix mac debug asserts by bsalomon@google.com · 13 years ago
- 0442380 Add hints for static analysis about when we intend to crash by bsalomon@google.com · 13 years ago
- ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
- 1f6b4ae remove GetGammaFlag from SkFontHost prep for retooling of gamma support by reed@google.com · 13 years ago
- 54c782c add SetFlags for command line control http://codereview.appspot.com/5416047/ by caryclark@google.com · 13 years ago
- f788feb use a define for the shift amount for the hinting bits by reed@google.com · 13 years ago
- b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 13 years ago
- 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
- e303fcf add SkXfermode::IsMode() and use that in SkDevice by mike@reedtribe.org · 13 years ago
- 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
- 39698b1 Add paging support for handle based typefaces. by bungeman@google.com · 13 years ago
- ae0fb05 Add default param to SkDevice::writePixels b/c WK is relying on old signature. (Function will be made protected once WK calls the Canvas version) by bsalomon@google.com · 13 years ago
- d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
- 44da42e have paint's measure calls respect vertical by reed@google.com · 13 years ago
- 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
- 073c907 use new PurgeFontCache() api by reed@google.com · 13 years ago
- 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
- 6245ab7 fix prev. change for __OpenBSD__ by reed@google.com · 13 years ago
- 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago