Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
9440345a81d6c2372ac0aed937080f3da67439dd
/
src
/
image
/
SkImage_Gpu.cpp
9440345
Add backend safe classes for passing in external texture and render targets into gpu
by Greg Daniel
· 8 years ago
0cf45f6
Split SkCrossContextImageData into Image and BackendTexture subclasses
by Greg Daniel
· 8 years ago
ade76e9
getDeferredTextureImageData(): use legacy scaling in legacy mode
by Matt Sarett
· 8 years ago
1119dc3
Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext
by Robert Phillips
· 8 years ago
7a542c5
Change bitmapcache to not rely on lockpixels.
by Mike Reed
· 8 years ago
9342921
Revert "Rm makeRenderTargetContext in favor of deferred version"
by Robert Phillips
· 8 years ago
d83ec04
Rm makeRenderTargetContext in favor of deferred version
by Robert Phillips
· 8 years ago
84c9cb7
getDeferredTextureImageData(): preserve color space in legacy mode
by Matt Sarett
· 8 years ago
e78b725
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3)
by Robert Phillips
· 8 years ago
1b35256
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)"
by Robert Phillips
· 8 years ago
aaee31f
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)
by Robert Phillips
· 8 years ago
171cc5f
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv"
by Robert Phillips
· 8 years ago
fb0bd98
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv
by Robert Phillips
· 8 years ago
7ee385e
Add GrSurfaceProxy* parameter to GrContext::flush
by Robert Phillips
· 8 years ago
2084ffa
Revert "Fix SkImage_Gpu::getROPixels"
by Brian Salomon
· 8 years ago
3798c86
Remove GrFragmentProcessor-derived class' GrTexture-based ctors
by Robert Phillips
· 8 years ago
5fa3d6d
Revert "Revert "simplify api to bitmapcache""
by Mike Reed
· 8 years ago
dd1b4e9
Revert "simplify api to bitmapcache"
by Florin Malita
· 8 years ago
9f4b0ae
simplify api to bitmapcache
by Mike Reed
· 8 years ago
f4d443f
Fix SkImage_Gpu::getROPixels
by Brian Osman
· 8 years ago
30a38ff
Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef)
by Robert Phillips
· 8 years ago
0ae6faa
Make SkImage_Gpu be deferred (take 2)
by Robert Phillips
· 8 years ago
eaa78c4
Revert "Make SkImage_Gpu be deferred"
by Robert Phillips
· 8 years ago
0db235b
Make SkImage_Gpu be deferred
by Robert Phillips
· 8 years ago
ed182d7
Remove SkImage::MakeTextureFromPixmap
by Brian Osman
· 8 years ago
ac6b1fa
Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)
by Robert Phillips
· 8 years ago
919cc45
Revert "Revert "Add color spin test for SkColorSpaceXformCanvas""
by Mike Klein
· 8 years ago
06ee8e8
Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"""
by Yuqian Li
· 8 years ago
31249bb
Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""
by Robert Phillips
· 8 years ago
73e21af
Revert "Add color spin test for SkColorSpaceXformCanvas"
by Eric Boren
· 8 years ago
9e9188f
Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"
by Yuqian Li
· 8 years ago
b64bcbd
Remove budgeted parameter from SkSurface::makeImageSnapshot
by Robert Phillips
· 8 years ago
0c984a0
More pre-emptive proxification
by Robert Phillips
· 8 years ago
cb01aec
Add color spin test for SkColorSpaceXformCanvas
by Matt Sarett
· 8 years ago
a4c41b3
Push setMipColorMode calls further down-stack & add to GrTextureProxy
by Robert Phillips
· 8 years ago
296b1cc
Retract GrContext from src/gpu/effects
by Robert Phillips
· 8 years ago
63954c9
GPU version of onMakeColorSpace
by Brian Osman
· 8 years ago
766fcbb
Treat cross context images as Ganesh-created resources
by Brian Osman
· 8 years ago
a6953f2
Revert "Treat cross context images as Ganesh-created resources"
by Brian Osman
· 8 years ago
cccda60
Treat cross context images as Ganesh-created resources
by Brian Osman
· 8 years ago
b726d58
Partially defer SkImage_Gpu
by Robert Phillips
· 8 years ago
538f1a3
Switch GrYUVProvider over to GrTextureProxies
by Robert Phillips
· 8 years ago
3b65598
Make SkGr.h private and remove unused functions
by Brian Osman
· 8 years ago
32342f0
Rebase and fix chromium
by Brian Osman
· 8 years ago
fe3b516
Use GrSemaphore rather than GrFence for external texture data
by Brian Osman
· 8 years ago
655f347
Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""
by Brian Osman
· 8 years ago
580ffa0
Revert "Revert "Revert "Move GrTextureProvider to src"""
by Brian Osman
· 8 years ago
2fe8373
Revert "Revert "Move GrTextureProvider to src""
by Brian Osman
· 8 years ago
13d7f5d
Revert "Move GrTextureProvider to src"
by Brian Osman
· 8 years ago
24429c6
Move GrTextureProvider to src
by Brian Osman
· 8 years ago
2c2bc11
Add GrExternalTextureData and SkCrossContextImageData
by Brian Osman
· 8 years ago
aa1ab89
Revert "Add GrExternalTextureData and SkCrossContextImageData"
by Brian Osman
· 8 years ago
9ad1f92
Add GrExternalTextureData and SkCrossContextImageData
by Brian Osman
· 8 years ago
63c6746
Tighten up GrSurfaceProxy typing
by Robert Phillips
· 8 years ago
041f7df
Bring back SkImage::makeTextureImage
by Brian Osman
· 8 years ago
6de9904
Reduce use of SkImage_Base::peekTexture
by Robert Phillips
· 8 years ago
f200a90
Rationalize GrContext's Gr*Proxy getter naming
by Robert Phillips
· 8 years ago
26caf89
Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs
by Robert Phillips
· 8 years ago
b92234a
Revert "Remove SkImage::MakeTextureFromPixmap"
by Brian Osman
· 8 years ago
bc7a4fb
Make GrYUVEffect take GrTextureProxies
by Robert Phillips
· 8 years ago
03dd6d5
Reland "Refactor trimming logic for read/writePixels()"
by Matt Sarett
· 8 years ago
26ecfe0
Revert "Refactor trimming logic for read/writePixels()"
by Matt Sarett
· 8 years ago
977f64c
Refactor trimming logic for read/writePixels()
by Matt Sarett
· 8 years ago
8ccbbb4
Remove SkImage::MakeTextureFromPixmap
by Brian Osman
· 8 years ago
aaedae7
Force Index8 to N32 in deferred texture path.
by Brian Osman
· 8 years ago
67c18d6
Continue making Ganesh use absolute texture coordinates - take 2
by Robert Phillips
· 8 years ago
2c86249
Move read/write-Pixels up to GrSurfaceContext
by Robert Phillips
· 8 years ago
cb6266b
Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid"
by Matt Sarett
· 8 years ago
7a6c9f7
Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid"
by Brian Osman
· 8 years ago
cf5d6ca
Add SkImageInfoValidConversion() and SkImageInfoIsValid
by Matt Sarett
· 8 years ago
75a475c
Try out refFoo pattern on GrRenderTargetContext
by Robert Phillips
· 8 years ago
82f4431
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
by Brian Salomon
· 8 years ago
b62ea22
Change GPU read/write pixels API to support color space conversion
by Brian Osman
· 8 years ago
e2f7d18
Add a deferred copy surface (take 3)
by Robert Phillips
· 8 years ago
d316e77
Revert "Add a deferred copy surface (take 2)"
by Robert Phillips
· 8 years ago
398487a
Add a deferred copy surface (take 2)
by Robert Phillips
· 8 years ago
293d696
Revert "Add a deferred copy surface"
by Robert Phillips
· 8 years ago
4431de6
Add a deferred copy surface
by Robert Phillips
· 8 years ago
0e8fc8b
Relandx2 "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
61624f0
Plumb dst color space in many places, rather than "mode"
by Brian Osman
· 8 years ago
073285c
Revert "Reland "Remove antialiasing control from GrPaint.""
by Brian Salomon
· 8 years ago
3944484
Reland "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
d263413
Remove SkImage::makeTextureImage
by Brian Osman
· 8 years ago
419d81e
Revert "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
9f54935
Remove antialiasing control from GrPaint.
by Brian Salomon
· 8 years ago
a422d70
Disable mipmap pre-generation path
by Eric Karl
· 8 years ago
e8e5458
GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker
by Brian Osman
· 8 years ago
3b66ab6
GrTextureProducer cleanup, phase one: Bitmap and Image makers
by Brian Osman
· 8 years ago
7992da3
Support decoding images to multiple formats, depending on usage
by Brian Osman
· 8 years ago
514baff
Rename GrTextureParams to GrSamplerParams
by Brian Salomon
· 8 years ago
e60ad62
Guard against instantiate & accessRenderTarget failures
by Robert Phillips
· 8 years ago
57ae6cf
Revert "Support decoding images to multiple formats, depending on usage"
by Brian Osman
· 8 years ago
c73a1ec
Support decoding images to multiple formats, depending on usage
by Brian Osman
· 8 years ago
7b8400d
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
by Brian Osman
· 8 years ago
67b39de
s/SkAutoTUnref/sk_sp/ in src/ part 1
by Hal Canary
· 8 years ago
145dbcd
Remove SkAutoTDelete.
by Ben Wagner
· 8 years ago
7ecc596
Remove SkAutoTDeleteArray
by Ben Wagner
· 8 years ago
7d954ad
remove xfermode from public api
by Mike Reed
· 8 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 8 years ago
6bd5284
Remove SkAutoTUnref and SkAutoTDelete from public includes.
by bungeman
· 8 years ago
Next »