- 2ba7099 Add GM to test drawing atlas case by joshualitt · 9 years ago
- 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
- 8f4fe37 some catchup CL revisions by reed · 9 years ago
- abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
- 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
- d5b7563 add SkImage::NewFromPicture and a GM to test it by reed · 9 years ago
- 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago
- ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 9 years ago
- e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
- fb1141a Don't pass pipeline to GrBatch::generateGeometry() by bsalomon · 9 years ago
- d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
- 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- 1dedc3d SkPictureImageGenerator by fmalita · 9 years ago
- 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
- c41f4d6 Fix elliptical rrect clip shaders for large radii on devices with mediump by bsalomon · 9 years ago
- df0c557 Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
- e494a58 Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/) by joshualitt · 9 years ago
- 801823b Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
- d45fb5a Add BW masks to random scaler context by joshualitt · 10 years ago
- 2a6f747 Revert of Add BW masks to random scaler context (patchset #1 id:1 of https://codereview.chromium.org/1270793003/) by joshualitt · 10 years ago
- a4a5306 Add BW masks to random scaler context by joshualitt · 10 years ago
- 44c4851 adding gm to use random scaler context by joshualitt · 10 years ago
- 80a1c54 C API: remove dead code, simplify boilerplate by halcanary · 10 years ago
- d164a71 Revert of adding gm to use random scaler context (patchset #4 id:60001 of https://codereview.chromium.org/1268853008/) by joshualitt · 10 years ago
- 853336c adding gm to use random scaler context by joshualitt · 10 years ago
- a9652ac Address some SkLightingShader TODOs by robertphillips · 10 years ago
- 159fa57 linear gradient with stops discretized gm by caryclark · 10 years ago
- 1864bfa add radial gradient hard stop test by caryclark · 10 years ago
- 640898f Update SkLightingShader to take a localMatrix by robertphillips · 10 years ago
- 5f865b9 Move LightingShader to effects by robertphillips · 10 years ago
- f1f8bd5 fix dstreadshuffle text portable gm by caryclark · 10 years ago
- 1259601 make tests portable by using 565 compatible colors by caryclark · 10 years ago
- efa1ece gm missed portable text in textblobshader by caryclark · 10 years ago
- 66fb63f gm fix missed portable gm text in samplerstress by caryclark · 10 years ago
- f597c42 make pixelsnap textblob* etc gm portable by caryclark · 10 years ago
- 20dac88 mixed text blobs really draws LCD by joshualitt · 10 years ago
- 1818acb rename portable_typeface_always to portable_typeface by caryclark · 10 years ago
- 3721355 make fontscalar gammatext lcdtext typeface verttext2 gm portable by caryclark · 10 years ago
- 29ccdf8 Fix Ganesh drawAtlas bug with quad colors by robertphillips · 10 years ago
- ba9757a make dftext gm not overlap itself by caryclark · 10 years ago
- 1b31402 make fontcache textblob gm portable by caryclark · 10 years ago
- a0170f1 make dftext the same on Linux and Android by caryclark · 10 years ago
- 3b0f98e fix typeface leak by caryclark · 10 years ago
- 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 10 years ago
- e59524d make mixedtextblobs gm portable by caryclark · 10 years ago
- c3dcb67 make color emoji gm portable by caryclark · 10 years ago
- ae3714f make varied_text* gm portable by caryclark · 10 years ago
- 0278197 Run noise shader separately in imagefiltersclipped by jvanverth · 10 years ago
- 4ec1ac6 make xfermode* portable by caryclark · 10 years ago
- 1340039 Add Rec709 YUV color space support to GrYUVtoRGBEffect. by rileya · 10 years ago
- 6531c36 Generate platform specific fontmgr gm. by caryclark · 10 years ago
- 85693c1 make stroketext textblob* texteffects tileimagefilter gm portable by caryclark · 10 years ago
- d76665d Reland "SkPDF: Annotations are clipped by canvas clip stack." by wangxianzhu · 10 years ago
- 97a26d0 make drawbitmaprect lighting lumafilter matrixconvolution srcmode gm portable by caryclark · 10 years ago
- dfcb7ab make arithmode bigtext colortype* degeneratesegments gm portable by caryclark · 10 years ago
- 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 10 years ago
- 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 10 years ago
- ef14cb3 make glyph_pos imageblur* largeglyphblur portable by caryclark · 10 years ago
- d2ce185 make imagefilters* imagemagnifier imageresizetiled portable by caryclark · 10 years ago
- dbe1e6f Give GrBatch a pointer to GrPipeline by joshualitt · 10 years ago
- 3e5f555 Various GL testing fixes by jvanverth · 10 years ago
- 0df62e3 Revert of Give GrBatch a pointer to GrPipeline (patchset #1 id:1 of https://codereview.chromium.org/1237283007/) by joshualitt · 10 years ago
- 1170a12 Give GrBatch a pointer to GrPipeline by joshualitt · 10 years ago
- 5f7f428 increase gm offsetimagefilter stroke width by caryclark · 10 years ago
- 767d273 Replace buggy_blend_modes GM with an exhaustive test. by mtklein · 10 years ago
- 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 10 years ago
- 18a240d make *imagefilter morphology iamge bitmapsource gm portable by caryclark · 10 years ago
- e148ac5 make strokefill gm portable by caryclark · 10 years ago
- 5df0575 make gradtext quadpaths gm portable by caryclark · 10 years ago
- 3aaa0db make colorwheelnative displacement dropshadowimagefilter getposttextpath gm portable by caryclark · 10 years ago
- cae3ca6 make path-reverse gm portable by caryclark · 10 years ago
- 108b5b2 make linepaths gm portable by caryclark · 10 years ago
- 001ceb7 remove funkster from dcshader gm by caryclark · 10 years ago
- 8895792 Rename backing texture testing routines by jvanverth · 10 years ago
- a5517e2 add src-rect-constraint to drawImageRect by reed · 10 years ago
- 3d32d76 Add new SkPoint3 class by robertphillips · 10 years ago
- 7aa1899 use portable typeface by caryclark · 10 years ago
- e20633e Add a GM that reproduces layout test failures with my new xfermode code. by mtklein · 10 years ago
- 1e545b6 make gm text and colors portable by caryclark · 10 years ago
- 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 10 years ago
- 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 10 years ago
- f059900 Fix up -Winconsistent-missing-override by mtklein · 10 years ago
- 2e09660 make convex poly clip portable by caryclark · 10 years ago
- 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 10 years ago
- 1c84634 add runtime option to provide data->imagegenerator factory by reed · 10 years ago
- 5f10b5c More threading of GrProcessorDataManager by joshualitt · 10 years ago
- 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 10 years ago
- 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 10 years ago
- b245605 more threading of GrShaderDataManager by joshualitt · 10 years ago
- 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 10 years ago
- a8db728 add matrix options to drawDrawable by reed · 10 years ago
- d2baa90 Make sp- via support SkDrawables; add a GM to test it. by mtklein · 10 years ago
- 5617900 add SkImage::NewFromBitmap by reed · 10 years ago
- d312dca Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1207353004/) by robertphillips · 10 years ago
- 8355100 Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1219193002/) by jvanverth · 10 years ago
- ebaf6a6 Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #2 id:30001 of https://codereview.chromium.org/1210053003/) by bsalomon · 10 years ago
- 2766c00 remove SkInstCnt by mtklein · 10 years ago
- 46043ee Kill mixedxfermodes by mtklein · 10 years ago
- 157bcd0 Fix SkTileImageFilter clipping/cropRect interaction issue by robertphillips · 10 years ago