aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Create GLSLUniformHandler class for gpu backendGravatar egdaniel2015-12-03
* API to support native scaling by image-generatorGravatar reed2015-12-02
* Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://code...Gravatar mtklein2015-12-02
* skstd -> std for unique_ptrGravatar mtklein2015-12-02
* Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview...Gravatar herb2015-12-01
* Replace D1G with a simpler implementation.Gravatar herb2015-12-01
* Add an SkPath conic conversion utility.Gravatar fmalita2015-12-01
* Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f)Gravatar mtklein2015-12-01
* add more conservative check for wayward divideGravatar caryclark2015-11-30
* Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://code...Gravatar mtklein2015-11-30
* skstd -> std for unique_ptrGravatar mtklein2015-11-30
* Remove SkDrawProcsGravatar herb2015-11-24
* optimize the disable-caching case for SkImage::readPixelsGravatar reed2015-11-24
* Add sniff for rect, oval & rrect to SkCanvas::clipPathGravatar robertphillips2015-11-24
* Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE.Gravatar mtklein2015-11-24
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* scaling API on SkPixmapGravatar reed2015-11-23
* Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://code...Gravatar mtklein2015-11-23
* skstd -> std for unique_ptrGravatar mtklein2015-11-23
* Avoid devolving to a path when conservative clipping with RRectsGravatar robertphillips2015-11-23
* Revert[2] of "quick-accept clipRect calls"Gravatar reed2015-11-21
* Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of http...Gravatar bsalomon2015-11-20
* Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https:/...Gravatar egdaniel2015-11-20
* Make specialized SrcOver XPFactoryGravatar egdaniel2015-11-20
* Add SkNx_cast().Gravatar mtklein2015-11-20
* Move glyph choosing to the find and place glyph code.Gravatar herb2015-11-20
* Eliminate SkFILE: it always is the same as FILE.Gravatar halcanary2015-11-20
* option to quick-accept clipRect callsGravatar reed2015-11-20
* enable conservative raster clippingGravatar reed2015-11-20
* Pack and align SkStrokeRec to 4-byte boundary.Gravatar jvanverth2015-11-20
* Revert of Fix UB in SkDivBits (patchset #4 id:50001 of https://codereview.chr...Gravatar stephana2015-11-20
* add SkPath::isRRectGravatar caryclark2015-11-19
* Record concat as Concat.Gravatar mtklein2015-11-19
* add SkRecordOptimize2 and an experimental API for more aggressive optsGravatar reed2015-11-19
* Fix UB in SkDivBitsGravatar mtklein2015-11-19
* Modernize SkRecordPattern.hGravatar mtklein2015-11-19
* Add SkRecord::defrag().Gravatar mtklein2015-11-19
* Make SkTLList prealloc its first block of nodesGravatar bsalomon2015-11-18
* Make block size a template parameter of SkTLListGravatar bsalomon2015-11-18
* simplify insertion methods for SkTLListGravatar bsalomon2015-11-18
* Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chr...Gravatar mtklein2015-11-18
* Fix GOOGLE3 Android build.Gravatar benjaminwagner2015-11-18
* Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducerGravatar bsalomon2015-11-18
* Convert drawText to using the find and place code.Gravatar herb2015-11-18
* Fix buffer overrun, bit overrun and add a test.Gravatar herb2015-11-18
* Fix UB in SkDivBitsGravatar mtklein2015-11-18
* Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.Gravatar egdaniel2015-11-18
* div255(x) as ((x+128)*257)>>16 with SSEGravatar mtklein2015-11-17
* fix ninepatch iter from generating invalid rectsGravatar joshualitt2015-11-17
* SkTextBlob should store per-run text alignmentGravatar fmalita2015-11-17