- 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
- d0c57a5 Fixes for iOS Swarming bot by borenet · 9 years ago
- 3c4521a Fix ParseConfigs_OutParam tests by halcanary · 9 years ago
- 85ad730 Point libpng at upstream libpng 1.6 + my new perf patch. by mtklein · 9 years ago
- 4ba94e2 Switch internal testing ImageFilters over to new onFilterImage interface by robertphillips · 9 years ago
- 8ef9108 Revert of added GrMSAAPathRenderer (patchset #9 id:160001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 9 years ago
- b0fabd4 added GrMSAAPathRenderer by ethannicholas · 9 years ago
- af0ba65 Add SK_API to SkROBuffer::Iter by scroggo · 9 years ago
- efdfd51 switch maskfilters to sk_sp by reed · 9 years ago
- 175cf0e Switch SkDownSampleImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- c03afd6 Revert of added GrMSAAPathRenderer (patchset #8 id:140001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 9 years ago
- b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 9 years ago
- 47a2dc8 added GrMSAAPathRenderer by ethannicholas · 9 years ago
- 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 9 years ago
- 94b87bd DM/PDF: stop adding unused rasterizer keywords by halcanary · 9 years ago
- b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 9 years ago
- aee62f5 Revert of Switch SkDownSampleImageFilter over to new onFilterImage interface (patchset #6 id:100001 of https://codereview.chromium.org/1851583002/ ) by robertphillips · 9 years ago
- 43c2ad4 Update internal testing ImageFilters to sk_sp by robertphillips · 9 years ago
- 33550da Switch SkDownSampleImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 9 years ago
- 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
- cf9bafc Update SKP version by update-skps · 9 years ago
- 18c0097 check for bad params sent to discrete patheffect by reed · 9 years ago
- 6db0a7b Image filters: optimize crop rect application. by senorblanco · 9 years ago
- 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 9 years ago
- 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 9 years ago
- 895f3f0 SkPDF: properly dedup bitmaps in shaders by halcanary · 9 years ago
- 389666b SkPDF: PDFShader does not hold images/bitmaps by halcanary · 9 years ago
- f624204 Update SkAlphaThresholdFilter to sk_sp by robertphillips · 9 years ago
- 8f1dcaa Update vulkan format features in caps. by egdaniel · 9 years ago
- 549c899 Update SkImageSource to sk_sp by robertphillips · 9 years ago
- f270029 Fix padding bug in SkTileImageFilter. by senorblanco · 9 years ago
- 2f538e9 Delete duplicate null GL interface implementation by bsalomon · 9 years ago
- b60c337 Initialize variable to appease compiler warning by egdaniel · 9 years ago
- c770b75 Respect build type arg in build_shaderc.py by bsalomon · 9 years ago
- 4eb4964 Revert of Switch SkDownSampleImageFilter over to new onFilterImage interface (patchset #2 id:20001 of https://codereview.chromium.org/1851583002/ ) by robertphillips · 9 years ago
- 7c62b47 Restore Vulkan setup code accidentally reverted in GrContextFactory.cpp by bsalomon · 9 years ago
- cafbfe6 Support for Android Swarming bots by borenet · 9 years ago
- 08541d5 Switch SkMatrixImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- daa9da4 Switch SkDownSampleImageFilter over to new onFilterImage interface by robertphillips · 9 years ago
- 31dcc2a Add SK_SUPPORT_LEGACY_IMAGEFILTER_PTR to public.bzl DEFINES to fix build. by benjaminwagner · 9 years ago
- 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 9 years ago
- 38d68bc In public.bzl, change file locations after https://codereview.chromium.org/1815823002 by benjaminwagner · 9 years ago
- 0fba3b9 sk_sp for SkCanvas::drawAnnotation() by mtklein · 9 years ago
- 92d4883 fix typo: add missing const by mtklein · 9 years ago
- e5adad4 Add CreatePlatformGLTestContext_none.cpp for Google3 build by bsalomon · 9 years ago
- 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 9 years ago
- 4d51f64 Fix compilation of GLTestContext_angle.cpp" by Brian Salomon · 9 years ago
- 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 9 years ago
- a5598a4 Fiddle: update to new GrGLAssembleInterface API by halcanary · 9 years ago
- ca9206e Revert of Add unit repeat tiler (patchset #4 id:60001 of https://codereview.chromium.org/1837893004/ ) by robertphillips · 9 years ago
- 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 9 years ago
- 062bd86 Expose GrGLAssembleInterface by bsalomon · 9 years ago
- 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 9 years ago
- 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 9 years ago
- 865a289 Add unit repeat tiler. by herb · 9 years ago
- 5a59a42 Add 'P' to SampleApp to cycle through pixel geometries. by bungeman · 9 years ago
- d19d83c Remode dead code from SkReadBuffer by msarett · 9 years ago
- 9db0427 Image filters: fix crop rect application in SkXfermodeImageFilter. by senorblanco · 9 years ago
- 2ae4b2e Fix Vulkan tests after GrContextFactory move to sk_gpu_test by kkinnunen · 9 years ago
- dda239e SkPDF: Use Pathops clipping by halcanary · 9 years ago
- ad5dcd1 SkPDF: Make magic make sense by halcanary · 9 years ago
- b90e67f Update shaderc to ToT. by egdaniel · 9 years ago
- 1263448 Make SkRandom::next[US]Fixed1 private; update documentation for SkRandom::nextSScalar1. by benjaminwagner · 9 years ago
- cce19c8 Fix C4334 warning about 32-bit shift assigned to 64-bits by brucedawson · 9 years ago
- 142659c Make skgputest target depend on gl/glx/glu or egl/gles2 libs on linux by Brian Salomon · 9 years ago
- 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
- 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 9 years ago
- 3243143 SkPDF: SkTypeface::openStream could return nullptr by halcanary · 9 years ago
- 491fb17 Update SkComposeImageFilter to sk_sp by robertphillips · 9 years ago
- d632bb4 Enable dual source blending for Vulkan by egdaniel · 9 years ago
- 128245c Correct png inverse gAMA when parsing color space by msarett · 9 years ago
- 61d3b08 Enable gpusrgb config on bots. by brianosman · 9 years ago
- 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 9 years ago
- fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
- b4a7f14 DM: allow vias to work with PDF backend by halcanary · 9 years ago
- 7c9c4a7 Force include test to run on every compile. by djsollen · 9 years ago
- 40d8d62 Update Morphology image filter to store its type by robertphillips · 9 years ago