Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / gpu / SkGr.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
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-28 Brian OsmanGrTextureProducer cleanup, phase two: Producer, Adjuste...
2016-11-28 Brian OsmanGrTextureProducer cleanup, phase one: Bitmap and Image...
2016-11-22 Hal Canaryremove SkPixelRef::refEncodedData()
2016-11-21 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-03 Ben WagnerRemove SkAutoTDelete.
2016-11-02 Ben WagnerRemove SkAutoTDeleteArray
2016-10-28 Mike Reedremove xfermode from public api
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-10-26 Brian OsmanGrConstColorProcessor uses 4f colors in the destination...
2016-10-24 Brian OsmanRename all color space factories from New* to Make*
2016-10-21 Brian OsmanNew helpers for converting SkColor to GrColor4f
2016-10-20 Robert PhillipsAdd SkRRectsGaussianEdgeMaskFilter
2016-10-18 Brian OsmanUse legacy color filter API when doing legacy paint...
2016-10-13 Mike Kleinremove SkError
2016-10-06 reedRevert[8] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[7] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[6] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[5] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[4] "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "Revert "Revert "replace SkXfermode obj with...
2016-10-03 Mike ReedRevert "Revert "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-30 Brian OsmanHelper functions to do SkColor -> GrColor4f
2016-09-23 brianosmanMake GrRenderableConfigForColorSpace argument const
2016-09-21 brianosmanFix some GPU image filter code to preserve precision...
2016-09-16 msarettRevert of Support Float32 output from SkColorSpaceXform...
2016-09-16 msarettSupport Float32 output from SkColorSpaceXform
2016-09-12 brianosmanGamut transformation of the paint color in Ganesh
2016-09-08 brianosmanPush usage of GrColor4f into OverrideInput
2016-08-03 bungemanConvert SkAutoTUnref<SkData> to sk_sp<SkData>.
2016-07-26 brianosmanAlways supply a color space (sRGB for now) with F16
2016-07-25 brianosmanJust pass the draw context to paint conversion
2016-07-25 reedremove/deprecate SkBitmap::getTexture, as it now always...
2016-07-25 brianosmanAdd destination color space to AsFPArgs. Eliminates...
2016-07-22 brianosmanBundle SkShader::asFragmentProcessor arguments in a...
2016-07-22 brianosmanCleanup of code that converts from GPU-backed resources...
2016-07-21 robertphillipsRemove SkGrPixelRef
2016-07-20 brianosmanAdding an SkColorSpace to SkImage_Gpu
2016-07-13 brianosmanNever allow dither for non-legacy (sRGB or F16) targets.
2016-06-24 brianosmanGrColor4f is yet another 4f color type, unfortunately.
2016-06-21 brianosmanNever use CPU-built mips for Gray_8.
2016-06-20 brianosmanMore removal of SkColorProfileType...
2016-06-17 egdanielRevert of More removal of SkColorProfileType... (patchs...
2016-06-17 brianosmanMore removal of SkColorProfileType...
2016-06-17 brianosmanDon't try to set gamma treatment if texture creation...
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-13 brianosmanBetter (?) interface for controlling sRGB-ness of mipma...
2016-06-10 reedrespect srgb gamma when building mips
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-06-03 cblumePlumbing mipmaps to the point of creation.
2016-05-13 robertphillipsSimplify GrSWMaskHelper
2016-05-11 robertphillipsMinor GrRenderTarget retraction
2016-04-12 brianosmanAdd missing F16 case to reverse pixel config conversion
2016-04-12 scroggoMake is_ktx safer
2016-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-25 brianosmanRe-enable CPU mipmap generation for Ganesh. Aniso mips...
2016-03-25 brianosmanRevert of Re-enable CPU mipmap generation for Ganesh...
2016-03-25 brianosmanRe-enable CPU mipmap generation for Ganesh. Aniso mips...
2016-03-24 brianosmanConvert Gray8 images to N32 before uploading. Previousl...
2016-03-21 brianosmansRGB support in Ganesh. Several pieces:
2016-03-18 ericrkPropogate SkBudgeted for NewFromDeferredTextureImageData
2016-03-17 brianosmanRevert of sRGB support in Ganesh. Several pieces: ...
2016-03-17 brianosmansRGB support in Ganesh. Several pieces:
2016-03-10 msarettUpdate Skia's YUV API
2016-03-10 bsalomonRestore SkImage::NewTextureFromPixmap changes.
2016-03-09 bsalomonTBR=robertphillips@google.com
2016-03-09 reedunify peekPixels around pixmap parameter
2016-03-09 bsalomonAdd SkImage::NewTextureFromPixmap
2016-03-07 msarettRevert of Update Skia's YUV API (patchset #5 id:160001...
2016-03-07 msarettUpdate Skia's YUV API
2016-03-03 brianosmanRevert of respect sRGB when converting from sk to gr...
2016-03-03 reedrespect sRGB when converting from sk to gr configs
2016-03-01 brianosmanRevert of Progress on gamma-correctness in the GPU...
2016-03-01 brianosmanProgress on gamma-correctness in the GPU backend. Fixed...
2016-02-29 brianosmanRevert of Progress on gamma-correctness in the GPU...
2016-02-29 brianosmanProgress on gamma-correctness in the GPU backend. Fixed...
2016-02-26 cblumeCreating functions for uploading a mipmapped texture.
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...
2016-02-09 robertphillipsAlter SkXfermode's asFragmentProcessor & asXPFactory...
2016-02-05 reedadd kRGBA_F16_SkColorType
2016-02-01 bsalomonAdd ability to extract YUV planes from SkImage
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-11-20 egdanielRevert of Make specialized SrcOver XPFactory (patchset...
2015-11-20 egdanielMake specialized SrcOver XPFactory
2015-11-18 joshualittInitial implementation of GPU no filter NinePatch
2015-11-18 bsalomonConvert SkGpuDevice::drawTextureAdjuster to SkGpuDevice...
next