- baeec6d SkLiteDL: add some missing std::move() by mtklein · 8 years ago
- 5702c86 Restore scratch texture reuse on Adreno. by brianosman · 8 years ago
- d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
- 8eccc30 SkPDF: SkPDFFont organization changes. by halcanary · 8 years ago
- 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
- b47cd4b Use SkNVRefCnt for a couple common types. by mtklein · 8 years ago
- c0fc9d6 SkLiteDL: tiny perf tweak by mtklein · 8 years ago
- 2ee6982 Sample app uses Ganesh before calling SkGraphics::Init(). by mtklein · 8 years ago
- 23d9776 Move seg_to to a new header, define SkSegType enum there by hstern · 8 years ago
- 904527d moved code into onDrawShadowedPic, only renders into shadow maps if needed by vjiaoblack · 8 years ago
- 55d318d Refactor various gradient effect classes by fmenozzi · 8 years ago
- 0c753e5 Purge the SkLiteDL freelist when PurgeAllCaches() is called. by mtklein · 8 years ago
- 8369e32 SkLiteRecorder: don't tell SkCanvas about clips by mtklein · 8 years ago
- 643ede6 template intersection fuzz fixes by caryclark · 8 years ago
- 0adbd3e make SpecialLineRec::addSegment assert more permissive to accomodate rounding error by lsalzman · 8 years ago
- 0446a3c Add initial CurveMeasure code by hstern · 8 years ago
- 765b6e6 SkLiteDL: control reuse by a single parameter by mtklein · 8 years ago
- 84bca78 Split distance vector into direction and magnitude components by dvonbeck · 8 years ago
- f621ff4 Fixed comment about SkLightingShader::Context memory handling by dvonbeck · 8 years ago
- eba373e SkTypeface_win_dw.cpp remove unused fn by halcanary · 8 years ago
- 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
- 8b1d32c SkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF takes over by halcanary · 8 years ago
- 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
- 9a5a201 use onPeekBitmap instead of asLegacyBitmap by reed · 8 years ago
- b9a10d8 Fix alpha bug in SkColorXform by msarett · 8 years ago
- 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
- 5d2befe Avoid caching resources for volatile bitmap shaders by fmalita · 8 years ago
- 03591a7 finish SkLiteDL by mtklein · 8 years ago
- 29de8d9 SkLiteDL, very nearly the rest by mtklein · 8 years ago
- ec55959 SkLiteDL: closing in by mtklein · 8 years ago
- 6f8411d flesh out more of SkLiteDL: by mtklein · 8 years ago
- 9c5052f SkLite* by mtklein · 8 years ago
- c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
- 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
- 462d014 SkPDF: Stop using kHAdvance_PerGlyphInfo by halcanary · 8 years ago
- 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
- 40254c2 SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlphaMulQ(src, src_scale) + SkAlphaMulQ(dst, dst_scale), which boils down to ((src*src_scale)>>8) + ((dst*dst_scale)>>8). In particular, note that the intermediate precision is discarded before the two parts are added together, causing the final result to possibly inaccurate. by lsalzman · 8 years ago
- f77c47b use SkMakeBitmapShader to not force copies when possible by reed · 8 years ago
- 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago
- 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
- 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
- feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
- 4c35a3f Fix vulkan resolve by egdaniel · 8 years ago
- ac09554 check zero-length text draws by reed · 8 years ago
- 3b88a03 Remove color-dodge/burn from NVIDIA blacklist on 355.00+ by csmartdalton · 8 years ago
- 52ad251 Implement Vulkan Resolve. by egdaniel · 8 years ago
- 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
- 1b9e2fb This CL's base is the CL that sets up the distance vector field req. exposure: https://codereview.chromium.org/2114993002/ by dvonbeck · 8 years ago
- b8d1aac Create a separate src for colorspace tests by msarett · 8 years ago
- 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
- 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
- 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
- b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
- a5c357f Fix compiler complaints about uninit vars by msarett · 8 years ago
- ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
- 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
- ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
- d1ec89b Perform color correction on png decodes by msarett · 8 years ago
- f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
- dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
- 96206a9 Finish delete of SkNinePatch by msarett · 8 years ago
- bb75a95 Don't leave fResScale uninitialized when constructing an SkStroke. by deanm · 8 years ago
- 552bca9 Fix copy-paste bugs in SkCanvas Nine and Lattice by msarett · 8 years ago
- 9d65bb4 Fixed ambient lighting calculations on SkLightingShader by dvonbeck · 8 years ago
- 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- a25f470 Delete SkNinePatch by msarett · 8 years ago
- 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
- 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
- b605f89 Remove now unused source files. by bungeman · 8 years ago
- 0b401ce Add code to lua paths to get the fill path and get lists of verbs and points by hstern · 8 years ago
- c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
- 7d0e3bc Rename FontConfigInterface font manager files. by bungeman · 8 years ago
- 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
- 6fd4c05 Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined by msarett · 8 years ago
- c213f0d Hide (mostly) unused SkColorSpace writeToICC() function by msarett · 8 years ago
- 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
- d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
- 68f2f7d Added distance vector support for CircleGeometryProcessor by dvonbeck · 8 years ago
- f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
- da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
- 2dad769 make an image from a mutable bitmap by reed · 8 years ago
- 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
- 53da5ba adding new GM to demostrate new shadows by vjiaoblack · 8 years ago
- abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
- 02aed95 Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ ) by mtklein · 8 years ago
- 7c0db75 Revert of Tidy up SkNx_neon. (patchset #3 id:40001 of https://codereview.chromium.org/2196773002/ ) by mtklein · 8 years ago
- 570f8af Revert of Added distance vector support for CircleGeometryProcessor (patchset #4 id:60001 of https://codereview.chromium.org/2190023002/ ) by mtklein · 8 years ago
- fe2042e SkRasterPipeline: new APIs for fusion by mtklein · 8 years ago
- 79b59e6 simplify neon shifts by mtklein · 8 years ago
- 6d9a213 If scissor would be empty in GrClipMaskManager::SetupClipping indicate draw can be skipped. by bsalomon · 8 years ago
- 4c18b62 Add ES 3.0 fallback for instanced rendering by csmartdalton · 8 years ago
- 848904e Fix vulkan build by egdaniel · 8 years ago
- 779e192 Added distance vector support for CircleGeometryProcessor by dvonbeck · 8 years ago
- 6ad2231 Tidy up SkNx_neon. by mtklein · 8 years ago
- 31bc7df Properly recycle uniform buffers in vulkan by egdaniel · 8 years ago
- fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
- d05a875 SkNx: add Sk4u by mtklein · 8 years ago
- 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
- a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
- 00db3fd Use HashSet instead of Dynamic hash for tracking vulkan resources by egdaniel · 8 years ago