| Commit message (Expand) | Author | Age |
* | gm: s/SkAutoTUnref/sk_sp/ | Hal Canary | 2016-11-07 |
* | remove xfermode from public api | Mike Reed | 2016-10-28 |
* | Rename GrDrawContext to GrRenderTargetContext | Brian Osman | 2016-10-27 |
* | Replace a lot of 'static const' with 'constexpr' or 'const'. | mtklein | 2016-09-01 |
* | Move GrFixedClip into src directory | csmartdalton | 2016-08-19 |
* | Introduce GrColorSpaceXform, for gamut conversion on textures | brianosman | 2016-07-18 |
* | Convert GrClip to an abstract base class | cdalton | 2016-05-13 |
* | Minor GrRenderTarget retraction | robertphillips | 2016-05-11 |
* | Clean up test drawContext usage | robertphillips | 2016-04-28 |
* | Bring sk_sp to GrDrawContext | robertphillips | 2016-04-27 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | Move Budgeted enum out of SkSurface, use in GrTextureProvider | bsalomon | 2016-02-25 |
* | Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc... | bsalomon | 2016-02-25 |
* | Move Budgeted enum out of SkSurface, use in GrTextureProvider | bsalomon | 2016-02-25 |
* | GrDrawContext now holds GrRenderTarget pointer | robertphillips | 2015-10-15 |
* | GM: replace boilerplate with macros | halcanary | 2015-09-09 |
* | Limit lifetime of GrDrawContext objects | robertphillips | 2015-09-01 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Split drawing functionality out of GrContext and into new GrDrawContext | robertphillips | 2015-05-26 |
* | This replaces the texture creation/caching functions on GrContext with a GrTe... | bsalomon | 2015-04-30 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | I'd really like to land this before the branch so speedy reviews are apprecia... | joshualitt | 2015-02-25 |
* | Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c... | joshualitt | 2015-02-25 |
* | I'd really like to land this before the branch so speedy reviews are apprecia... | joshualitt | 2015-02-25 |
* | Pass Rendertarget into context. | joshualitt | 2015-02-18 |
* | One createTexture function, attempt to recycle scratch in createTexture. | bsalomon | 2015-02-06 |
* | Add standard way to indicate GM is GPU-only. | bsalomon | 2015-01-31 |
* | remove unused GM flags | mtklein | 2015-01-23 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Cleanup: Another round of override fixes. | tfarina | 2014-12-20 |
* | remove view matrix from context | joshualitt | 2014-12-17 |
* | Make all blending up to GrOptDrawState be handled by the xp/xp factory. | egdaniel | 2014-12-09 |
* | Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact... | egdaniel | 2014-12-08 |
* | Make all blending up to GrOptDrawState be handled by the xp/xp factory. | egdaniel | 2014-12-08 |
* | rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags | bsalomon | 2014-10-28 |
* | Patch to create a distinct geometry processor. The vast majority of this patch | joshualitt | 2014-09-23 |
* | Make GrCacheable implement its own ref counting. | bsalomon | 2014-07-21 |
* | Cleanup: Get rid of make_isize() function from gm.h. | tfarina | 2014-06-09 |
* | support direct writing to top layer, and hide getTopLayer() | reed@google.com | 2014-03-12 |
* | Implement a benchmark for GrResourceCache | commit-bot@chromium.org | 2013-11-21 |
* | texdata gm: allocate gTextureData on the heap. | commit-bot@chromium.org | 2013-10-16 |
* | Spin off incidental changes from DM CL (22839016). | commit-bot@chromium.org | 2013-10-14 |
* | Have GMs read the GrContext via a setter/getter rather than a global. | mtklein@google.com | 2013-09-16 |
* | Remove GrRefCnt.h in favor of SkRefCnt.h | commit-bot@chromium.org | 2013-09-09 |
* | Split SkDevice into SkBaseDevice and SkBitmapDevice | robertphillips@google.com | 2013-08-29 |
* | Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu... | robertphillips@google.com | 2013-08-20 |
* | Split SkDevice out of SkBitmapDevice | robertphillips@google.com | 2013-08-20 |
* | Replace all instances of GrRect with SkRect. | commit-bot@chromium.org | 2013-07-17 |
* | Make GrPaint have a variable sized array of color and coverage stages rather ... | commit-bot@chromium.org | 2013-07-13 |
* | Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen... | commit-bot@chromium.org | 2013-06-26 |