external/skia/src.git
17 hours ago djsollen@google.comAndroid specific changes that are upstreamed from the... master
18 hours ago commit-bot... fix slowness of getImageData() for CanvasRenderingConte...
18 hours ago commit-bot... Fix degenerate and near-degenerate hairlines on the gpu
19 hours ago scroggo@google.comRevert "Add path utils, plus a test for it."
19 hours ago scroggo@google.comAdd path utils, plus a test for it.
20 hours ago junov@chromium.orgAdding setSurface public API method to SkDeferredCanvas
21 hours ago scroggo@google.comRevert "Patch to prevent chromium breakage until the...
22 hours ago senorblanco... Remove SkImageFilter::getInputResult(), since its retur...
22 hours ago reed@google.comAdd flag to gradients to interpolate colors in premul...
22 hours ago commit-bot... Move SkDrawLooper implementation to its own file.
23 hours ago epoger@google.comGM: create GmResultDigest that encapsulates digest...
30 hours ago skia.committer... Sanitizing source files in Housekeeper-Nightly
41 hours ago reed@google.comdon't reference missing header
41 hours ago reed@google.comclone of https://codereview.chromium.org/15316014/...
42 hours ago reed@google.comdon't overclamp cubics (see skbug.com/1316)
42 hours ago reed@google.comuse Descriptor struct to encapsulate all the common...
47 hours ago robertphillips... Fix compiler error/warning in r9255
47 hours ago robertphillips... Add printing of SkColorFilter-derived classes to debugger
2 days ago robertphillips... Remove offsetcanvas from debugger
2 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
2 days ago robertphillips... Reverting r9245 due to Chrome breakage
2 days ago reed@google.comuse macro to encapsulate building get_mtname() speciali...
2 days ago reed@google.comexpand SkLua to handle creation of its own State
2 days ago senorblanco... Remove SkImageFilter::getInputResult(), since its retur...
2 days ago reed@google.comfix int -> bool warning
2 days ago reed@google.comadd dumpops.lua as a sample scraper that just dumps...
2 days ago bsalomon@google.comMake GrGLProgramDesc's key variable length by compactin...
3 days ago reed@google.comreenable lerpmode in gms, now that I think we fixed...
3 days ago commit-bot... Add methods to SkLayerDrawLooper to allow adding layers...
3 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
3 days ago robertphillips... Fix clang warnings/errors in Android only code
3 days ago reed@google.comadd SkLerpXfermode
3 days ago scroggo@google.comPatch to prevent chromium breakage until the DEPS.
3 days ago scroggo@google.comAdd prototype for warning.
3 days ago scroggo@google.comNew API for encoding bitmaps during serialization.
3 days ago reed@google.comremove extra return statement (doh)
3 days ago junov@chromium.orgFixing deferred canvases so that they do not return...
3 days ago djsollen@google.comFix android font lookup bug
3 days ago reed@google.comadd SkPath as real lua object
3 days ago djsollen@google.comFix release build warnings for unused variables
3 days ago djsollen@google.comAdd a fontConfig interface for android.
3 days ago djsollen@google.comAdd buffer helper to read directly into SkString to...
4 days ago mike@reedtribe.orgsupport SkCanvas as a real lua object
4 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
4 days ago commit-bot... Move SkImage::encode to SkImage_Codec.cpp.
4 days ago humper@google.comfix boolean check for unknown rtconf variables in files.
4 days ago reed@google.comadd SkDrawPictureCallback optional parameter to drawPic...
4 days ago scroggo@google.comMake DecodeMemoryToTarget handle more configs.
4 days ago bsalomon@google.comReland path bounds change with correct bounds for conve...
4 days ago reed@google.comadd encodeData() to SkImageEncoder, and add encoding...
5 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
7 days ago bsalomon@google.comOne SkTSearch to rule them all. Allow key to be of...
7 days ago bsalomon@google.comRevert "Revert "Revert "Pass bounds into draw calls...
8 days ago bsalomon@google.comfix uninitialized adcd
8 days ago bsalomon@google.comRevert "Revert "Pass bounds into draw calls in path...
8 days ago robertphillips... Add special handling of rectori case for gpu
8 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
8 days ago bsalomon@google.comRevert "Pass bounds into draw calls in path renderers."
8 days ago bsalomon@google.comPass bounds into draw calls in path renderers.
8 days ago scroggo@google.comBand-aid for subsetted bitmaps in SKPs.
8 days ago djsollen@google.comMake the use of fallback fonts in Android a runtime...
8 days ago reed@google.comadd the following fields to the lua accumulate table:
9 days ago commit-bot... Better method for rendering AA ellipses.
9 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
9 days ago mike@reedtribe.orglua accumulate now receives a table of the draw parameters
9 days ago djsollen@google.comMove the FontConfigTypeface class into private header.
9 days ago reed@google.comadd SkLuaCanvas
9 days ago bsalomon@google.comDisable blending when there is an effect that reads...
9 days ago bsalomon@google.comDon't make dst copies when color stage requires dst...
9 days ago bungeman@google.comFix vertical text scaling and clipping on Mac.
9 days ago scroggo@google.comProvide a function to print the name of a Format.
10 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
10 days ago commit-bot... Fix includes in SkLayerDrawLooper.h. It was previously...
10 days ago bsalomon@google.comRemove assert that is no longer valid.
10 days ago robertphillips... Re-add isIRect test for AA rect drawing
10 days ago commit-bot... Sort points for PDF's draw rect, to match raster and...
10 days ago bsalomon@google.comMake GrAAConvexPathRender support paths with > 64K...
11 days ago skia.committer... Sanitizing source files in Housekeeper-Nightly
11 days ago reed@google.comadd separate impl file for SkFontMgr_fontconfig, so...
11 days ago bsalomon@google.comKey shader on whether frag pos read is relative to...
11 days ago bsalomon@google.comRemove 16bit asserts and casts of string length.
11 days ago commit-bot... Fix stroked roundrects on Nexus 10.
11 days ago commit-bot... API modifications needed to upstream Android font changes.
12 days ago robertphillips... Partial revert of r9087
2013-05-11 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-10 bsalomon@google.comDon't call purgeCache() from within GrResource memebers.
2013-05-10 vandebo@chromium.org[PDF] Only output the Dests dictionary if it isn't...
2013-05-10 robertphillips... Fix memory leak in SkTypeface.cpp
2013-05-10 bsalomon@google.comRemove GrPathCmd
2013-05-10 junov@chromium.orgRemove duplicated code in SkPictureRecord::drawRRect
2013-05-10 robertphillips... Further defer devRect computation in gpu rect drawing
2013-05-10 robertphillips... Update shader rect drawing path for r9087 (removal...
2013-05-10 robertphillips... Remove isIRect "optimization" & defer computation of...
2013-05-10 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-09 robertphillips... Reverting 9083 & 9084 due to Android failures
2013-05-09 reed@google.comfix warning/error of uninitialized len
2013-05-09 commit-bot... API modifications needed to upstream Android font changes.
2013-05-09 scroggo@google.comFix some warnings in SkPath.
2013-05-09 commit-bot... remove unneeded reference to SkTScopedPtr
2013-05-09 commit-bot... Make GrGLShaderBuilder check whether GrEffect advertise...
next