Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
[platform/upstream/libSkiaSharp.git] / gm / texdata.cpp
2017-03-15 Robert PhillipsRetract GrContext from src/gpu/effects
2017-03-14 Robert PhillipsAdd GrRenderTargetContext::resourceProvider & GrResourc...
2017-03-04 Brian OsmanRebase and fix chromium
2017-03-03 Robert PhillipsMake GrSurface::MakeDeferred return sk_sp<GrTextureProxy>
2017-01-30 Robert PhillipsRationalize GrContext's Gr*Proxy getter naming
2017-01-30 Robert PhillipsPush GrTextureProxy down to more effects
2017-01-24 Robert PhillipsAllow GrSingleTextureEffect to take GrTextureProxies
2017-01-20 Robert PhillipsContinue making Ganesh use absolute texture coordinates...
2017-01-17 Joe GregorioRevert "Continue making Ganesh use absolute texture...
2017-01-17 Robert PhillipsContinue making Ganesh use absolute texture coordinates
2017-01-11 Brian SalomonMake GrPaints move their GrProcessor ownership into...
2016-12-09 Brian SalomonRelandx2 "Remove antialiasing control from GrPaint."
2016-12-09 Brian SalomonRevert "Reland "Remove antialiasing control from GrPaint.""
2016-12-09 Brian SalomonReland "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRevert "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRemove antialiasing control from GrPaint.
2016-11-07 Hal Canarygm: s/SkAutoTUnref/sk_sp/
2016-10-28 Mike Reedremove xfermode from public api
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-08-19 csmartdaltonMove GrFixedClip into src directory
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-05-13 cdaltonConvert GrClip to an abstract base class
2016-05-11 robertphillipsMinor GrRenderTarget retraction
2016-04-28 robertphillipsClean up test drawContext usage
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-25 bsalomonRevert of Move Budgeted enum out of SkSurface, use...
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2015-10-15 robertphillipsGrDrawContext now holds GrRenderTarget pointer
2015-09-09 halcanaryGM: replace boilerplate with macros
2015-09-01 robertphillipsLimit lifetime of GrDrawContext objects
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-05-26 robertphillipsSplit drawing functionality out of GrContext and into...
2015-04-30 bsalomonThis replaces the texture creation/caching functions...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 joshualittRevert of Pass clip to context (patchset #8 id:180001...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-18 joshualittPass Rendertarget into context.
2015-02-06 bsalomonOne createTexture function, attempt to recycle scratch...
2015-01-31 bsalomonAdd standard way to indicate GM is GPU-only.
2015-01-23 mtkleinremove unused GM flags
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-20 tfarinaCleanup: Another round of override fixes.
2014-12-17 joshualittremove view matrix from context
2014-12-09 egdanielMake all blending up to GrOptDrawState be handled by...
2014-12-08 egdanielRevert of Make all blending up to GrOptDrawState be...
2014-12-08 egdanielMake all blending up to GrOptDrawState be handled by...
2014-10-28 bsalomonrename GrTextureDesc->GrSurfaceDesc, GrTextureFlags...
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-07-21 bsalomonMake GrCacheable implement its own ref counting.
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-03-12 reed@google.comsupport direct writing to top layer, and hide getTopLayer()
2013-11-21 commit-bot@chromiu... Implement a benchmark for GrResourceCache
2013-10-16 commit-bot@chromiu... texdata gm: allocate gTextureData on the heap.
2013-10-14 commit-bot@chromiu... Spin off incidental changes from DM CL (22839016).
2013-09-16 mtklein@google.comHave GMs read the GrContext via a setter/getter rather...
2013-09-09 commit-bot@chromiu... Remove GrRefCnt.h in favor of SkRefCnt.h
2013-08-29 robertphillips@goo... Split SkDevice into SkBaseDevice and SkBitmapDevice
2013-08-20 robertphillips@goo... Revert r10830 (Split SkDevice out of SkRasterDevice...
2013-08-20 robertphillips@goo... Split SkDevice out of SkBitmapDevice
2013-07-17 commit-bot@chromiu... Replace all instances of GrRect with SkRect.
2013-07-13 commit-bot@chromiu... Make GrPaint have a variable sized array of color and...
2013-06-26 commit-bot@chromiu... Change undefined SkGpuRenderTarget and SkGpuTexture...
2013-05-10 bsalomon@google.comMake gms use getTopDevice() rather than getDevice().
2013-02-07 bsalomon@google.comRemove legacy names no longer referenced in Chrome...
2013-01-17 bsalomon@google.comRemove default implementation of GrEffect::isEqual...
2013-01-16 bsalomon@google.comWrap GrEffects in GrEffectPtr.
2012-11-01 bsalomon@google.comReplace GrMatrix with SkMatrix.
2012-11-01 bsalomon@google.comReland r6233 with fix.
2012-11-01 bsalomon@google.comRe-revert r6233.
2012-11-01 bsalomon@google.comReland r6233 with fix for config conversion texture...
2012-11-01 bsalomon@google.comRevert r6233 while investigating bot failures.
2012-11-01 bsalomon@google.comCheckpoint in moving texture matrices out of GrGLProgra...
2012-10-26 bsalomon@google.comRename GrSamplerState to GrEffectStage.
2012-10-24 bsalomon@google.comGrCustomStage Renaming Part 2
2012-10-16 bsalomon@google.comReland r5963 with two fixes:
2012-10-16 bsalomon@google.comRevert r5962 because of failures.
2012-10-16 bsalomon@google.comRequire matrix for custom stage to be set when custom...
2012-10-05 bsalomon@google.comGrPaint encapsulation.
2012-10-05 bsalomon@google.comRename GrPaint fields/enums/members texture->color...
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-08-03 bsalomon@google.comMove SK_SUPPORT_GPU checks below first #includes in...
2012-08-02 bsalomon@google.comCreate GPU-less build of Skia.
2012-07-26 bsalomon@google.comRemove texture/mask setters on GrPaint
2012-07-11 robertphillips@goo... Added GrContext::AutoClipStack to encapsulate setting...
2012-07-11 robertphillips@goo... Forced GrClip to always have conservative bounds
2012-06-07 robertphillips@goo... Move clientID into texture desc
2012-06-06 bsalomon@google.comSearch and replace change. Some Gr enum value names...
2012-01-30 bsalomon@google.comRemove GrAALevel enum, use explicit sample count
2011-12-12 bsalomon@google.comAccess sampler matrices directly, cleanup GrSamplerStat...
2011-12-06 bsalomon@google.comPrep #1 for making GrDrawState a class
2011-12-06 bsalomon@google.comRemove fConfig/fFormat union in GrTextureDesc
2011-11-16 bsalomon@google.comMake all pixel ops go thru ctx so we can correctly...
2011-11-07 bsalomon@google.com[GPU] Add explicit byte order and PM vs. UPM 8888 configs
2011-10-31 bsalomon@google.comImport all GMs as Samples.
2011-09-29 bsalomon@google.comFix some VS2010 warnings
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
next