- 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
- 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
- 37e2334 Auto-generate much of the help text for --config to reduce maintenance by brianosman · 8 years ago
- 4562f6e Add ability to pick a different gamut in GPU f16 or sRGB configs by brianosman · 8 years ago
- 0262b5c Add adb support to skpbench by csmartdalton · 8 years ago
- 4b5179b skpbench by csmartdalton · 8 years ago
- cfea18a Delete unused coverage recipe code. by mtklein · 8 years ago
- fcee510 Is it just me or is this logging just noise? by mtklein · 8 years ago
- 3d5541d Fix Seal_of_Mississippi URL and update version of SVG asset. by rmistry · 8 years ago
- f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
- e14e226 Tweak valgrind suppressions for intentional leaks. by mtklein · 8 years ago
- 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
- d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
- e839e78 quad and conic do not intersect by caryclark · 8 years ago
- 02526bd Fix SkDrawTextBlobCommand null blob crash by fmalita · 8 years ago
- 896ddb7 565 is not this important. by mtklein · 8 years ago
- 95573e4 Fix SVG flag iOS linking by fmalita · 8 years ago
- 6270e55 Add ContextOptions field to SkCommandLineConfigGpu by csmartdalton · 8 years ago
- 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
- 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
- 3eee9d9 SkPDF: SkShaper_primitive uses new textblob API by halcanary · 8 years ago
- de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
- 81a478c Skip adding coincident edges found by caryclark · 8 years ago
- 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
- 2b3c2a3 GN: add sanitize arg by mtklein · 8 years ago
- 57d6965 Further increase run_benchmark timeout by Ravi Mistry · 8 years ago
- 8016b26 interpolation of coincidence must be local to a single span by caryclark · 8 years ago
- d9ee597 Add some required packages to tools/install_dependencies.sh by tikuta · 8 years ago
- 67f6636 Remove tsan.supp. by mtklein · 8 years ago
- 3ed1897 Try removing Ganesh suppression. by mtklein · 8 years ago
- e01295c Lift SkString TSAN suppression, to see what yells. by mtklein · 8 years ago
- b987afa Remove empty {lsan,ubsan}.supp files. by mtklein · 8 years ago
- 0590fa5 Build LSAN suppressions into the test binaries. by mtklein · 8 years ago
- 30b9fdd pathops coincident work by caryclark · 8 years ago
- 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
- 580fa59 In VulkanWindowContext add check to see if ganesh changed the layout of the image. by egdaniel · 8 years ago
- 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
- cd01b03 GN: add sources_when_disabled to optional by mtklein · 8 years ago
- 4f0a23a SkTextBlob: Begin implementing Extended TextBlob API by halcanary · 8 years ago
- fd7f867 Increase run_benchmarks timeout because the two Chromium page sets can take a while by rmistry · 8 years ago
- 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
- 0ac1bec Add width, height, unique ID, alpha to debugger DrawImageCommand by msarett · 8 years ago
- e3031b6 Update ANGLE to latest as of August 25, 2016 by brianosman · 8 years ago
- 1c9f55b Do not spam the debugging information by liyuqian · 8 years ago
- f412f09 SkDrawCommand: hinting by halcanary · 8 years ago
- f419781 update Android auto-detection. by mtklein · 8 years ago
- e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
- 23d2458 Fix touch event parameter order by liyuqian · 8 years ago
- a629166 Build command buffer with is_component_build=false by borenet · 8 years ago
- ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
- bf63e61 Add mssa configs for vulkan, and simple bug fix by egdaniel · 8 years ago
- 300178b Only open X Display once for all test GLX contexts by bsalomon · 8 years ago
- 90b5cc3 Improvements to build_command_buffer.py by bsalomon · 8 years ago
- f5fe4b5 Fix crash in viewer on certain android devices by egdaniel · 8 years ago
- 8c67ebe Clean up Xlib viewer by jvanverth · 8 years ago
- d71fe83 Update VERSION of "svg" asset. by rmistry · 8 years ago
- 80e38ac Add more error printing to know why command buffer lib failed to load. by bsalomon · 8 years ago
- f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
- d8a620b SVG tool that downloads SVGs from a txt file into a specified dir by rmistry · 8 years ago
- a489e3f Add RasterWindowContext_mac by jvanverth · 8 years ago
- fc3ea41 Check more GLES versions when creating context by martina.kollarova · 8 years ago
- 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
- 1413d52 Speculative fix for SKP partner-dir upload by borenet · 8 years ago
- 401c196 Add new GM for occluded blurmask filter draws by robertphillips · 8 years ago
- 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
- 538d5b6 Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes by borenet · 8 years ago
- 276d328 Add new bench for occluded blurmaskfilter draws by robertphillips · 8 years ago
- ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
- 13cba49 SkShaper: optionally disable harfbuzz by halcanary · 8 years ago
- 9e3d3d8 Fix fake_specs.py, update recipe expectation by borenet · 8 years ago
- 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- 5dbd274 gn: fix fiddle by mtklein · 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
- 86baf3d Fix build_command_buffer for Windows by borenet · 8 years ago
- b6aafe6 Fix Chrome build for RecreateSKPs and CommandBuffer bots for GYP->GN by borenet · 8 years ago
- 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
- f5b675e Stop running nanobench on Test.*Debug bots by borenet · 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
- 4e41364 Add another GM to skip in serialize mode. by mtklein · 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
- 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
- 20c27d6 Make coverage.py optional for dm and nanobench _flags.py by mtklein · 8 years ago
- 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
- 4484d6a Remove unused render target members from GL and VK sk_app::WindowContext classes by bsalomon · 8 years ago
- a26efc9 Include NVPR configs in dm runs on TegraX1 by csmartdalton · 8 years ago
- 0634317 GN: fix mac build again by mtklein · 8 years ago
- 1c58696 Remove unused sk_app::WindowContext::presentRenderSurface by bsalomon · 8 years ago
- b8794cc Enable backend switching for Windows Viewer by jvanverth · 8 years ago
- 25c81d4 GN: dm by mtklein · 8 years ago
- 7d10b9f GN: fixes for Mac by mtklein · 8 years ago
- cb571e1 Rename textual includes as *.inc. by benjaminwagner · 8 years ago
- ccde4ab SW backend for viewer on Windows by bsalomon · 8 years ago
- 735109c Add gyp define to enable vulkan debug layers by egdaniel · 8 years ago
- 7fd93e3 Start measuring f16 and srgb speed. by mtklein · 8 years ago
- 6c471f7 Add sw support to viewer on Linux. by bsalomon · 8 years ago
- 1b51e0e Move SkJSONCPP.h to tools. It tool-only. by mtklein · 8 years ago
- d1bdd1f Use Windowing system-specific WindowContext factories. by bsalomon · 8 years ago
- 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
- eeb4c38 Don't unnecessarily resize windows in sk_app on X by bsalomon · 8 years ago