index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
SkGr.cpp
Commit message (
Expand
)
Author
Age
*
GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker
Brian Osman
2016-11-28
*
GrTextureProducer cleanup, phase one: Bitmap and Image makers
Brian Osman
2016-11-28
*
remove SkPixelRef::refEncodedData()
Hal Canary
2016-11-22
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-21
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Remove SkAutoTDeleteArray
Ben Wagner
2016-11-02
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
GrConstColorProcessor uses 4f colors in the destination space
Brian Osman
2016-10-26
*
Rename all color space factories from New* to Make*
Brian Osman
2016-10-24
*
New helpers for converting SkColor to GrColor4f
Brian Osman
2016-10-21
*
Add SkRRectsGaussianEdgeMaskFilter
Robert Phillips
2016-10-20
*
Use legacy color filter API when doing legacy paint conversion
Brian Osman
2016-10-18
*
remove SkError
Mike Klein
2016-10-13
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
Helper functions to do SkColor -> GrColor4f
Brian Osman
2016-09-30
*
Make GrRenderableConfigForColorSpace argument const
brianosman
2016-09-23
*
Fix some GPU image filter code to preserve precision and color space
brianosman
2016-09-21
*
Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000...
msarett
2016-09-16
*
Support Float32 output from SkColorSpaceXform
msarett
2016-09-16
*
Gamut transformation of the paint color in Ganesh
brianosman
2016-09-12
*
Push usage of GrColor4f into OverrideInput
brianosman
2016-09-08
*
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
bungeman
2016-08-03
*
Always supply a color space (sRGB for now) with F16
brianosman
2016-07-26
*
Just pass the draw context to paint conversion
brianosman
2016-07-25
*
remove/deprecate SkBitmap::getTexture, as it now always returns false
reed
2016-07-25
*
Add destination color space to AsFPArgs. Eliminates last XFORMTODO.
brianosman
2016-07-25
*
Bundle SkShader::asFragmentProcessor arguments in a struct
brianosman
2016-07-22
*
Cleanup of code that converts from GPU-backed resources to SkImageInfo
brianosman
2016-07-22
*
Remove SkGrPixelRef
robertphillips
2016-07-21
*
Adding an SkColorSpace to SkImage_Gpu
brianosman
2016-07-20
*
Never allow dither for non-legacy (sRGB or F16) targets.
brianosman
2016-07-13
*
GrColor4f is yet another 4f color type, unfortunately.
brianosman
2016-06-24
*
Never use CPU-built mips for Gray_8.
brianosman
2016-06-21
*
More removal of SkColorProfileType...
brianosman
2016-06-20
*
Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...
egdaniel
2016-06-17
*
More removal of SkColorProfileType...
brianosman
2016-06-17
*
Don't try to set gamma treatment if texture creation fails.
brianosman
2016-06-17
*
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
brianosman
2016-06-16
*
Revert of Lots of progress switching to SkColorSpace rather than SkColorProfi...
brianosman
2016-06-16
[next]