2016-10-03 |
Matthew Leibowitz | Merge pull request #24 from google/chrome/m54 |
tree | commitdiff |
2016-09-14 |
caryclark | compare degenerates with tolerance |
tree | commitdiff |
2016-09-14 |
Matthew Leibowitz | Added a few more SKPath methods to the C API |
tree | commitdiff |
2016-09-13 |
Matthew Leibowitz | Added the path ops features |
tree | commitdiff |
2016-09-13 |
Matthew Leibowitz | Merge pull request #23 from google/chrome/m54 |
tree | commitdiff |
2016-09-13 |
robertphillips | Cherry pick fix for skbug.com/5734 to M54 |
tree | commitdiff |
2016-09-06 |
Matthew Leibowitz | Expose the `flush` method for `GrContext` |
tree | commitdiff |
2016-09-03 |
Matthew Leibowitz | Merge pull request #22 from google/chrome/m54 |
tree | commitdiff |
2016-09-02 |
halcanary | SkPDF: Glyph validation change |
tree | commitdiff |
2016-09-02 |
Matthew Leibowitz | Merge pull request #21 from mono/merge-m54 |
tree | commitdiff |
2016-09-02 |
Matthew Leibowitz | Enum members were removed as they are not used |
tree | commitdiff |
2016-09-02 |
Matthew Leibowitz | Merge pull request #20 from mono/gpu-support |
tree | commitdiff |
2016-09-02 |
Matthew Leibowitz | Merge pull request #19 from mono/revert-18-gpu-support |
tree | commitdiff |
2016-09-02 |
Matthew Leibowitz | Revert "GPU Support" |
tree | commitdiff |
2016-09-02 |
Matthew Leibowitz | Merge pull request #18 from mono/gpu-support |
tree | commitdiff |
2016-09-01 |
Matthew Leibowitz | Added more members to sk_point_t |
tree | commitdiff |
2016-08-31 |
Matthew Leibowitz | UWP ARM seems to have an issue with Sk4f being uninitia... |
tree | commitdiff |
2016-08-31 |
Matthew Leibowitz | Added the SkCanvas.drawBitmapLattice and SkCanvas.drawI... |
tree | commitdiff |
2016-08-30 |
Matthew Leibowitz | Using the blur image filter from the new core location |
tree | commitdiff |
2016-08-30 |
Matthew Leibowitz | Added the new color filter: Gama |
tree | commitdiff |
2016-08-30 |
Matthew Leibowitz | Unused SkCodec member removed and updated SkData New... |
tree | commitdiff |
2016-08-30 |
Matthew Leibowitz | Merge branch 'chrome/m54' into merge-m54 |
tree | commitdiff |
2016-08-30 |
Matthew Leibowitz | Merge pull request #17 from google/chrome/m53 |
tree | commitdiff |
2016-08-30 |
caryclark | merge per request |
tree | commitdiff |
2016-08-24 |
mtklein | We can't infer the right type for voidp for old png_jmp... |
tree | commitdiff |
2016-08-24 |
halcanary | SkPDF: set SK_SFNTLY_SUBSETTER uniformly |
tree | commitdiff |
2016-08-24 |
mtklein | SkPngCodec: voidp instead of forward-declares for png... |
tree | commitdiff |
2016-08-24 |
bungeman | s/invertable/invertible |
tree | commitdiff |
2016-08-24 |
halcanary | SkPDF: vector canvases can't hint! |
tree | commitdiff |
2016-08-24 |
mtklein | GN: more optional components: jpeg, pdf, png, xml |
tree | commitdiff |
2016-08-24 |
caryclark | remove point aliases |
tree | commitdiff |
2016-08-24 |
halcanary | SkPDF: vertical writing: draw nothing |
tree | commitdiff |
2016-08-24 |
bungeman | Add simple font fallback on Mac. |
tree | commitdiff |
2016-08-24 |
ajuma | Make GrTextureStripAtlas flush pending IO on newly... |
tree | commitdiff |
2016-08-24 |
msarett | Parse ICC profiles from webps |
tree | commitdiff |
2016-08-24 |
egdaniel | Add addtional resolve calls to vulkan backend |
tree | commitdiff |
2016-08-24 |
msarett | Warn on bad rendering intents (instead of valid ones) |
tree | commitdiff |
2016-08-24 |
brianosman | New helper for creating a color space from another... |
tree | commitdiff |
2016-08-24 |
reed | combine setRectFan and mapRect |
tree | commitdiff |
2016-08-24 |
msarett | Fix generic color space xform, ColorSpaceXformTest |
tree | commitdiff |
2016-08-23 |
msarett | Make singleton SkColorSpaces thread safe |
tree | commitdiff |
2016-08-23 |
bsalomon | Remove SkPixelRef::getTexture() |
tree | commitdiff |
2016-08-23 |
csmartdalton | Skip non-AA intersect rects in GrReducedClip |
tree | commitdiff |
2016-08-23 |
bungeman | SkScalerContextRec::computeMatrices to return status. |
tree | commitdiff |
2016-08-23 |
mtklein | Assume all TURBO_HAS_* are true. |
tree | commitdiff |
2016-08-23 |
vjiaoblack | Moving SkBlurImageFilter into core |
tree | commitdiff |
2016-08-23 |
bungeman | Revert of Moving SkBlurImageFilter into core (patchset... |
tree | commitdiff |
2016-08-23 |
caryclark | fix conic path fuzz |
tree | commitdiff |
2016-08-23 |
halcanary | SkMultiSKP: version 2 |
tree | commitdiff |
2016-08-23 |
halcanary | SkPDF: PDFDevice cleanup. |
tree | commitdiff |
2016-08-23 |
mtklein | f16<->f32 ftz is an optional thing for speed. |
tree | commitdiff |
2016-08-23 |
vjiaoblack | Moving SkBlurImageFilter into core |
tree | commitdiff |
2016-08-23 |
caryclark | fix pathops fuzz |
tree | commitdiff |
2016-08-23 |
csmartdalton | Reduce window rectangles cap to 8 |
tree | commitdiff |
2016-08-23 |
robertphillips | Fix valgrind issue in CircleBatch__Test |
tree | commitdiff |
2016-08-22 |
robertphillips | Fix Ganesh analytic blurred rect draws |
tree | commitdiff |
2016-08-22 |
bsalomon | Fix GLSL int to float error in arc code in GrOvalRenderer. |
tree | commitdiff |
2016-08-22 |
msarett | More robust check for sRGB gamma tables |
tree | commitdiff |
2016-08-22 |
bsalomon | Remove virtual from overrides in SkGpuDevice.h |
tree | commitdiff |
2016-08-22 |
bsalomon | Fix CircleBatch::TestCreate to always use a legal matrix |
tree | commitdiff |
2016-08-22 |
bsalomon | Mark temporary paths created by SkCanvas for clipping... |
tree | commitdiff |
2016-08-22 |
mtklein | Flush denorm half floats to zero. |
tree | commitdiff |
2016-08-22 |
bsalomon | GPU implementation of drawArc. |
tree | commitdiff |
2016-08-22 |
reed | check for wide-open inside quickContains |
tree | commitdiff |
2016-08-22 |
msarett | Fix MSAN - mark temporary memory as kNo_ZeroInitialized |
tree | commitdiff |
2016-08-22 |
msarett | Fix Equals and serialization for rare pngs |
tree | commitdiff |
2016-08-22 |
vjiaoblack | Revert of Moving SkBlurImageFilter into core (patchset... |
tree | commitdiff |
2016-08-22 |
vjiaoblack | Moving SkBlurImageFilter into core |
tree | commitdiff |
2016-08-22 |
robertphillips | Remove quantization of device-space dest rect for Ganes... |
tree | commitdiff |
2016-08-22 |
bsalomon | Mark temp paths in SkBaseDevice::drawArc and ::drawDRRe... |
tree | commitdiff |
2016-08-22 |
vjiaoblack | Revert of Moving SkBlurImageFilter into core (patchset... |
tree | commitdiff |
2016-08-22 |
vjiaoblack | Moving SkBlurImageFilter into core |
tree | commitdiff |
2016-08-22 |
msarett | Detect all named gammas |
tree | commitdiff |
2016-08-22 |
mtklein | compress_r11eac_blocks() required more alignment than... |
tree | commitdiff |
2016-08-22 |
mtklein | Revert of Moving SkBlurImageFilter into core (patchset... |
tree | commitdiff |
2016-08-22 |
mtklein | Use ARMv8 CRC32 instructions for SkOpts::hash(). |
tree | commitdiff |
2016-08-22 |
vjiaoblack | Moving SkBlurImageFilter into core |
tree | commitdiff |
2016-08-22 |
msarett | Support color xforms for kIndex8 pngs |
tree | commitdiff |
2016-08-22 |
brianosman | Supply a color space in sRGB/F16 mode of SampleApp |
tree | commitdiff |
2016-08-22 |
msarett | Fix color xform width bug when scaling/subsetting |
tree | commitdiff |
2016-08-22 |
reed | add SkMatrixPriv for specialized helpers |
tree | commitdiff |
2016-08-22 |
fmalita | Simplify the gradient color stop optimizer |
tree | commitdiff |
2016-08-21 |
Matthew Leibowitz | Added a few more members from GrGlInterface |
tree | commitdiff |
2016-08-20 |
Matthew Leibowitz | Merge branch 'xamarin-mobile-bindings' into gpu-support |
tree | commitdiff |
2016-08-20 |
reed | remove unused field from SkDrawIter |
tree | commitdiff |
2016-08-20 |
Matthew Leibowitz | Added SKCanvas from SKBitmap |
tree | commitdiff |
2016-08-20 |
reed | store info in basedevice, change getter to non-virtual... |
tree | commitdiff |
2016-08-20 |
Matthew Leibowitz | Added a few more members to SKPaint |
tree | commitdiff |
2016-08-20 |
Matthew Leibowitz | Added some more SKPath members |
tree | commitdiff |
2016-08-19 |
halcanary | src/utils/SkBitSet: simplify |
tree | commitdiff |
2016-08-19 |
csmartdalton | Move GrFixedClip into src directory |
tree | commitdiff |
2016-08-19 |
bsalomon | Plumb drawArc to SkDevice. |
tree | commitdiff |
2016-08-19 |
dvonbeck | Added SkColor4f::FromColor3f(SkColor3f, float a) |
tree | commitdiff |
2016-08-19 |
mtklein | Fast path translate() in SkCanvas and SkLiteDL. |
tree | commitdiff |
2016-08-19 |
fmenozzi | Implement gradient simplification for 0,0,1 and 0,1... |
tree | commitdiff |
2016-08-19 |
bungeman | Simplify embeddability test. |
tree | commitdiff |
2016-08-19 |
msarett | Fix bug, always keep fIsScaleTranslate in correct state |
tree | commitdiff |
2016-08-19 |
senorblanco | Some assert fixes for running the Fuzzer sample in... |
tree | commitdiff |
2016-08-19 |
fmenozzi | Return color shader instead of 2-color gradient when... |
tree | commitdiff |
2016-08-19 |
caryclark | fix fuzzes |
tree | commitdiff |
next |