- 6be31f4 remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completely by reed@google.com · 11 years ago
- f66cf72 Move fLastMoveToIndex from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
- d5911c4 remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT by reed@google.com · 11 years ago
- 5d54c29 remove unneeded SK_SUPPORT_LEGACY_CANVAS_CREATECOMPATIBLEDEVICE by reed@google.com · 11 years ago
- 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
- 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
- c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
- 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 11 years ago
- 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
- 4736ed1 Add ifdef to avoid "not defined" compiler warnings for VS checks by commit-bot@chromium.org · 11 years ago
- 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
- ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
- c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
- 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
- 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- ea6e14a TSAN: use somewhat pithier SK_ANNOTATE_UNPROTECTED_READ. by commit-bot@chromium.org · 11 years ago
- fdbd504 remove kGL_Capability (unused) by reed@google.com · 11 years ago
- 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 11 years ago
- 372b7a4 remove redundant GrContext parameter to NewRenderTargetDirect by reed@google.com · 11 years ago
- e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
- c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 11 years ago
- cc787fa fix auto-delete bug that crept in with new fast blur path; is causing by commit-bot@chromium.org · 11 years ago
- a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 11 years ago
- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- cf34bc0 patch from issue 119343003 compile on 10.6, exclude failing gms by commit-bot@chromium.org · 11 years ago
- e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 11 years ago
- c1587f9 change setAlphaType to not modify the pixelref's genID by reed@google.com · 11 years ago
- dcfa9ff Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119343003/) by commit-bot@chromium.org · 11 years ago
- d182915 Perform the same analytic blur calculation on the GPU that we do on the CPU. Results in significant performance gains when using Ganesh to render drop shadows in Chrome. by commit-bot@chromium.org · 11 years ago
- 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
- 99f381a move getAdvancedTypefaceMetrics into private, as only skia internals call it by reed@google.com · 11 years ago
- c8de7a3 Ensure SSE2/3 is always enabled on Android. by commit-bot@chromium.org · 11 years ago
- 0e8d0d6 add optional SkAlphaType parameter to notifyPixelsChanged by commit-bot@chromium.org · 11 years ago
- 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
- 1a5e51f remove SkScalarMul from public headers by reed@google.com · 11 years ago
- c2abd54 add alternative to isRect named asRect by commit-bot@chromium.org · 11 years ago
- eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
- d2ac07b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 709ca75 SkOnce: add option to call another cleanup function once at exit. by commit-bot@chromium.org · 11 years ago
- a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 11 years ago
- 9ebcac5 add installPixels by reed@google.com · 11 years ago
- 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 11 years ago
- fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
- 91506eb Scope our ANNOTATE_BENIGN_RACE. by commit-bot@chromium.org · 11 years ago
- 2ab1ba0 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
- 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
- 3aa7a02 SK_API SkMallocPixelRef by commit-bot@chromium.org · 11 years ago
- b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 11 years ago
- 5f62ed7 no need to refcnt colortables, since pixelrefs own them by reed@google.com · 11 years ago
- d77b3ec Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
- 62f1048 Deprecate two more functions using SK_ATTR_DEPRECATED macro. by tfarina@chromium.org · 11 years ago
- 8844f99 Revert "Make leak counters thread-safe and turn them on by default for Debug" by djsollen@google.com · 11 years ago
- 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
- 46de153 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
- 5f43d21 Remove drawPosTextOnPath() from SkDevice API. by tfarina@chromium.org · 11 years ago
- e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
- f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
- 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
- dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
- 1a033fb remove (now dead code) for SK_SUPPORT_LEGACY_COLORTYPE and SK_SUPPORT_LEGACY_ALPHATYPE by reed@google.com · 11 years ago
- bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
- f3abaeb remove (now unused) Sk64 -- just use int64_t by reed@google.com · 11 years ago
- 18b75e5 Fix race on creating the default typeface. by bungeman@google.com · 11 years ago
- 1ae9111 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 41bf930 Rename GPU functions on SkBlurMaskFilter and pass ctm. by commit-bot@chromium.org · 11 years ago
- 1360c52 use SkImageInfo directly, instead of converting to SkBitmap::Config by reed@google.com · 11 years ago
- 4b5fba5 Use a spinlock in SkOnce. by commit-bot@chromium.org · 11 years ago
- 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
- 614cbee remove SK_SUPPORTED_DEPRECATED_FIXEDROUND, no longer needed by reed@google.com · 11 years ago
- c8d7328 Renamed JsCanvas to JsContext and moved into it's own file. by commit-bot@chromium.org · 11 years ago
- d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
- 7627c65 add rowBytes param to setPreLock, in prep for onNewLockPixels change by reed@google.com · 11 years ago
- ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
- 9fb0041 SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] by mike@reedtribe.org · 11 years ago
- 98272d9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
- 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
- 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
- f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
- 33cc989 remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR and make fInfo const by reed@google.com · 11 years ago
- 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
- 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
- ae8f952 speedup SkRect::intersect by mike@reedtribe.org · 11 years ago
- 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
- 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
- a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
- 01c41a5 Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" by reed@google.com · 11 years ago
- b156044 Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" by reed@google.com · 11 years ago
- d6a301e begin to remove SkLONGLONG and wean Skia off of Sk64 by reed@google.com · 11 years ago
- 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
- 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
- 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
- d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
- 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
- d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
- 6e252d4 move SkScalarMean into its only caller, reducing out public API exposure by reed@google.com · 11 years ago
- e15b2f5 move SkScalarLog2 into its only client, in a move to reduce our public API surface area by reed@google.com · 11 years ago
- ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago