- 82d2843 turn back on gpu tests by mtklein · 10 years ago
- 748ca3b Sketch DM refactor. by mtklein · 10 years ago
- 0063a9b Move XferEffects class to GrCustomXfermode file by egdaniel · 10 years ago
- 114c3cd Revert of Sketch DM refactor. (patchset #45 id:850001 of https://codereview.chromium.org/788243008/) by mtklein · 10 years ago
- 709d2c3 Sketch DM refactor. by mtklein · 10 years ago
- 1a178ca Use device-space stroke width for SkDraw::drawRect() quick-reject by fmalita · 10 years ago
- afdbedb add sample for filter quality by reed · 10 years ago
- 16a04b8 Move Gpu ArithmeticMode xfer effect to _gpu files. by egdaniel · 10 years ago
- 028b98a Add repro GM for GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
- 63121f0 delete the dreaded TransitionView by reed · 10 years ago
- abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
- 125ee60 Revert of Fix GPU clipped-AA vs. non-AA drawRect discrepancy (patchset #2 id:20001 of https://codereview.chromium.org/839883003/) by robertphillips · 10 years ago
- 933a03f Fix GPU clipped-AA vs. non-AA drawRect discrepancy by robertphillips · 10 years ago
- f5872d2 add stroke params to c api by reed · 10 years ago
- 703dd2e Remove SkTileGrid (except for TileGridInfo). by mtklein · 10 years ago
- 9b2cf52 remove unneeded flags by reed · 10 years ago
- 36a86db remove flags that are now in chrome's SkUserConfig.h by reed · 10 years ago
- 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
- a7976be Add Alpha fade GM. by halcanary · 10 years ago
- ac8d8b8 revert buildbot breaker by caryclark · 10 years ago
- 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
- 9810cd2 use conics for ovals and roundrects by reed · 10 years ago
- 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
- 66b29a6 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
- 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
- efdac51 Revert "Remove SkPDFDocument and SkPDFDevice from the public headers." by reed · 10 years ago
- 8b1f761 Remove SkPDFDocument and SkPDFDevice from the public headers. by halcanary · 10 years ago
- e3b61eb Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://codereview.chromium.org/817283005/) by reed · 10 years ago
- 2bf1c4d use conics for ovals and roundrects by reed · 10 years ago
- 40c85e4 Revert of Revert of enable conics gm (patchset #1 id:1 of https://codereview.chromium.org/811863006/) by reed · 10 years ago
- abe4baa experimental skp_to_pdf_md5 program. by halcanary · 10 years ago
- 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
- 5f2ee72 add SkGeometry.h to core.gypi by reed · 10 years ago
- e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
- 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
- ede901c Revert of enable conics gm (patchset #3 id:40001 of https://codereview.chromium.org/835593002/) by reed · 10 years ago
- 03119ba enable conics gm by reed · 10 years ago
- c4fda92 remove unused drawData by reed · 10 years ago
- 63a4702 debugger: Make draw command image widget resize by kkinnunen · 10 years ago
- b0ae649 Add device space skshader GM to test kDevice_GrCoordSet by bsalomon · 10 years ago
- 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
- 3936ce4 Fix gyp for GrDisableColorXP by egdaniel · 10 years ago
- 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
- d582cab remove flags now in chrome's SkUserConfig.h by reed · 10 years ago
- c8a2131 undef SK_SUPPORT_LEGACY_GRADIENT_FACTORIES to fix callers by reed · 10 years ago
- 438b0d7 Enable new gradients + suppress gms for now by reed · 10 years ago
- b64e569 Remove legacy Picture defines. by scroggo · 10 years ago
- 152d42f remove flag (not ready for it yet) by reed · 10 years ago
- 68331cd remove dead code behind SK_SUPPORT_LEGACY_ALLOCPIXELS_BOOL by reed · 10 years ago
- caf7e93 improve precision of gradients (disabled for now) by reed · 10 years ago
- 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
- 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
- a816d95 version 0 of imgconv tool by reed · 10 years ago
- eb3379f Turn off warnings as errors for the debugger by robertphillips · 10 years ago
- df79503 Add new complexclip3 gm. by egdaniel · 10 years ago
- 438d23c remove flags that are now in chrome's userconfig by reed · 10 years ago
- 8b57524 add arcto patheffect by reed · 10 years ago
- 29097f9 Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp by bsalomon · 10 years ago
- 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
- 0faaac6 Look at DYNAMIC_ANNOTATIONS_ENABLED now. by mtklein · 10 years ago
- 2bb034a Rolling libwebp broke our iOS builds. Silence warnings instead. by mtklein · 10 years ago
- 9a0d6d6 skimage, die die die by mtklein · 10 years ago
- c97570c Silence warnings from libnanomsg on Mac like we do on Linux. by mtklein · 10 years ago
- 449998d Revert of Roll libwebp to v0.4.2 (latest stable) to fix annoying build warning. (patchset #1 id:1 of https://codereview.chromium.org/807553002/) by mtklein · 10 years ago
- e655557 Roll libwebp to v0.4.2 (latest stable) to fix annoying build warning. by mtklein · 10 years ago
- f19ec51 WAE on Macs too. That leaves only Android framework builds. by mtklein · 10 years ago
- 616e451 Revert of WAE on Macs too. That leaves only Android framework builds. (patchset #3 id:40001 of https://codereview.chromium.org/804063002/) by mtklein · 10 years ago
- 161b6de WAE on Macs too. That leaves only Android framework builds. by mtklein · 10 years ago
- 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
- f6139f7 Add image decoding mode to DM. by mtklein · 10 years ago
- 1607156 Handle SkBitmaps which have no pixels in SkPDFImage. by jbroman · 10 years ago
- 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
- 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
- 6cfce1b Change how SkDebugf is sent to stdout on Android. by scroggo · 10 years ago
- c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
- 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
- e18a530 Add bench to measure blur rects performance by qiankun.miao · 10 years ago
- a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
- 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
- 309e346 Rename CustomCoordTextureEffect to GrBitmapTextGeoProc. by egdaniel · 10 years ago
- 17168df Use texture size to determine precision of texture coord varyings. by bsalomon · 10 years ago
- 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
- 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
- c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
- 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
- 9a26410 Add new GM (filterfastbounds) by robertphillips · 10 years ago
- b9bb38c make SkColorShader private, use public factory by reed · 10 years ago
- ced9010 Fix include for GrPortderDuffXferProcessor.cpp TBR=bsalomon@google.com by egdaniel · 10 years ago
- 8bf2bd3 Move GrPorterDuffXferProcessor to include/gpu/effects. by egdaniel · 10 years ago
- eb2a676 Remove backend factories by joshualitt · 10 years ago
- 787cdf9 Ganesh text rendering cleanup. by jvanverth · 10 years ago
- 9ed02e4 Add SK_SUPPORT_LEGACY_PORTER_DUFF macro. by tfarina · 10 years ago
- 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
- 84bc52a work in progress by halcanary · 10 years ago
- d476a17 Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. by halcanary · 10 years ago
- 742cacd multipage_pdf_profiler, gmtoskp by halcanary · 10 years ago
- 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
- 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago
- 986ca61 rename SkDrawable to SkADrawable by reed · 10 years ago
- adc8d98 add sample to exercising hittesting by reed · 10 years ago