- 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
- 5869ea9 Fully remove coord transform precision code by Brian Osman · 8 years ago
- 8540acc remove flag to see if its used in g3 by Mike Reed · 8 years ago
- 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 8 years ago
- b9c4a6f Refactor and recomment SkJumper_stages.cpp. by Mike Klein · 8 years ago
- dbcb607 [cleanup] rename var in perf script to match sktest script by Ben Wagner · 8 years ago
- 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
- 2db3232 Fix Vulkan memory leak in MSAA by Greg Daniel · 8 years ago
- d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 8 years ago
- 8576014 Convert all coord transforms to high precision by Brian Osman · 8 years ago
- 5b1dba8 Support parametric transfer functions in SkImage_Raster::onMakeColorSpace() by Matt Sarett · 8 years ago
- 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
- b55dd55 Add SkThreadedBMPDevice for Threaded Raster Backend by Yuqian Li · 8 years ago
- 9442194 skslc now uses a more recent version of Flex by Ethan Nicholas · 8 years ago
- e684483 Avoid extra bitmap copies in SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
- d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
- dffe982 Revert "Revert "Revert "Allow FPs to elevate default precision for the entire fragment program""" by Brian Osman · 8 years ago
- 84c009f Remove kAsIs_CachedFormat by Brian Osman · 8 years ago
- b7bf09c jumper, drop Android NDK dependency by Mike Klein · 8 years ago
- e074b03 Update SKP version by UpdateSKPs · 8 years ago
- b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
- 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
- ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 8 years ago
- 65c74f1 Revert of fix size check for drawBitmap fast-path in SkBitmapDevice::drawBitmapRect (patchset #2 id:20001 of https://codereview.chromium.org/2089583002/ ) by mtklein · 8 years ago
- d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
- c8c1760 switched skslc to_string strategy after repeated problems on Android by Ethan Nicholas · 8 years ago
- 8cc718a added missing <inttypes.h> include by Ethan Nicholas · 8 years ago
- 6b1f024 Fix perf configs for ANGLE bots. by Ben Wagner · 8 years ago
- ea9bc0c 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
- ec53c63 Revert "Revert "Allow FPs to elevate default precision for the entire fragment program"" by Brian Osman · 8 years ago
- c6f5e10 fixed SPIR-V compilation error with unmodified variables by Ethan Nicholas · 8 years ago
- 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
- f809fef jumper, a couple simple loads and stores by Mike Klein · 8 years ago
- 15bf678 jumper, only ignore red zone on Windows by Mike Klein · 8 years ago
- 92a3661 Update NVidia Shields to NRD90M by Kevin Lubick · 8 years ago
- 903c3f7 Revert "Allow FPs to elevate default precision for the entire fragment program" by Brian Osman · 8 years ago
- 61b8416 jumper, caught up on blend modes by Mike Klein · 8 years ago
- ebf5acc Remove compiler bug workaround by Brian Osman · 8 years ago
- 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
- 43e5fd3 make build_stages a little less mtklein-centric by Mike Klein · 8 years ago
- f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 8 years ago
- 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 8 years ago
- 92d7cca Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 8 years ago
- 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
- f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
- 66b09ab jumper, another batch of blend modes by Mike Klein · 8 years ago
- aaca1e4 jumper, more blend modes by Mike Klein · 8 years ago
- 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 8 years ago
- e15a7b5 ok, most features can be vias by Mike Klein · 8 years ago
- e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
- 4fc7740 Respect xfer barriers in InstancedRendering::Op by Brian Salomon · 8 years ago
- 8517b4c tell Google3 we do not need executable stack by Mike Klein · 8 years ago
- 2f245be avoid deprecated SkRect::MakeFromIRect by Mike Klein · 8 years ago
- 9969e77 SkColorSpaceXformCanvas: setMatrix(), clipRect() in constructor by Matt Sarett · 8 years ago
- b48df27 Add more overrides to SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
- 0a64e32 Turn on SkJumper all the time, try 2. by Mike Klein · 8 years ago
- 8feeff9 fixed skslc SPIR-V memory error by Ethan Nicholas · 8 years ago
- c9807b8 Add Linux HD2000 jobs by Kevin Lubick · 8 years ago
- 1bc8508 Remove Galaxy J5 bot. by Ben Wagner · 8 years ago
- 609e7cc Add glPolygonMode support. by Jim Van Verth · 8 years ago
- 5f80485 make _win.S know if it's 64-bit by Mike Klein · 8 years ago
- bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 8 years ago
- 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 8 years ago
- cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 8 years ago
- b1f7653 Use the rounded text size for gasp. by Ben Wagner · 8 years ago
- 77f1edc Minor cleanup (remove unused GrRenderTargetContext::asTexture method) by Robert Phillips · 8 years ago
- 32ebaba Use correct tolerance for conic chopping in MSAA and default path renderers by Brian Salomon · 8 years ago
- 981108b Update instructions on Skia/Chromium multi try. by bungeman · 8 years ago
- 9aec894 Use last value for axis for variation position. by bungeman · 8 years ago
- a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
- 13071c5 Don't perform analysis twice in InstancedRendering::Op by Brian Salomon · 8 years ago
- 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 8 years ago
- d1443ef [recipes.cfg] Disable autoroller by Robert Iannucci · 8 years ago
- eeb3cb1 Reverse clamp logic in SkColorSpaceXform by Matt Sarett · 8 years ago
- 7c4af54 Don't export stage symbols. by Mike Klein · 8 years ago
- 8f7a9a9 565 color xforms: make sure we clamp if necessary by Matt Sarett · 8 years ago
- d7e06ae jumper, revert to generating .S files by Mike Klein · 8 years ago