aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each componentGravatar reed@google.com2012-02-13
* enable color-luminance in font cache (disabled by default)Gravatar reed@google.com2012-02-10
* Fixing backing store access in SkDeferredCanvas.Gravatar junov@chromium.org2012-02-07
* use macro SkFixedRoundToInt where necessaryGravatar reed@google.com2012-02-06
* Don't change convexity status of a path after a moveToGravatar bsalomon@google.com2012-02-02
* When adding a convex shape to a path, mark path as convex if path is initiall...Gravatar bsalomon@google.com2012-01-31
* fall through to cross-product if the y-max-baseline returns a degenerate lineGravatar reed@google.com2012-01-31
* handle multiple points all at the y-max when computing directionGravatar reed@google.com2012-01-31
* use contour with global ymax to determine directionGravatar reed@google.com2012-01-30
* add bandage to pin out-of-range values when converting our integral clip boun...Gravatar reed@google.com2012-01-30
* inject a 32767 bounded cliprect before using SuperSampler blitter, to avoidGravatar reed@google.com2012-01-30
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* Adding a flush method to SkCanvasGravatar junov@chromium.org2012-01-30
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Make SkRegion::operator== a member function, rather than a privately-declaredGravatar reed@google.com2012-01-25
* disable SPEW_PURGE_STATUSGravatar reed@google.com2012-01-25
* Cleanup of SkPath code to remove SK_OLD_EMPTY_PATH_BEHAVIOR and otherGravatar schenney@chromium.org2012-01-19
* Interpolate vertical linear gradients for improved quality.Gravatar tomhudson@google.com2012-01-18
* Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...Gravatar bsalomon@google.com2012-01-18
* Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter.Gravatar schenney@chromium.org2012-01-18
* add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCDGravatar reed@google.com2012-01-18
* Adding class SkDeferredCanvas for deferred rendering.Gravatar junov@google.com2012-01-18
* if the y-max has neighbors (prev and next) with the same Y values, then theGravatar reed@google.com2012-01-17
* Modify SkBitmap::extractSubset() to respect volatilityGravatar skyostil@google.com2012-01-16
* Subpixel text 3/8 of a pixel too far to the right.Gravatar bungeman@google.com2012-01-13
* Modify SkBitmap::extractSubset() to respect opaquenessGravatar skyostil@google.com2012-01-13
* automatically inject a moveTo if we see a close followed by a line/quad/cubicGravatar reed@google.com2012-01-12
* reenable direction test, fix handling of degenerate segments in the non-conve...Gravatar reed@google.com2012-01-11
* fix cheapComputeDirection() in the non-convex case to pivot on the y-max pointGravatar reed@google.com2012-01-11
* improve clamping logic when handling imprecise chopping of cubicsGravatar reed@google.com2012-01-11
* stroking wants CW, so we reverse if the orig was CCWGravatar reed@google.com2012-01-10
* restore (debugged) cheapComputeDirectionGravatar reed@google.com2012-01-10
* disable cheap check while its being debuggedGravatar reed@google.com2012-01-10
* add SkPath::cheapComputeDirection() plus unittestsGravatar reed@google.com2012-01-10
* add SkPath::reverseAddPath()Gravatar reed@google.com2012-01-10
* Add ARM optimizations to the build.Gravatar djsollen@google.com2012-01-09
* remove obsolete fileGravatar reed@google.com2012-01-09
* add allowImageFilter() so a device can allow/disallow filtersGravatar reed@google.com2012-01-06
* add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...Gravatar reed@google.com2012-01-05
* add asComponentTable() query (will impl in SkTableColorFilter next)Gravatar reed@google.com2012-01-05
* Add the ability to iterate through a path without modification. This change isGravatar schenney@chromium.org2012-01-04
* Allow 0 as a valid text size in SkPaint.Gravatar djsollen@google.com2012-01-04
* drawPosText with center or right align skips every other character.Gravatar bungeman@google.com2012-01-04
* Fix off-by-one error in assertion; improve coverage_to_exact_alpha()Gravatar tomhudson@google.com2012-01-03
* expose isSubpixel() on the cache, so SkDraw can know if it should expectGravatar reed@google.com2012-01-03
* Update header comments to more accurately describe behavior ofGravatar tomhudson@google.com2012-01-03
* Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate...Gravatar schenney@chromium.org2011-12-29
* Tighten up restrictions on blit width: some shaders assert that theyGravatar tomhudson@google.com2011-12-29
* Bugfixes to antialiased blitting.Gravatar tomhudson@google.com2011-12-28