- eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
- 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
- c4a83e2 support colortables in cacherator by reed · 9 years ago
- d8dd47b remove path specific program building classes by joshualitt · 9 years ago
- 212aab0 Provide link to worker logs. by benjaminwagner · 9 years ago
- e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
- 6efbe05 Remove jpegs with uninitialized memory from Gold by msarett · 9 years ago
- 465283c Remove batchtracker by joshualitt · 9 years ago
- ae48877 increase resource image-cache size to test perf by reed · 9 years ago
- 951d854 Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ ) by jyasskin · 9 years ago
- 83da2e2 Revert of use new shuffle to speed up affine matrix mappts (patchset #3 id:40001 of https://codereview.chromium.org/1333983002/ ) by mtklein · 9 years ago
- 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
- e70afc9 use new shuffle to speed up affine matrix mappts by mtklein · 9 years ago
- 2bd5d02 Add simd.md to document Skia SIMD code / plans. by mtklein · 9 years ago
- 83e599a Correct a possible free after use. by herb · 9 years ago
- a1c0ee4 SkNx_shuffle by mtklein · 9 years ago
- e66fec2 fix missing clipmaskmanager by Brian Salomon · 9 years ago
- a10bb86 make a shallow-copy so we don't get racy trying to lock/unlock our private bitmap by reed · 9 years ago
- eef3c5b Fix texture creation on stencil format test code by egdaniel · 9 years ago
- 4e8a09d Port SkMatrix opts to SkOpts. by mtklein · 9 years ago
- b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
- ad792c1 Simplify installation of pipeling into GrDrawBatch in GrDrawTarget by bsalomon · 9 years ago
- f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
- 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
- 4a37d08 Port SkBlitRow::Color32 to SkOpts. by mtklein · 9 years ago
- d69ece6 DM: add --key and --properties to PNG description field. by mtklein · 9 years ago
- a82bf95 Fix leak of path ranges by bsalomon · 9 years ago
- ff1d547 Calculate pixel config and stencil fmt pairs once per pixel config. by egdaniel · 9 years ago
- 6c6f658 Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
- 059dffa There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior). by wangyix · 9 years ago
- ce79a3a Initialize subrun variables to make Valgrind happy by jvanverth · 9 years ago
- 32ab260 Revert of Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessin… (patchset #1 id:1 of https://codereview.chromium.org/1329313002/ ) by bsalomon · 9 years ago
- eb662bc Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
- cb1ccfd SK_API on GrWrapTextureInBitmap by bsalomon · 9 years ago
- 8e74046 Remove race. by herb · 9 years ago
- 25507d9 fix leaked picture by reed · 9 years ago
- 9583ab9 don't peek w/o first acquiring the lock by reed · 9 years ago
- 6651a32 Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of https://codereview.chromium.org/1334543002/ ) by caryclark · 9 years ago
- 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
- bf29888 Parallel cache. by herb · 9 years ago
- 7628967 add picture-image variant by reed · 9 years ago
- 61a81e3 Mimic Chrome better in our GYPs. by mtklein · 9 years ago
- 4228c1f switch over to using images by reed · 9 years ago
- 9a50174 Specialize SkOncePtr<T[]>. by mtklein · 9 years ago
- af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
- 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
- 5ca4fa3 Revert of more zero-length changes for svg compatibility (patchset #6 id:100001 of https://codereview.chromium.org/1330623003/ ) by caryclark · 9 years ago
- 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
- 336cda3 wire up incNumDraws by joshualitt · 9 years ago
- 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
- 157e648 Detach cache in DF routines rather than passing it in. by jvanverth · 9 years ago
- fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
- d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
- 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
- 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
- a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
- a5783ae Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
- 036fd8e Added TestCreate for SkComposeShader; will pick two random child procs that don't have children of their own. This prevents creating an arbitrarily large tree of procs. Also, it will choose a random coefficient mode for the xfermode. by wangyix · 9 years ago
- 894a2e4 skia: Initialize value passed to GetShaderiv in GLBench by hendrikw · 9 years ago
- 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
- 87a5c9f Add number of draws to GrGpu stats by joshualitt · 9 years ago
- 00c3252 Update documentation of colors on Status. by benjaminwagner · 9 years ago
- 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
- 90e8ab7 Re-enable nvpr text rendering in DM. by bsalomon · 9 years ago
- 54a6b1a emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. by wangyix · 9 years ago
- 43fe618 refactor parts of SkGr.cpp for use by SkImages by reed · 9 years ago
- bbd4018 Port SkLazyFnPtr users to SkOncePtr. by mtklein · 9 years ago
- a5f46e1 Comments: note existance of SkImage::newShader next to CreateBitmapShader by halcanary · 9 years ago
- 189aef7 Create module system for VisualBench by joshualitt · 9 years ago
- 8fd97ea Revert of Provides multiple implementations of Android's SkBitmapRegionDecoder (patchset #16 id:360001 of https://codereview.chromium.org/1288963002/ ) by msarett · 9 years ago
- ff390c9 Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (patchset #3 id:40001 of https://codereview.chromium.org/1311963007/ ) by scroggo · 9 years ago
- 1512029 skia: use msaaConfigAttribList for SkOSWindow_win by hendrikw · 9 years ago
- a3434d8 Add skstd::unique_ptr and use it. by bungeman · 9 years ago
- 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
- 10522ff Scanline decoding for gifs by msarett · 9 years ago
- 3e9a452 Update SKP version by rmistry · 9 years ago
- e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
- ef2df09 Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
- e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
- 9260296 Bot fix by msarett · 9 years ago
- 76f755e Provides various implementations of Android's SkBitmapRegionDecoder. by msarett · 9 years ago
- c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
- 19e9b35 Ico bug fix for opaque embedded images by msarett · 9 years ago
- 6f2a486 Parallel cache. by herb · 9 years ago
- 714a710 SkOncePtr by mtklein · 9 years ago
- 58e524c draw 3 moveTos followed by various others [moves, lines, closes] by reed · 9 years ago
- f4a6d30 remove duplicated sample (already have a gm) by reed · 9 years ago
- 8523782 Fix SkOneShotDiscardablePixelRef to return discardable segment. by ssid · 9 years ago
- 5514321 Minor tweak to visual bench timing by joshualitt · 9 years ago
- c8b350d update gm test size to include new elements by caryclark · 9 years ago
- 500ab75 change for issue 562 by caryclark · 9 years ago
- 6ff734b remove unused fields from SkOpSegment by caryclark · 9 years ago
- 5a9a5b3 CMAKE + install command by halcanary · 9 years ago
- 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 9 years ago
- 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
- d34d947 Appurify bot: don't use flags that visualbench doesn't support by borenet · 9 years ago
- 214046e Fix memory leak in build example by mdempsky · 9 years ago
- ad54ffc adb_wait_for_device: Skip `adb wait-for-device` by borenet · 9 years ago
- fbf908c Add some useful information to trooper doc. by benjaminwagner · 9 years ago
- d705958 Will try composing a linear gradient with a color bitmap as well as an alpha8 bitmap to make sure the paint's color is being used/ignored in the right places. by wangyix · 9 years ago