Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / include / gpu / SkGr.h
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-17 Brian SalomonRename GrTextureAccess to GrProcessor::TextureSampler.
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-10-21 Brian OsmanNew helpers for converting SkColor to GrColor4f
2016-09-30 Brian OsmanHelper functions to do SkColor -> GrColor4f
2016-07-25 reedremove/deprecate SkBitmap::getTexture, as it now always...
2016-07-22 brianosmanCleanup of code that converts from GPU-backed resources...
2016-07-20 brianosmanAdding an SkColorSpace to SkImage_Gpu
2016-07-13 bsalomonRemove GrWrapTextureInBitmap from public API
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-16 brianosmanRevert of Lots of progress switching to SkColorSpace...
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-03-21 brianosmansRGB support in Ganesh. Several pieces:
2016-03-17 brianosmanRevert of sRGB support in Ganesh. Several pieces: ...
2016-03-17 brianosmansRGB support in Ganesh. Several pieces:
2016-01-26 cblumeCleaning up trailing spaces and typos.
2015-10-20 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-19 Brian SalomonRevert recent CLs around GrTextureMaker/GrTextureParams...
2015-10-19 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-16 egdanielRevert of Rewrite GrTextureMaker to disentangle bitmap...
2015-10-16 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-10-09 bsalomonMove functions from SkGr to SkGrPriv.h
2015-09-30 reedremove unused helper function
2015-09-28 bsalomonMake skpaint->grpaint flow work for composing draws...
2015-09-22 bsalomonStop supporting HW dither
2015-09-16 reedshare code between SkGr and Cacherator
2015-09-15 bsalomonCreate fragment processor for performing input color...
2015-09-10 reedUse SkImageCacherator in SkImages
2015-09-09 bsalomonSK_API on GrWrapTextureInBitmap
2015-09-08 reedrefactor parts of SkGr.cpp for use by SkImages
2015-08-13 reedExtend SkImageGenerator to support natively generated...
2015-08-12 joshualittRefactor helper function for SkBitmapShader to GrFragme...
2015-05-07 reednew image from backend desc
2015-04-15 bsalomonDon't draw if SkShader::asNewFragmentProcessor fails.
2015-04-02 bsalomonAdd constant color GrFP.
2015-04-02 bsalomonRevert of Add constant color GrFP. (patchset #10 id...
2015-04-01 bsalomonAdd constant color GrFP.
2015-02-18 joshualittPass Rendertarget into context.
2015-02-06 bsalomonReimplement gpu message bus for invalidated bitmap...
2015-01-23 bsalomonAdd specialized content key class for resources.
2014-12-22 jvanverthAdd sRGB texture support.
2014-12-17 joshualittremove view matrix from context
2014-11-19 bsalomonCreate GrOptDrawState before recording draw in GrInOrde...
2014-11-14 bsalomonReplace GrResourceCache with GrResourceCache2.
2014-11-14 bsalomonRevert of Replace GrResourceCache with GrResourceCache2...
2014-11-14 bsalomonReplace GrResourceCache with GrResourceCache2.
2014-11-13 bsalomonRevert of Replace GrResourceCache with GrResourceCache2...
2014-11-13 bsalomonReplace GrResourceCache with GrResourceCache2.
2014-10-08 bsalomonGrResourceCache2 manages scratch texture.
2014-10-07 Brian SalomonRevert "GrResourceCache2 manages scratch texture."
2014-10-07 bsalomonGrResourceCache2 manages scratch texture.
2014-09-30 robertphillipsRevert of GrResourceCache2 manages scratch texture...
2014-09-30 bsalomonGrResourceCache2 manages scratch texture.
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-08-18 reedeliminate code related to SkBitmap::Config
2014-07-12 jvanverthRefactor SkGrFontScaler and SkGrFontKey into non-virtua...
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-06-17 reedhide SkBitmap::Config entirely (behind a flag)
2014-06-10 dandovSkShader::asNewEffect Refactoring
2014-05-19 commit-bot@chromiu... Pass in GrContext instead of SkGpuDevice for dashing...
2014-05-15 commit-bot@chromiu... Move skPaint2GrPaint to SkGr.h/cpp
2014-04-23 commit-bot@chromiu... stop using deprecated bitmap::config for gpu
2014-04-14 commit-bot@chromiu... Move distance field generation to the glyph cache.
2014-02-16 commit-bot@chromiu... Change device factories to take SkImageInfo instead...
2013-12-13 reed@google.comUpdate all callsites to use info for pixelrefs
2013-12-13 robertphillips@goo... Reverting r12665 & r12666 (Remove duplicate impl for...
2013-12-13 reed@google.comRemvoe duplicate impl for SkImageInfo flattening
2013-12-11 reed@google.comRevert "remvoe duplicate impl for SkImageInfo flattening"
2013-12-11 reed@google.comRevert "Revert of https://codereview.chromium.org/10877...
2013-12-11 commit-bot@chromiu... Revert of https://codereview.chromium.org/108773003/
2013-12-11 reed@google.comremvoe duplicate impl for SkImageInfo flattening
2013-12-11 reed@google.comRevert "PixelRef now returns (nearly) everything that...
2013-12-11 reed@google.comPixelRef now returns (nearly) everything that is curren...
2013-12-06 reed@google.comRevert "Revert "Revert "PixelRef now returns (nearly...
2013-12-06 reed@google.comRevert "Revert "PixelRef now returns (nearly) everythin...
2013-12-06 reed@google.comRevert "PixelRef now returns (nearly) everything that...
2013-12-06 reed@google.comPixelRef now returns (nearly) everything that is curren...
2013-09-03 commit-bot@chromiu... Remove uses of GR_RELEASE.
2013-08-28 commit-bot@chromiu... Replace uses of GR_DEBUG by SK_DEBUG.
2013-07-17 commit-bot@chromiu... Replace all instances of GrRect with SkRect.
2013-05-10 bsalomon@google.comRemove GrPathCmd
2013-01-24 bsalomon@google.comMake all GrContext members that return a texture also...
2012-12-20 bsalomon@google.comReland 6914 w/ fixes.
2012-12-20 bsalomon@google.comRevert 6914 to fix build issues.
2012-12-20 bsalomon@google.comSimplify cache IDs and keys.
2012-08-16 robertphillips@goo... Replaced TextureCacheEntry with GrTexture* and a back...
2012-08-01 robertphillips@goo... Removed GrClip & related classes
2012-07-25 bsalomon@google.comMove filter/wrap out of GrSamplerState into GrTextureParams
2012-07-20 robertphillips@goo... Made clarifying renamings to SkClipStack's iterators...
2012-07-18 rileya@google.comMove texture lock/unlock functions from SkGpuDevice...
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-06-06 caryclark@google.comfix warnings on Mac in src/gpu and include/gpu
2012-06-04 robertphillips@goo... GrTexture can now create its own cache key
2012-04-27 bsalomon@google.comRemove GrPath typedef
2012-04-25 robertphillips@goo... Minor refactoring to remove duplicate enum from Ganesh...
2012-04-16 robertphillips@goo... Propagated AA flags through Ganesh's clip stack (in...
next