- 868d52b Make SkColorSetA() a constexpr function. by Lei Zhang · 8 years ago
- cf20f78 Convert Sk4fGradientInterval to (bias, factor) format by Florin Malita · 8 years ago
- dd20e91 Allow Vulkan to upload to main mip level without uploading to all levels. by Greg Daniel · 8 years ago
- 149e42e make SkAutoTMalloc self-move safe by Mike Klein · 8 years ago
- 266dcb0 SkTypeface:: populate_glyph_to_unicode uniformly across platforms by Hal Canary · 8 years ago
- 40de6da jumper, byte_tables + byte_tables_rgb by Mike Klein · 8 years ago
- 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 8 years ago
- 45cde31 SkMultiPictureDocument : clean up MultiPictureDocumentReader interface by Hal Canary · 8 years ago
- bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 8 years ago
- 2d61e71 Simplify subset computation in SkGifImageReader by Leon Scroggins III · 8 years ago
- 28f5b77 stop disabling threadsafe statics by Mike Klein · 8 years ago
- 10ad80b Fix missing valgrind.supp in recipe-bundled tasks by Eric Boren · 8 years ago
- cb6f398 Add ChromeOS Test/Perf jobs and recipe changes by Kevin Lubick · 8 years ago
- 3390cdf SkTypeface_win_dw: populate_glyph_to_unicode uses lowest unichar by Hal Canary · 8 years ago
- ca878cc simplify SkRRect serialization by Mike Klein · 8 years ago
- 3a1ad6f Try disabling MSAN workarounds in SkJpegCodec by Mike Klein · 8 years ago
- 23a6ec6 Reland: Use bundled recipes for all test/perf tasks by Eric Boren · 8 years ago
- 5f055f0 jumper, gather_f16 by Mike Klein · 8 years ago
- 7d3d872 jumper, gather_i8 by Mike Klein · 8 years ago
- b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 8 years ago
- 21bd3e4 jumper, more gathers by Mike Klein · 8 years ago
- 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 8 years ago
- 7754ccc Specialize boxBlur(Interp) based on 'transpose' parameter by Hans Wennborg · 8 years ago
- 46a45ba Revert "Manual revert: Add support for writing ICC profiles to webp encoder" by Matt Sarett · 8 years ago
- dec4ea8 jumper, gather_8888 by Mike Klein · 8 years ago
- d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 8 years ago
- cf1b022 tweaks to make gather_* easier in SkJumper by Mike Klein · 8 years ago
- 3b80558 jumper, turn off a few fancy features by Mike Klein · 8 years ago
- 42ce38f make copyTo_with_allocator android only by Mike Reed · 8 years ago
- 2e2b27f Commit the patch before bundling recipes by Eric Boren · 8 years ago
- 60cd57e Factor out common work in readSurfacePixels and writeSurfacePixels by Brian Osman · 8 years ago
- 6ff6af9 handle odd-index-count in encode/decode by Mike Reed · 8 years ago
- 372bc4e fix 36605271 by Cary Clark · 8 years ago
- 085bf7c Revert "Remove CPU dimension for Win GCE bots" by Eric Boren · 8 years ago
- 14987eb jumper, add load_f32() by Mike Klein · 8 years ago
- 8a823fa jumper, kill off F4 by Mike Klein · 8 years ago
- de2e384 jumper, only print non-zero counts by Mike Klein · 8 years ago
- 4293a1e Manual revert: Add support for writing ICC profiles to webp encoder by Matt Sarett · 8 years ago
- e2a3f5f Add Windows tester to the CQ by Eric Boren · 8 years ago
- 25bf350 Remove CPU dimension for Win GCE bots by Eric Boren · 8 years ago
- bf826af Do nondeterministic FP testing on iOS by Brian Osman · 8 years ago
- 7da7fe6 Revert "SpecialImageTest no longer fails on GalaxyS6." by Ben Wagner · 8 years ago
- 9d9172f remove legacy vertices flag and code by Mike Reed · 8 years ago
- dc57b5d remove SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF flag and code by Mike Reed · 8 years ago
- 6276a7c Revert "Use bundled recipes on all Test/Perf tasks" by Eric Boren · 8 years ago
- 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 8 years ago
- e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
- 43b9c6b Use bundled recipes on all Test/Perf tasks by Eric Boren · 8 years ago
- 093cb35 SpecialImageTest no longer fails on GalaxyS6. by Ben Wagner · 8 years ago
- e5f6679 Update MotoG4 to NPJ25.93-14. by Ben Wagner · 8 years ago
- c0e52f4 Fix the size check for the drawBitmap fast-path in SkBitmapDevice::drawBitmapRect. It would fail when the source rectangle had a non-zero offset, in which case it would compare the source rectangle with the offset to the extracted bitmap size, which always fails. The only thing that should matter is that the source rectangle and extract bitmap have the same size, since the offset gets added onto the matrix. by lsalzman · 8 years ago
- 45dcc0c Fix gather_uninteresting_hashes() by Mike Klein · 8 years ago
- 7abfb5e SkImageEncoder: Be more lenient on inputs by Matt Sarett · 8 years ago
- 3dbef9f Revert "Revert "Add support for writing ICC profiles to webp encoder"" by Matt Sarett · 8 years ago
- 1a26ba9 Fix MSAN error in test by Matt Sarett · 8 years ago
- e87d778 Revert "Add support for writing ICC profiles to webp encoder" by Jim Van Verth · 8 years ago
- 4f783f8 restore old api for android to unblock roll by Mike Reed · 8 years ago
- 0c9d0b4 Add support for writing ICC profiles to webp encoder by Matt Sarett · 8 years ago
- 7125ac6 jumper, to_2dot2 and from_2dot2 by Mike Klein · 8 years ago
- d9836f4 Fix various SkBitmap::copyTo() bugs by Matt Sarett · 8 years ago
- 2d2ac3d remove trace and registers stages by Mike Klein · 8 years ago
- 3146bb9 jumper, load_u16_be and store_u16_be by Mike Klein · 8 years ago
- 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
- 1987366 Delete SkPixelRef::readPixels() by Matt Sarett · 8 years ago
- 45a00ce remove android legacy flags by Mike Reed · 8 years ago
- 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 8 years ago
- ea07652 Use the rounded text size for gasp. by Ben Wagner · 8 years ago
- 4ebb43e hide most details of SkPatchUtils by Mike Reed · 8 years ago
- ee80532 Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
- aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
- babb101 Move iOS app packaging to the cloud by Stephan Altmueller · 8 years ago
- cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 8 years ago
- 944feea Avoid trans-coding images with gamma 2.2 by Brian Osman · 8 years ago
- 740092e Delete SkPixelRefFactory by Matt Sarett · 8 years ago
- fa6eb91 finish up load4/store4 refactoring by Mike Klein · 8 years ago
- 33aa2c7 Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 8 years ago
- bf17eec Change PRESUBMIT.py to use [Get|Update]DescriptionLines by Eric Boren · 8 years ago
- 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
- 1cfcf2b remove SK_SUPPORT_LEGACY_PAINT_TEXTDECORATION by Mike Reed · 8 years ago
- fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
- be5387b Remove Tab3 from pool by Kevin Lubick · 8 years ago
- 261ea19 Add recipe to build for Asus Flip Chromebook by Kevin Lubick · 8 years ago
- 8653e97 remove legacy canvas helpers by Mike Reed · 8 years ago
- 1201896 remove g3 flag by Mike Reed · 8 years ago
- 0721fe9 Revert incorrect change to GrCoverageSetOp test factory by Brian Salomon · 8 years ago
- 72e551e Support Canvas Clip on Blit Framebuffer by Eric Karl · 8 years ago
- fc0e96e Revert "Finish up mip opts: 2x3 and 3x2" by Matt Sarett · 8 years ago
- 35ffbe6 Revert "Update clang linux to release_40" by Mike Klein · 8 years ago
- a076d87 Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case. by Brian Salomon · 8 years ago
- a08104a Update clang linux to release_40 by Kevin Lubick · 8 years ago
- e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 8 years ago
- 9e4d511 remove -mdspr2 by Mike Klein · 8 years ago
- 793dccf remove canvas-helpers flag for android by Mike Reed · 8 years ago
- 95f53be jumper, split store_f16 into to_half, store4 by Mike Klein · 8 years ago
- 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
- 8b3f9e6 Bundle recipes for use on RPi by Eric Boren · 8 years ago
- ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
- 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
- 114e6b3 jumper, factor out load4() and from_half() by Mike Klein · 8 years ago
- 88ec28e Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 8 years ago