index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
yuvtorgbeffect.cpp
Commit message (
Expand
)
Author
Age
*
Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h
robertphillips
2016-06-23
*
Add NV12 texture conversion support.
jbauman
2016-06-09
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...
brianosman
2016-06-06
*
Remove GrRenderTarget from GrPipelineBuilder
robertphillips
2016-06-06
*
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
*
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
robertphillips
2016-03-02
*
Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patch...
robertphillips
2016-03-02
*
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
robertphillips
2016-03-02
*
Add ability to extract YUV planes from SkImage
bsalomon
2016-02-01
*
Remove two varieties of drawNonAARect from GrDrawTarget
joshualitt
2016-01-13
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Optionally pass rendertarget to getTestTarget
robertphillips
2015-11-16
*
Remove image usage type enum. Use GrTextureParams instead.
bsalomon
2015-10-12
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
GM: replace boilerplate with macros
halcanary
2015-09-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
Standardize BW to NonAA
joshualitt
2015-08-21
*
Create separate entry points for the various flavors of drawRect
joshualitt
2015-08-21
*
Add Rec709 YUV color space support to GrYUVtoRGBEffect.
rileya
2015-07-20
*
Start to propagate constness of GrPipelineBuilder up the stack
joshualitt
2015-07-13
*
YUV to RGB Texture threading GrProcessorDataManager
joshualitt
2015-07-09
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Move clip off of draw target
joshualitt
2015-02-23
*
YUV scale fix
sugoi
2015-02-13
*
Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium....
jvanverth
2015-02-13
*
YUV scale fix
sugoi
2015-02-13
*
Add standard way to indicate GM is GPU-only.
bsalomon
2015-01-31
*
remove unused GM flags
mtklein
2015-01-23
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Move ViewMatrix off of drawstate
joshualitt
2014-12-29
*
This cl moves color and coverage off of drawstate. In an effort to keep this...
joshualitt
2014-12-09
*
Drawstate on stack
joshualitt
2014-11-17
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
Revert "GrResourceCache2 manages scratch texture."
Brian Salomon
2014-10-07
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-07
*
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...
robertphillips
2014-09-30
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-09-30
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
BUG=skia:
joshualitt
2014-09-15
*
Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.
rileya
2014-09-12
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
YUV to RGB converter
sugoi
2014-07-07