- 883c8ef SkLiteDL: remove freelisting, add reset() and SKLITEDL_PAGE knob. by mtklein · 8 years ago
- 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
- c4d2f90 Update ComputeBlurredRRectParams to compute all the parameters needed for occluded blurred rrect ninepatch draws by robertphillips · 8 years ago
- e6f8ff0 Defined SkDEBUGFAILF on Release builds by hstern · 8 years ago
- 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
- 8bbbb69 Revert of add parallel public API for recording SkLiteDL. (patchset #1 id:1 of https://codereview.chromium.org/2246893002/ ) by mtklein · 8 years ago
- 6ad75d1 LightingFP now supports multiple directional lights by dvonbeck · 8 years ago
- d211e78 Convert GrAppliedClip interface to builder style by csmartdalton · 8 years ago
- ced26a3 add parallel public API for recording SkLiteDL. by mtklein · 8 years ago
- 772b5ee Added PointLights to SkLights::Light by vjiaoblack · 8 years ago
- fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
- 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
- d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
- 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
- 6372e65 Delete quickRejectY() by msarett · 8 years ago
- 198ca42 Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and src-over blend. by bsalomon · 8 years ago
- a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
- 7cffe97 Add constructor to DashInfo to enable initializer lists by hstern · 8 years ago
- 0cbe77c Add a SkTLazy copy assignment operator by fmalita · 8 years ago
- 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
- 2ab9057 update textblob api to use sk_sp by reed · 8 years ago
- f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
- f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
- ceeaa78 Fix SkDEBUGCODE to accept commas by csmartdalton · 8 years ago
- ce81ed5 Remove no longer existing friend. by bungeman · 8 years ago
- 3f0e694 Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
- 3ff2cc8 constexpr NaN,+Inf,-Inf by mtklein · 8 years ago
- 3d96cb8 Default GR_GL_FUNCTION_TYPE to __stdcall on Windows. by mtklein · 8 years ago
- 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
- c5769b2 Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) by halcanary · 8 years ago
- 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
- 69cfa9c Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
- 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
- e9d55c5 Revert of Store mipmap levels in deferred texture image (patchset #11 id:200001 of https://codereview.chromium.org/2115023002/ ) by halcanary · 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
- 23d9776 Move seg_to to a new header, define SkSegType enum there by hstern · 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
- f95388d Remove SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
- 9c5052f SkLite* by mtklein · 8 years ago
- c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
- 300405a Enable SK_DEBUG/SK_RELEASE to be defined in the user config. by djsollen · 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
- feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
- 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
- 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
- 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 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
- 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
- 62e1a1a Make SK_BUILD_FOR_WIN32 auto-detection work. by mtklein · 8 years ago
- a746f78 Fix dtor bug in SkLights by robertphillips · 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
- 5dbd274 gn: fix fiddle by mtklein · 8 years ago
- b1dd067 Remove 'Ulta' width. by bungeman · 8 years ago
- c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
- 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
- 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
- d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 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
- 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
- abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
- 8d7f5c3 Default fake gamma to sRGB. by mtklein · 8 years ago
- 12e9662 Remove some ancillary users of SkSurface::MakeRenderTargetDirect by robertphillips · 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
- 4c18b62 Add ES 3.0 fallback for instanced rendering by csmartdalton · 8 years ago
- aa8f394 Conditionally define SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
- 1e87618 Remove GrContext::applyGamma by robertphillips · 8 years ago
- e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
- 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
- 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
- ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
- 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
- 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
- a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
- eae6a91 SkPaint intercept API for SkTextBlob and horizontal text by fmalita · 8 years ago
- fa84d94 Make both SK_API definition points identical and order independent. by mtklein · 8 years ago
- a408c8f Add SkGammaColorFilter by robertphillips · 8 years ago
- 7b9b541 Expose more gamma info for UMA statistics by msarett · 8 years ago
- 34ee0c9 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
- 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
- d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
- 570c868 Clean up some unused atomic routines. by mtklein · 8 years ago
- 735109c Add gyp define to enable vulkan debug layers by egdaniel · 8 years ago
- 9f97882 Simplify color space xform storage and usage (float[] vs. SkMatrix44) by brianosman · 8 years ago
- 6ceef3d Initial SVG model by fmalita · 8 years ago
- aef94d1 Avoid warnings on GCC 4.8.4 by jcgregorio · 8 years ago
- 1b51e0e Move SkJSONCPP.h to tools. It tool-only. by mtklein · 8 years ago
- e93393b don't specialize drawBitmapRect for minirecorder; no longer called by blink by reed · 8 years ago
- d1bdd1f Use Windowing system-specific WindowContext factories. by bsalomon · 8 years ago
- 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago