- 6b08652 Several fixes for fp 16 rendering: by brianosman · 9 years ago
- cbe3c1a skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 9 years ago
- d06920a Fixes for SkRWBuffer by scroggo · 9 years ago
- d5f2e2e Add F16 source to the linear pipelin. by herb · 9 years ago
- bc95173 Explain Rietveld patching better on site. by bungeman · 9 years ago
- a821af8 Put SkEmptyTypeface in anonymous namespace. by bungeman · 9 years ago
- fbcfd6d mojo -> nojo by mtklein · 9 years ago
- ccb0de6 Add doc instructions for multi-repo Chromium trybots. by bungeman · 9 years ago
- 872ea29 Move CPU feature detection to its own file. by mtklein · 9 years ago
- 3dc6aac remove U16 support, just support F16 by reed · 9 years ago
- 82a455f Remove requestedStyle from SkTypefaceCache. by bungeman · 9 years ago
- b2a4dc6 Switch SkMagnifierImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- e34635d Since PIEX can now return an uncompressed RGB thumbnail, check the type of the image before treating it as a JPEG. by yujieqin · 9 years ago
- 5280dcb Simplify gamma-correctness for text rendering. by brianosman · 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
- 3f21a2e Only eglTerminate command buffer displays when no displays are in use 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
- d3b63d3 Respect FC_MATRIX and FC_EMBOLDEN as extra font parameters. by bungeman · 9 years ago
- b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
- 54ef1a7 Add GM to prevent mis-drawing of LCD text in SkPictureImageFilters by robertphillips · 9 years ago
- 2892668 Fix ChromeOS Swarming bot compile by borenet · 9 years ago
- 33b6b8e Allow a small tolerance in GrAtlasTextBatch bounds test. by bsalomon · 9 years ago
- 09e127b Make build_shaderc.py blow away output dir and allow build_type arg to contain either Debug or Release by bsalomon · 9 years ago
- 0b7e5a1 Make SkSpecialSurfaces always use kUnknown for their pixel geometry by robertphillips · 9 years ago
- 903ec3c Fix CommandBuffer bot's DM config by borenet · 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
- 20efb41 distinguish distinct matrixconvolution benchmarks by mtklein · 9 years ago
- 69076fe Blitter for repeat RGBA8888->RGBA8888. by herb · 9 years ago
- 9ac5b91 Add missing F16 case to reverse pixel config conversion by brianosman · 9 years ago
- 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 9 years ago
- 0586f5c sRGB support for distance field text. by brianosman · 9 years ago
- 134ff5c Remove SimpleOffsetFilter by robertphillips · 9 years ago
- 247e534 Revert AlphaThresholdFilter to its old behavior wrt premul by robertphillips · 9 years ago
- 9fd07e5 Make fuzz builds set SK_FUZZ_LOGGING by kjlubick · 9 years ago
- af9b8c8 Switch AlphaThresholdFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 0a74c9d f16 and pm4f are always the same swizzle, so remove adaptor by reed · 9 years ago
- 68d9134 Make more unit tests run on Vulkan by bsalomon · 9 years ago
- 71e185c GYP_DEFINES and DM flags for Vulkan bot by borenet · 9 years ago
- 134af6b Fix Vk build breakage due to new GrSLType by bsalomon · 9 years ago
- b8e0960 Make is_ktx safer by scroggo · 9 years ago
- 37798fb Implement initCopySurfaceDstDesc for Vulkan by egdaniel · 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
- ac8681b iOS: Tweak xcodebuild location by borenet · 9 years ago
- cbc060a SkWStream::writeText inlined. by halcanary · 9 years ago
- 74b8d32 Implement texel buffers by cdalton · 9 years ago
- fda8807 Convert some unit tests from running on GL contexts to running on all contexts by bsalomon · 9 years ago
- dc0fcd4 Vulkan config in dm by bsalomon · 9 years ago
- 849b175 Separate private headers for condition inclusion in BUILD file. by iroth · 9 years ago
- f4ace41 Wait for all device work to finish before destroy VkDevice by egdaniel · 9 years ago
- c14b978 Switch SkTileImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- ad6a190 nullptr -> "sans-serif" fixes bold in gm/colorwheel by mtklein · 9 years ago
- f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
- 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 9 years ago
- a6b92ad Infer sampler precision from pixel config by cdalton · 9 years ago
- 21a465d Ensure all image filter tests have "ImageFilter" somewhere in the name. by senorblanco · 9 years ago
- 1f50acf Add appendPrecisionModifier method to GrGLSLShaderBuilder 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
- 29feef8 Force upload to VRAM in filterImage by robertphillips · 9 years ago
- 48b88cc Fixes for CommandBuffer bot by borenet · 9 years ago
- 2a0bb0a Fix to zoom on Vulkan Viewer by egdaniel · 9 years ago
- c791728 Pass effects directly to fontcache by reed · 9 years ago
- 6dc14aa adjust gm bounds for better content fit 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
- d58f840 arithmetic mode with Sk4f by mtklein · 9 years ago
- af79b2d Update SKP version by update-skps · 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
- 601e36a Add AVX/AVX2 support for runtime check by Melnikov.Sergey.V · 9 years ago
- e635654 Fix memory leak in SkBlurImageFilter by robertphillips · 9 years ago
- 7adf9c1 Add some benches for SkArithmeticMode. by senorblanco · 9 years ago
- 42da45d Fix context size for benchmakr. by herb · 9 years ago
- ff36811 Add SkFUZZF to help whitelist imagefilter fuzz failures by robertphillips · 9 years ago
- 23d2c18 Fix scaledstrokes GM by robertphillips · 9 years ago
- 651bb5f Make some GMs animate by robertphillips · 9 years ago
- 7cbffda Don't create new descriptor set for vulkan uniforms every draw by egdaniel · 9 years ago
- 9e0efe5 Add clone to Stage. Rename place to mix and PolymorphicUnion to Stage. Cleanup. by herb · 9 years ago
- c265a92 More cleanup in the Vulkan viewer by jvanverth · 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
- 89c2a0b SkPDF: Fix links to be more valid PDF/A by halcanary · 9 years ago
- 050ab5d SkPDF: fix pessimizing-move in PDFA code by halcanary · 9 years ago
- 20f313b Increase request cache size. by bungeman · 9 years ago
- ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 9 years ago
- 2bb3b6d Add slides to VulkanViewer by jvanverth · 9 years ago
- 53d5c6e Test CTFonts for equality, not just name and style. by bungeman · 9 years ago
- 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 9 years ago
- 6a5d713 Add specialized rgba8888 unit sampler. by herb · 9 years ago
- a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 9 years ago
- b63c576 More valgrind appeasement by robertphillips · 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
- 8dea4e4 add header guard to SkPM4fPriv.h to prevent accidental multiple inclusion by lsalzman · 9 years ago