- 86ae3d1 make context() virtual on device by reed · 9 years ago
- 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API by msarett · 9 years ago
- 484b3d0 SkDefaultColorProfile: Hide gDefaultProfileIsSRGB by halcanary · 9 years ago
- ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 9 years ago
- 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 9 years ago
- edf7fcd Make SkDrawable an SkFlattenable by msarett · 9 years ago
- bb34a8a allow imagefilter to manage CTM decomposition by reed · 9 years ago
- 36736a2 Remove SkCanvas::LayerIter guard by robertphillips · 9 years ago
- a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 9 years ago
- a3b3b23 Enable flattening/unflattening with custom unflatten procs by msarett · 9 years ago
- 99e2089 Optionally enable SkValidatingReadBuffer in SkPictureImageFilter by robertphillips · 9 years ago
- 7715e06 Retract SkDevice a bit more by robertphillips · 9 years ago
- f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 9 years ago
- 6351640 Fixes for SkRWBuffer by scroggo · 9 years ago
- 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 9 years ago
- cb61a64 Add compile guard for SkCanvas::LayerIter by robertphillips · 9 years ago
- b0d4352 Revise WSI setup. by jvanverth · 9 years ago
- da2cd8b Hide SkCanvas::LayerIter by robertphillips · 9 years ago
- 177f2f6 SkPathEffect.h: add SK_API where needed by halcanary · 9 years ago
- 6a6f3c5 Fix indentation and casts in SkTArray. by bungeman · 9 years ago
- e0c1d28 SkTArray: fix invalid reinterpret_casts over non-initialized memory. by krasin · 9 years ago
- 58a8d92 Update min Vulkan version to 1.0.8.0, and fix various bugs by egdaniel · 9 years ago
- 32eaa89 Image filters: remove SkBitmap-based cache. by senorblanco · 9 years ago
- a1f4fa7 Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ ) by fmalita · 9 years ago
- 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 9 years ago
- a814000 Hide SkCanvas::LayerIter by robertphillips · 9 years ago
- 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 9 years ago
- 650f9e9 SkOnce: 2 bytes -> 1 byte by mtklein · 9 years ago
- 9134686 Revert of SkOnce: 2 bytes -> 1 byte (patchset #4 id:60001 of https://codereview.chromium.org/1904483003/ ) by mtklein · 9 years ago
- c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 9 years ago
- df02d33 SkOnce: 2 bytes -> 1 byte by mtklein · 9 years ago
- 0d9e9be SkTArray movable and swap for move only elements. by bungeman · 9 years ago
- 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 9 years ago
- b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 9 years ago
- 718a5ad Switch SkColorFilterImageFilter over to new onFilterImage interface (again) by robertphillips · 9 years ago
- be991ef Delete unused fNamedFactorySet from SkWriteBuffer by msarett · 9 years ago
- 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 9 years ago
- f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- bde57ed Make SkImageFilter::Cache purging methods pure virtual by robertphillips · 9 years ago
- f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 9 years ago
- 983294f Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
- d9dd428 Modernize and trim down SkOnce. by mtklein · 9 years ago
- f7142e7 Split AlphaThresholdEffect out into its own file by robertphillips · 9 years ago
- cb232e8 Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ ) by robertphillips · 9 years ago
- 225db44 Outline SkImageFilter Make methods by robertphillips · 9 years ago
- 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 9 years ago
- 9d453b0 Revert of move static arrays into impl, to avoid multiple copies (patchset #3 id:40001 of https://codereview.chromium.org/1889793007/ ) by reed · 9 years ago
- f230c6d Switch SkXfermodeImagerFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 2a04104 exernalize imagefactory guard by reed · 9 years ago
- 6d7cd1f move static arrays into impl, to avoid multiple copies by reed · 9 years ago
- 6b13473 Move SkImageFilter over to storing sk_sps by robertphillips · 9 years ago
- 82497f9 Add option to specify font fallback when creating the skia font manager by kulshin · 9 years ago
- 938115c Remove asFragmentProcessor gpu-specific ImageFilter code path by robertphillips · 9 years ago
- 534c270 Update TileImageFilter to sk_sp by robertphillips · 9 years ago
- bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 9 years ago
- 8c3fd4f spriteblitter for memcpy case (for all configs) by reed · 9 years ago
- 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 9 years ago
- a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 9 years ago
- a376099 Revert of Fixes for SkRWBuffer (patchset #5 id:80001 of https://codereview.chromium.org/1871953002/ ) by bungeman · 9 years ago
- d06920a Fixes for SkRWBuffer by scroggo · 9 years ago
- 3dc6aac remove U16 support, just support F16 by reed · 9 years ago
- b2a4dc6 Switch SkMagnifierImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- f9634b9 For GOOGLE3, add deref method to SkRefCnt. by benjaminwagner · 9 years ago
- 5092eac Fix legacy NewRenderTarget factory by bsalomon · 9 years ago
- 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 9 years ago
- 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 9 years ago
- b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
- ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 9 years ago
- dada4dd Switch SkMatrixConvolutionImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 58700da remove SK_SUPPORT_NEW_ONCREATESCALERCONTEXT, no longer needed in chdrome by reed · 9 years ago
- 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 9 years ago
- af9b8c8 Switch AlphaThresholdFilter over to new onFilterImage interface by robertphillips · 9 years ago
- a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 9 years ago
- cbc060a SkWStream::writeText inlined. by halcanary · 9 years ago
- 74b8d32 Implement texel buffers by cdalton · 9 years ago
- c14b978 Switch SkTileImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
- a6b92ad Infer sampler precision from pixel config by cdalton · 9 years ago
- fef2860 Switch SkPictureImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 9 years ago
- c791728 Pass effects directly to fontcache by reed · 9 years ago
- e6277de Switch SkDisplacementImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 82b043e Fix roll bot's win gn build by robertphillips · 9 years ago
- 9d77d62 remove unused BML (binary xml) code by reed · 9 years ago
- 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 9 years ago
- 377add7 Fix race condition in SkROBuffer. by reed · 9 years ago
- 0576aa9 Serialize invNormRotation in SkLightingShader. by mtklein · 9 years ago
- 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 9 years ago
- ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 9 years ago
- 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 9 years ago
- a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 9 years ago
- 23f9a84 Update Skia milestone to 52 by hcm · 9 years ago
- e736506 Revert of For *ToFixed, in debug mode, assert that the value is in range. (patchset #6 id:140001 of https://codereview.chromium.org/1824733002/ ) by fmalita · 9 years ago
- e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
- 93dc339 For *ToFixed, in debug mode, assert that the value is in range. by benjaminwagner · 9 years ago
- 70f1a6c Add pinned versions of *ToFixed. by benjaminwagner · 9 years ago
- 73add93 Appease valgrind wrt testing code initialization by robertphillips · 9 years ago
- 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 9 years ago
- 6f01104 Revert conversion of SkColorFilterImageFilter to new API by robertphillips · 9 years ago