- 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
- 5f3b0e0 Limit the size of descriptor pools in vulkan by egdaniel · 9 years ago
- eadf3cf [4fGradient] Veto blitters for non-opaque paints by fmalita · 9 years ago
- 78daeff SkPDF Fix PDF/A to be more valid by halcanary · 9 years ago
- 3d6ed3a Some more improvements/fixes to the VulkanViewer by jvanverth · 9 years ago
- 3123981 Add support for pyadb to setup_adb.sh by kjlubick · 9 years ago
- 8af936d Fix a bunch of memory issues in Vulkan by egdaniel · 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
- 8cd4a24 SkPDF: fix PDF/A by halcanary · 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
- 303c979 Use a faster repeat tiler when translate only matrix. by herb · 9 years ago
- ef0c10c Fix vulkan layer callback bug by egdaniel · 9 years ago
- 11171f3 Update MagnifierImageFilter to sk_sp by robertphillips · 9 years ago
- 32f7782 sRGB text fake-gamma progress: by brianosman · 9 years ago
- 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 9 years ago
- 6e077e1 Mark webps as sRGB by msarett · 9 years ago
- 11064df Fix lazy coding in ViaSingletonPictures. by mtklein · 9 years ago
- deacc97 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
- 48156ed path_stroke_with_zero_length: turn off drawFat() by default. by mtklein · 9 years ago
- 758586c Make existing unit tests only run on GL contexts by bsalomon · 9 years ago
- 9e65f93 alternate textblobgeometrychange fix... just make our own surface if needed by mtklein · 9 years ago
- b4aa362 Switch uniforms to be descriptor set 0 in Vulkan by egdaniel · 9 years ago
- a957b8a Fix null context GenBuffers by cdalton · 9 years ago
- 3d72c09 Remove conditional flavor text on blend GM. by mtklein · 9 years ago
- 083b869 Register SkLocalMatrixImageFilter for serialization. by mtklein · 9 years ago
- 9fab59d Clean up input handling in VulkanViewer by jvanverth · 9 years ago
- b007019 More iOS swarming bot fixes by borenet · 9 years ago
- 3ddf967 Alter dm_flags.py logic flow for certain configs to be subtractive by bsalomon · 9 years ago
- 4693a17 cubic stroke fix by caryclark · 9 years ago
- c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 9 years ago
- 885b677 Add exclusion for keymobi_shop_mobileweb_ebay_com.skp on N5 by bsalomon · 9 years ago
- fc0f44a Update DownSampleImageFilter to sk_sp by robertphillips · 9 years ago
- 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago
- 1817d28 Add mipmap procs for F16 format. by brianosman · 9 years ago
- 4334ff2 Enable RAW codec for Windows by yujieqin · 9 years ago
- 8c13cd1 Another NDK release. Still just bug fixes. by mtklein · 9 years ago
- 9f37246 First pass at VulkanViewer by jvanverth · 9 years ago
- 52b88cc "Fix" compiler issue in SkRandomScalerContext by robertphillips · 9 years ago
- ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 9 years ago
- 77304a5 Get back on mainline libpng 1.6 now that 3bpp perf patches are merged. by mtklein · 9 years ago
- f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 9 years ago
- 4319593 Do an in-place replacement of SkRandom with Fuzz for FilterFuzz by kjlubick · 9 years ago
- 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 9 years ago
- d32eac2 Set 'device_cfg' parameter for iOS bots by borenet · 9 years ago
- be243d4 Revert of Delete SkFlattenable::Type (part 1) (patchset #1 id:1 of https://codereview.chromium.org/1861013002/ ) by msarett · 9 years ago
- 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 9 years ago
- 235cbf2 Create output directory in skdiff by brianosman · 9 years ago
- 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 9 years ago
- 3a15fd4 Fix vulkan dual source blending by egdaniel · 9 years ago
- f3261af Remove 'native' context unit test macro. by bsalomon · 9 years ago
- fea7de6 Reland of Whitespace change to test Bugdroid+AutoRoll (patchset #1 id:1 of https://codereview.chromium.org/1861713002/ ) by borenet · 9 years ago
- 6b63536 Delete SkFlattenable::Type (part 1) by msarett · 9 years ago
- fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 9 years ago
- b8797bb Add predfined configs for msaa4, nvpr4, nvpr4dit, and srgb that explictly use OpenGL rather than GLES and use them on the X1 bot by bsalomon · 9 years ago
- 50cff2c Add valgrind suppression file to infrabots.isolate by rmistry · 9 years ago
- cd76ae5 Revert of Whitespace change to test Bugdroid+AutoRoll (patchset #1 id:1 of https://codereview.chromium.org/1856373003/ ) by borenet · 9 years ago
- 0adac46 Do not set do_perf_steps for Build-Ubuntu-GCC-x86_64-Release-SwarmingValgrind by rmistry · 9 years ago
- 5c5cfe2 give up if huge paths have unresolvable coincidence by caryclark · 9 years ago
- 3b59738 Revert of Add predfined configs for msaa4, nvpr4, nvpr4dit, and srgb that explictly use OpenGL rather than GL… (patchset #3 id:40001 of https://codereview.chromium.org/1853103003/ ) by bsalomon · 9 years ago
- 17b8925 Implement blit image for copySurface in Vulkan by egdaniel · 9 years ago
- 74cb44d Add predfined configs for msaa4, nvpr4, nvpr4dit, and srgb that explictly use OpenGL rather than GLES and use them on the X1 bot by bsalomon · 9 years ago
- 59dc542 remove avoid and pixelxor xfermodes by reed · 9 years ago
- 74f047b Whitespace change to test Bugdroid+AutoRoll by borenet · 9 years ago
- 6a93fa1 Fix failed filter followed by an affects-transparent-black filter. by senorblanco · 9 years ago
- 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 9 years ago
- 99d9231 Delete SkFlattenable::Type by msarett · 9 years ago
- c19201f Roll up to use >=4. by mtklein · 9 years ago