platform/upstream/libSkiaSharp.git
2013-05-21 scroggo@google.comPatch to prevent chromium breakage until the DEPS.
2013-05-21 scroggo@google.comAdd prototype for warning.
2013-05-21 scroggo@google.comNew API for encoding bitmaps during serialization.
2013-05-21 reed@google.comremove extra return statement (doh)
2013-05-21 junov@chromium.orgFixing deferred canvases so that they do not return...
2013-05-21 djsollen@google.comFix android font lookup bug
2013-05-21 reed@google.comadd SkPath as real lua object
2013-05-21 djsollen@google.comFix release build warnings for unused variables
2013-05-21 djsollen@google.comAdd a fontConfig interface for android.
2013-05-21 djsollen@google.comAdd buffer helper to read directly into SkString to...
2013-05-21 epoger@google.comImprove tool that analyzes gm JSON summary
2013-05-21 reed@google.comadd startcanvas/endcanvas entry-points for the script...
2013-05-21 epoger@google.comGM: make behavior of make_filename() more late-binding
2013-05-21 epoger@google.comGM self-tests: add testing for non --hierarchy case
2013-05-21 reed@google.comdisable dumping the ctm on every drawRect verb (was...
2013-05-21 robertphillips... Fix flaky Ubuntu performance trigger
2013-05-21 mike@reedtribe.orgsupport SkCanvas as a real lua object
2013-05-21 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-21 mike@reedtribe.orgallow multiple lua files to be used in lua_pictures
2013-05-21 mike@reedtribe.orgprintf name of picture *before* we try to scrape it.
2013-05-20 commit-bot... Move SkImage::encode to SkImage_Codec.cpp.
2013-05-20 scroggo@google.comAdd a comment to the top of images.gyp.
2013-05-20 robertphillips... Performance trigger rebaselines
2013-05-20 humper@google.comfix boolean check for unknown rtconf variables in files.
2013-05-20 reed@google.comadd SkDrawPictureCallback optional parameter to drawPic...
2013-05-20 scroggo@google.comMake DecodeMemoryToTarget handle more configs.
2013-05-20 bsalomon@google.comReland path bounds change with correct bounds for conve...
2013-05-20 reed@google.comadd encodeData() to SkImageEncoder, and add encoding...
2013-05-20 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-19 robertphillips... Performance trigger rebaselines (mainly due to r9175)
2013-05-17 bsalomon@google.comOne SkTSearch to rule them all. Allow key to be of...
2013-05-17 bsalomon@google.comRevert "Revert "Revert "Pass bounds into draw calls...
2013-05-17 bsalomon@google.comMake rebaseline.py pull msaa images
2013-05-17 bsalomon@google.comfix uninitialized adcd
2013-05-17 bsalomon@google.comRevert "Revert "Pass bounds into draw calls in path...
2013-05-17 robertphillips... Add special handling of rectori case for gpu
2013-05-17 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-16 bsalomon@google.comRevert "Pass bounds into draw calls in path renderers."
2013-05-16 bsalomon@google.comPass bounds into draw calls in path renderers.
2013-05-16 scroggo@google.comBand-aid for subsetted bitmaps in SKPs.
2013-05-16 djsollen@google.comMake the use of fallback fonts in Android a runtime...
2013-05-16 borenet@google.comFix android_run_skia to work with multiple attached...
2013-05-16 commit-bot... Remove the fno-rtti excluders now that fno-rtti is...
2013-05-16 reed@google.comadd the following fields to the lua accumulate table:
2013-05-16 commit-bot... Better method for rendering AA ellipses.
2013-05-16 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-16 mike@reedtribe.orglua accumulate now receives a table of the draw parameters
2013-05-15 reed@google.comuse define to work-around localeconf() missingness...
2013-05-15 reed@google.comlua not building on android ??? disabling for now
2013-05-15 djsollen@google.comMove the FontConfigTypeface class into private header.
2013-05-15 reed@google.comfix typo in dependency line (don't name file, just...
2013-05-15 reed@google.comadd direct_dependencies for picture_utils, and add...
2013-05-15 reed@google.comdisable lua_pictures tool from make for now
2013-05-15 reed@google.comadd SkLuaCanvas
2013-05-15 scroggo@google.comUse separate subset directories in skimage.
2013-05-15 bsalomon@google.comDisable blending when there is an effect that reads...
2013-05-15 bsalomon@google.comDon't make dst copies when color stage requires dst...
2013-05-15 bungeman@google.comFix vertical text scaling and clipping on Mac.
2013-05-15 scroggo@google.comProvide a function to print the name of a Format.
2013-05-15 robertphillips... Add aligned case to game bench
2013-05-15 bsalomon@google.comFinish mixed_xfermodes GM.
2013-05-15 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-14 robertphillips... Performance trigger rebaseline
2013-05-14 commit-bot... Fix includes in SkLayerDrawLooper.h. It was previously...
2013-05-14 bsalomon@google.comRemove assert that is no longer valid.
2013-05-14 robertphillips... Re-add isIRect test for AA rect drawing
2013-05-14 epoger@google.comAdd gm/confirm_no_failures_in_json.py
2013-05-14 bsalomon@google.comUpdate rebaseline.py for N10.
2013-05-14 commit-bot... Sort points for PDF's draw rect, to match raster and...
2013-05-14 scroggo@google.comCreate a self test for skimage.
2013-05-14 scroggo@google.comskimage: report failure if expectation not found.
2013-05-14 robertphillips... Compiler warning/error fix for r9120
2013-05-14 robertphillips... Add GM to track thin rectangle rendering
2013-05-14 epoger@google.comGM: include filename extension (.png) of each output...
2013-05-14 bsalomon@google.comMake GrAAConvexPathRender support paths with > 64K...
2013-05-14 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-05-13 reed@google.comadd separate impl file for SkFontMgr_fontconfig, so...
2013-05-13 bsalomon@google.comKey shader on whether frag pos read is relative to...
2013-05-13 bsalomon@google.comRemove 16bit asserts and casts of string length.
2013-05-13 commit-bot... Fix stroked roundrects on Nexus 10.
2013-05-13 robertphillips... Fix for Debug check failures in r9108
2013-05-13 robertphillips... add bench for blurred rectori case
2013-05-13 commit-bot... API modifications needed to upstream Android font changes.
2013-05-13 robertphillips... Partial revert of r9087
2013-05-11 commit-bot... Check for NULL texture in GrAutoScratchTexture::detach()
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 caryclark@google.comadd wildcard test name matching to gm and bench.
2013-05-10 robertphillips... Fix memory leak in filter tool
2013-05-10 junov@chromium.orgRemove duplicated code in SkPictureRecord::drawRRect
2013-05-10 bsalomon@google.comMake gms use getTopDevice() rather than getDevice().
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
next