- 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
- 77899d1 Move SkRWBuffer.h to include/ and add SK_API by scroggo · 9 years ago
- a50151d SkPDF: draw{Image,Bitmap} always serializes early by halcanary · 9 years ago
- b3c9e4f Revert of Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU bu… (patchset #1 id:1 of https://codereview.chromium.org/1835003002/ ) by brianosman · 9 years ago
- b0ac1af Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 9 years ago
- 77a9cc1 Don't convert to Sk48Dot16 in DrawOneGlyph. by benjaminwagner · 9 years ago
- d442d32 Remove extra definitions of SkMovie by msarett · 9 years ago
- 384b5e9 got Vulkan compiling on Linux again by ethannicholas · 9 years ago
- 1514257 Delete SkPageFlipper by msarett · 9 years ago
- 28ef445 added support for glMinSampleShading by ethannicholas · 9 years ago
- fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 9 years ago
- cce4927 [CMake fixes] Linux X11 pixel format and Windows compilation fix by marco.diiga · 9 years ago
- c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 9 years ago
- fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 9 years ago
- 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 9 years ago
- d11c726 SkPDF: speed up SkPDFShader generation. by halcanary · 9 years ago
- f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
- f299e71 Switch SkMorphologyImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
- 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 9 years ago
- c429baf Add getDeferredTextureImageData early out by ericrk · 9 years ago
- e280d06 Draw black on white for CG glyph masks. by bungeman · 9 years ago
- e8597a4 Delete SkImageDecoder by msarett · 9 years ago
- 1fd50ac Sk4x4f: NEON impl. by mtklein · 9 years ago
- e267893 Remove debug prints in GrVkGpu by egdaniel · 9 years ago
- 8d3ad5a images with offset bitmap don't share genid by halcanary · 9 years ago
- 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 9 years ago
- 85f9269 Convert Gray8 images to N32 before uploading. Previously, we were by brianosman · 9 years ago
- 83f2e5a Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
- f037fde Delete SkImageDecoder by msarett · 9 years ago
- e8f3062 switch surface to sk_sp by reed · 9 years ago
- 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
- 5b6e73e Delete SkImageDecoder by msarett · 9 years ago
- eac3e96 Revert of Switch SkColorFilterImageFilter over to new onFilterImage interface (patchset #5 id:80001 of https://codereview.chromium.org/1782083002/ ) by robertphillips · 9 years ago
- 222f8ff Add index-8 sampler to the pipeline. by herb · 9 years ago
- 6383ac0 Make GrGLGetDriverInfo work for null strings. by bsalomon · 9 years ago
- 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 9 years ago
- 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 9 years ago
- 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 83aa920 Planar ramp() for S32 linear gradients by fmalita · 9 years ago
- 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
- 1d417a8 Add unit test for vertex attribute count. by bsalomon · 9 years ago
- f799706 Delete SkImageDecoder by msarett · 9 years ago
- 633b356 GrVkGpu initialization cleanup. by jvanverth · 9 years ago
- 734351d Publicly expose one accelerated swizzle. by tomhudson · 9 years ago
- 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 9 years ago
- 1443c69 Sk4x4f: Simplify x86 down to SSE2. by mtklein · 9 years ago
- ec950c4 Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 6eff52a WIP: experimental bilerp pipeline. by herb · 9 years ago
- 3ec5db4 Workaround to set the sRGB flag on SkImageGenerator by msarett · 9 years ago
- b4a7dc9 Port S32A_opaque blit row to SkOpts. by mtklein · 9 years ago
- cc77c12 SkPDF: Hold page objects, not SkPDFDevices. by halcanary · 9 years ago
- 0a291c7 Switch SkDropShaderImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- ae2f2de Switch SkLocalMatrixImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 0dfe892 Use Sk4x4f in srcover_srgb_dst_1. by mtklein · 9 years ago
- 5b1a2ca Remove SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN. by senorblanco · 9 years ago
- 0e05f38 Sk4x4f by mtklein · 9 years ago
- 1cf6325 Use SkColorSpacePrintf instead of SkDebugf by msarett · 9 years ago
- fe170d2 Fix borrowed GrVkImage::Resource. by jvanverth · 9 years ago
- 4413e66 Remove SkPixmap::release by robertphillips · 9 years ago
- 343a63d SkRecord: infer return type for visit() and mutate(). by mtklein · 9 years ago
- 59f093d Correctly handle lfWidth in GDI. by bungeman · 9 years ago
- d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 9 years ago
- d25d06b Fix second memory leak in SkSpecialImage by robertphillips · 9 years ago
- ddf0713 Make GrCircleBlurFragmentProcessor::onIsEqual include the position by abarth · 9 years ago
- d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 9 years ago
- 1088db9 Refactor SkBmpCodec by msarett · 9 years ago
- 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 9 years ago
- 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 9 years ago
- ee451cf Revert of Clean up SSSE3 and SSE4 stubs. (patchset #1 id:1 of https://codereview.chromium.org/1810183003/ ) by mtklein · 9 years ago
- f809d76 switch colorfilters to sk_sp by reed · 9 years ago
- cfcd181 Fully implement onResetContext for Vulkan by egdaniel · 9 years ago
- d03b542 Potential fix for SpecialImageTest memory leak by robertphillips · 9 years ago
- e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 9 years ago
- 989da4a SkPDF: SkPDFDevice has ptr to SkPDFDocument by halcanary · 9 years ago
- 2cab66b fix release build vulkan by egdaniel · 9 years ago
- 50e82e6 SkPDF: SkPDFDocument reorganized so that some objects can be serialized early. by halcanary · 9 years ago
- b4bd11e Update SkSpecialImage to be able to create tight SkImages and SkSurfaces by robertphillips · 9 years ago
- 60316a9 Disable the WIC encoder for jpegs by msarett · 9 years ago
- 7b380d0 guard rasterizer and drawlooper setters by reed · 9 years ago
- dc6c9bf Refactor 4f gradients using trait templates by fmalita · 9 years ago
- 66be626 SkPDF: Add SkPDFCanvas to intercept some draw calls by halcanary · 9 years ago
- ddf9835 Minor fixes to avoid NVPR in Vulkan and provide good GrVkGpu teardown. by jvanverth · 9 years ago
- fa4c20e exit computeFilters if filter width is zero by caryclark · 9 years ago
- bae235e SkPDF: add drop() virtual to release resources early. by halcanary · 9 years ago
- f8f90e4 SkNx refresh by mtklein · 9 years ago
- 3c48100 Make the debug interface a GrGLTestInterface subclass. by bsalomon · 9 years ago
- 17a6520 Make SkComposeImageFilter::onFilterImage filter the bounds given to the inner filter. by jbroman · 9 years ago
- 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 9 years ago
- 7b2707d nanobench: Reduce the total number of statistics being captured. by jcgregorio · 9 years ago
- fe7ada7 Make FreeType usable on Windows. by caryclark · 9 years ago
- a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
- f8ee67e Fix for unaligned automatic variable address in SSE routines. This used to work on linux but crashed on windows when rendering antialiased glyphs. I tracked the problem down to an alignment issue. by marco.diiga · 9 years ago
- 68c14d9 Templatize SkToXXX. by bungeman · 9 years ago
- ba73ad0 Fix uninitialized fCurrProgramID in GrGLCreateNullInterface by fmalita · 9 years ago
- 5c473be Document BitmapStateAutoMapper. by herb · 9 years ago
- e22bab9 disable SK_SUPPORT_LEGACY_PATHEFFECT_PTR for skia builds by reed · 9 years ago
- 07ec54d Replace uses of SkImageDecoder in src/animator by msarett · 9 years ago