- ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
- fe42410 Fix NaCl build for pepper_32 by commit-bot@chromium.org · 11 years ago
- d4d44f0 Re-enable imageresizetiled, but skip it in tilegrid and rtree. by senorblanco@chromium.org · 11 years ago
- 32ffe9c Disable imageresizetiled GM for now due to rtree and tilegrid failures. by senorblanco@chromium.org · 11 years ago
- 897b73f Fix CTM application in SkResizeImagefilter; implement bounds traversals. by senorblanco@chromium.org · 11 years ago
- c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 11 years ago
- 93f5e51 Small fixes for auto generating Android.mk by commit-bot@chromium.org · 11 years ago
- 35d4872 Gyp flag to disable inlining. by commit-bot@chromium.org · 11 years ago
- c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
- 310ec8e Update directions and lib paths for ninja. by commit-bot@chromium.org · 11 years ago
- bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
- b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
- 105a4a5 Collapse matrix & clip stack in PictureRecord by robertphillips@google.com · 11 years ago
- 5764165 Split opts_check_arm.cpp into per-class files by commit-bot@chromium.org · 11 years ago
- d5808bd add inital gm for colorfilters by reed@google.com · 11 years ago
- 1f71846 Add test harness for matrix/clip state collapsing by robertphillips@google.com · 11 years ago
- c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
- d4adfa3 Reland "Gyp file changes for the android framework." by scroggo@google.com · 11 years ago
- eb62950 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
- 1c9bd55 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
- c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
- 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
- bbff208 Split GrUnitTests.cpp into two separate unit tests. by tfarina@chromium.org · 11 years ago
- 0a74106 fix bad gyp file move by commit-bot@chromium.org · 11 years ago
- a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 11 years ago
- 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
- ceddfeb Port SkBase64 test to our test driver. by tfarina@chromium.org · 11 years ago
- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- c3fe549 Add convex polygon rendering effect and GM to test it. by commit-bot@chromium.org · 11 years ago
- ddf2bfb Move GrTextContext to private interface 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
- 68f3a3e Reland "Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT()." by tfarina@chromium.org · 11 years ago
- a96176d ARM Skia NEON patches - 20 - New improved BitmapProcState code by commit-bot@chromium.org · 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
- 01260b2 Revert of Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). (https://codereview.chromium.org/147713002/) by commit-bot@chromium.org · 11 years ago
- 0fba151 Unwrap GrRedBlackTree unit test and use REPORTER_ASSERT(). by tfarina@chromium.org · 11 years ago
- 78dd91d Revert "Revert of Workaround for assertion in NVPR config in bench. (https://codereview.chromium.org/131503007/)" by commit-bot@chromium.org · 11 years ago
- 594aa5e Revert of Workaround for assertion in NVPR config in bench. (https://codereview.chromium.org/131503007/) by commit-bot@chromium.org · 11 years ago
- fbd3047 Workaround for assertion in NVPR config in bench. by commit-bot@chromium.org · 11 years ago
- d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
- 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
- 0ded88d [Reland of r13154, since the Housekeeping bot seems to have reverted it in r13155. Next time I'll put the "do not disturb" sign on my commit.] by senorblanco@chromium.org · 11 years ago
- 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
- b2c323a Remove unused SampleTests.cpp source file. by tfarina@chromium.org · 11 years ago
- 1878a44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 76d4d04 Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opts/ dependent on effects/, so that we could use the SkMorphologyProc type in SkMorphologyImageFilter.h. by senorblanco@chromium.org · 11 years ago
- 0964796 Remove extraneous folders from includes. by commit-bot@chromium.org · 11 years ago
- 2982a4f Add comment at top of freetype.gyp. by commit-bot@chromium.org · 11 years ago
- 2bfe36b Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFilter, SkDisplacementMapEffect and SkMorphologyImageFilter. I had resisted this (and may later put in an assert that the CTM contains no rotation, skew or perspective), but it just makes the filters play better with Skia generally. by senorblanco@chromium.org · 11 years ago
- 29f351a Allow an override of MACOSX_DEPLOYMENT_TARGET, so the user can build against a different SDK if desired. by senorblanco@chromium.org · 11 years ago
- fde5e26 Fix utils.gyp missing file by bsalomon@google.com · 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
- 6a18079 Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT. by commit-bot@chromium.org · 11 years ago
- 424fce3 disable poplar/fontconfig by default on mac by commit-bot@chromium.org · 11 years ago
- fa190be Roll fontconfig to 2.11.0 and reenable poppler on mac by commit-bot@chromium.org · 11 years ago
- a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
- 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
- 535e1cc Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@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
- b638a3a Default Mac to 64-bit. 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
- bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
- 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
- 15ac322 Add bench_record. by commit-bot@chromium.org · 11 years ago
- f3abaeb remove (now unused) Sk64 -- just use int64_t by reed@google.com · 11 years ago
- 1066f08 If poppler is disable and native pdf is enabled, we still need SkPDFRasterizer.cpp by commit-bot@chromium.org · 11 years ago
- 4a8e17d remove poplar building from mac, until it is fixed by commit-bot@chromium.org · 11 years ago
- 83f5692 Fix Mac fontconfig build (try 2) by commit-bot@chromium.org · 11 years ago
- 32eea43 Revert of https://codereview.chromium.org/113203003/ by commit-bot@chromium.org · 11 years ago
- 9a907fa Fix Mac fontconfig build by commit-bot@chromium.org · 11 years ago
- d08d23b Small tweaks to be able to build everything target: by commit-bot@chromium.org · 11 years ago
- d9c4dfb Move DM from everything to most, to build it by default. by commit-bot@chromium.org · 11 years ago
- b163984 Move v8 into third_party. by commit-bot@chromium.org · 11 years ago
- 91e099e Update utils.gyp to find SkNoSaveLayerCanvas.h in 'src'. by commit-bot@chromium.org · 11 years ago
- 85facf7 Add StackBench to measure performance on stack-like (fixed element size) work loads. by commit-bot@chromium.org · 11 years ago
- 81e8739 NoSaveLayerCanvas now its own file by robertphillips@google.com · 11 years ago
- 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
- c8d7328 Renamed JsCanvas to JsContext and moved into it's own file. by commit-bot@chromium.org · 11 years ago
- d4bda50 Add SkPreConfig.h to core.gypi by commit-bot@chromium.org · 11 years ago
- c735598 take 2: create simple 'skpmaker' tool to generate SKP files for testing by commit-bot@chromium.org · 11 years ago
- 5ccdf01 Revert of https://codereview.chromium.org/108343006/ by commit-bot@chromium.org · 11 years ago
- dbd8379 create simple 'skpmaker' tool to generate SKP files for testing by commit-bot@chromium.org · 11 years ago
- 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
- 261c666 Make tests output spin on the same line by default. by commit-bot@chromium.org · 11 years ago
- 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
- 6adf296 disable gm/vertices until I can find/fix all warnings by mike@reedtribe.org · 11 years ago
- 0c87ea8 add gm::vertices by mike@reedtribe.org · 11 years ago
- 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
- 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
- 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
- d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
- 0fc0dea Add a setTimer() function. by commit-bot@chromium.org · 11 years ago
- 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
- 48d94b8c Add command line flag for optionally loading JS from external files. by commit-bot@chromium.org · 11 years ago
- 3c12840 remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always false stop respecting SK_SCALAR_SLOW_COMPARES, assume its always false by reed@google.com · 11 years ago
- c0784db remove SkScalarCompare type and header by reed@google.com · 11 years ago
- a3f882c render_pictures: add --writeJsonSummaryPath by commit-bot@chromium.org · 11 years ago
- 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
- 5333300 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago