Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ec97ac9be2b1d12620337da2b99c95e214170ded
/
src
/
image
f35fd8d
Move more internal methods from GrContext to GrContextPriv (take 3)
by Robert Phillips
· 7 years ago
2914555
Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"
by Leon Scroggins
· 7 years ago
36591e5
Better handle context-loss in MakeBackendTextureFromSkImage
by Eric Karl
· 7 years ago
c22e50b
Move more internal methods from GrContext to GrContextPriv (take 2)
by Robert Phillips
· 7 years ago
07320e4
Revert "Move more internal methods from GrContext to GrContextPriv"
by Hal Canary
· 7 years ago
f440cec
Move more internal methods from GrContext to GrContextPriv
by Robert Phillips
· 7 years ago
59a1df2
Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpace
by Greg Daniel
· 7 years ago
adbe132
Remove GrSurfaceProxy::MakeWrapped (take 2)
by Robert Phillips
· 7 years ago
e201ebc
Revert "Remove GrSurfaceProxy::MakeWrapped"
by Robert Phillips
· 7 years ago
2ac5868
Remove GrSurfaceProxy::MakeWrapped
by Robert Phillips
· 7 years ago
6be756b
Move resourceProvider accessor to GrContextPriv (take 2)
by Robert Phillips
· 7 years ago
be46e24
Revert "Move resourceProvider accessor to GrContextPriv"
by Hal Canary
· 7 years ago
1f9ed85
Move resourceProvider accessor to GrContextPriv
by Robert Phillips
· 7 years ago
0bd24dc
Funnel most proxy creation through GrProxyProvider
by Robert Phillips
· 7 years ago
98e38e2
Revert "Revert "fix legacy makeRasterImage()""
by Mike Klein
· 7 years ago
ef29e42
Revert "fix legacy makeRasterImage()"
by Mike Klein
· 7 years ago
7c4ca04
fix legacy makeRasterImage()
by Mike Klein
· 7 years ago
515bda6
support gray8 destinations on CPU
by Mike Klein
· 7 years ago
99578d2
SkBitmap now *has* a SkPixmap.
by Hal Canary
· 7 years ago
1afd4cd
Add GrProxyProvider
by Robert Phillips
· 7 years ago
1445da6
Removed unused useCache param in GrYUVProvider
by Greg Daniel
· 7 years ago
b950b59
share impl between makeNonTexture and makeRaster
by Mike Reed
· 7 years ago
7461a4a
converted YUVEffect to SkSL
by Ethan Nicholas
· 7 years ago
faa095e
Update SkSurface MakeFromBackend* factories to take an SkColorType.
by Greg Daniel
· 7 years ago
f5d8758
Add new SkImage factory to create from GrBackendTexture with SkColorType
by Greg Daniel
· 7 years ago
ef03848
remove deprecated SkPixelSerializer
by Mike Reed
· 7 years ago
5947065
remove dead SK_SUPPORT_LEGACY_IMAGEDESERIALIZER code
by Mike Reed
· 7 years ago
aae533e
Revert "Remove SkImage deferred texture image data APIs."
by Eric Karl
· 7 years ago
a091a4b
Revert "Revert "hide SkImageDeserializer""
by Mike Reed
· 7 years ago
36d7178
Revert "hide SkImageDeserializer"
by Mike Reed
· 7 years ago
834fb8e
hide SkImageDeserializer
by Mike Reed
· 7 years ago
c25db63
Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture
by Robert Phillips
· 7 years ago
36703d9
Push much of the SkColorSpace_Base interface up to SkColorSpace
by Brian Osman
· 7 years ago
25eef6b
centralize encoding to SkData
by Mike Reed
· 7 years ago
4f5e1d4
Remove SkImage deferred texture image data APIs.
by Brian Salomon
· 7 years ago
f7ee95c
helper api to force a raster image
by Mike Reed
· 7 years ago
8d1e67e
Add resource cache limits to SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
7ffbcf9
Add unit test for SkDeferredDisplayLists (take 2)
by Robert Phillips
· 7 years ago
8172c0a
Revert "Add unit test for SkDeferredDisplayLists"
by Robert Phillips
· 7 years ago
8458a28
Add unit test for SkDeferredDisplayLists
by Robert Phillips
· 7 years ago
61e5101
Flesh out SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
8def8bf
Add a GrContextThreadSafeProxy to SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
63bc48d
Add MakeCrossContextFromPixmap
by Brian Osman
· 7 years ago
c77085d
Remove content area from GrTextureAdjuster.
by Greg Daniel
· 7 years ago
45d6303
Have mip status match surface when snapping image from wrapped object
by Greg Daniel
· 7 years ago
65c7f66
Add mip support to GrAHardwareBufferImageGenerator
by Greg Daniel
· 7 years ago
f3569f0
Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion.
by Brian Salomon
· 7 years ago
f47069c
Create mipped texture proxys for PictureImageGenerator
by Greg Daniel
· 7 years ago
e252f08
Add hint to SkSurface::MakeRenderTarget that we will use mips
by Greg Daniel
· 7 years ago
2240be9
Remove color space xform from GrTextureDomain & GrSimpleTextureEffect
by Brian Osman
· 7 years ago
914a36b
MakeBackendTextureFromSkImage
by Eric Karl
· 7 years ago
f88c12e
Add api for passing mipped hint into ImageGenerator onGenerateTexture
by Greg Daniel
· 7 years ago
a108c92
Fix drawSpecialImage
by Robert Phillips
· 7 years ago
c5eb97d
add helper to check for overflow
by Mike Reed
· 7 years ago
384f0a7
Revert "change computeByteSize to return max_size_t on overflow"
by Mike Reed
· 7 years ago
e1da1d9
Add option to create a deferred render target context with mips
by Greg Daniel
· 7 years ago
2429546
change computeByteSize to return max_size_t on overflow
by Mike Reed
· 7 years ago
3e70fa3
When mip mapping, do YUV mip generation on CPU then upload to GPU.
by Greg Daniel
· 7 years ago
fc5060d
Revert "Revert "Update lockTextureProxy to return mipped proxys if mipping is requested.""
by Greg Daniel
· 7 years ago
f0ffb89
Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Mike Reed
· 7 years ago
87c76ed
Revert "Update lockTextureProxy to return mipped proxys if mipping is requested."
by Greg Daniel
· 7 years ago
97abf01
Update lockTextureProxy to return mipped proxys if mipping is requested.
by Greg Daniel
· 7 years ago
5a2e50e
Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"""
by Mike Reed
· 7 years ago
cd284c5
Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""
by Mike Reed
· 7 years ago
4faa040
Remove unused outOffset param in GrTextureAdjuster
by Greg Daniel
· 7 years ago
55afd6d
Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests""
by Greg Daniel
· 7 years ago
8b059bd
Revert "Update GrBitmapTextureMaker for handling mipped requests"
by Greg Daniel
· 7 years ago
d1935c1
Update GrBitmapTextureMaker for handling mipped requests
by Greg Daniel
· 7 years ago
809cbed
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Jim Van Verth
· 7 years ago
88757da
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
by Mike Reed
· 7 years ago
f46633f
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Greg Daniel
· 7 years ago
cd87140
Add ability to remove unique key from proxy and underlying surface.
by Greg Daniel
· 7 years ago
98a6216
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
by Mike Reed
· 7 years ago
2bbdcc4
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
by Brian Salomon
· 7 years ago
4df0092
Revert "Remove "content" rect from GrTextureAdjuster."
by Brian Salomon
· 7 years ago
6e4bbbe
Remove "content" rect from GrTextureAdjuster.
by Brian Salomon
· 7 years ago
a8ac924
Make SkImage_Lazy always report the color space of its data
by Brian Osman
· 7 years ago
f43d000
Revert "Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget.""""
by Brian Salomon
· 7 years ago
6df4d6b
Revert "Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."""
by Brian Salomon
· 7 years ago
ad8a43f
DeferredDisplayList API proposal
by Robert Phillips
· 7 years ago
71554bc
Revert "Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget.""
by Brian Salomon
· 7 years ago
fb4a20c
Remove kDefault_GrSurfaceOrigin
by Robert Phillips
· 7 years ago
b0e93a2
Remove origin field from GrSurface (take 2)
by Robert Phillips
· 7 years ago
7314093
Support color space and other color types in SkImage_Raster::onMakeSubset
by Brian Osman
· 7 years ago
5131678
Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""""
by Greg Daniel
· 7 years ago
cc8eb60
Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""
by Yuqian Li
· 7 years ago
876aed8
Revert "Revert "Add support for semaphores to be inserted on GrContext flush""
by Greg Daniel
· 7 years ago
7294b85
Revert "Remove origin field from GrSurface"
by Robert Phillips
· 7 years ago
df0e09f
Remove origin field from GrSurface
by Robert Phillips
· 7 years ago
16d8ec6
Pull non-substantive changes out of omnibus GrSurface CL
by Robert Phillips
· 7 years ago
2890fbf
Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)
by Robert Phillips
· 7 years ago
4ed9ae4
Improve GrGLNonlinearColorSpaceXformEffect to support scRGB
by Stan Iliev
· 7 years ago
066f020
Reduce dependence on GrSurface's origin field (take 3)
by Robert Phillips
· 7 years ago
6af2a66
Revert "Reduce dependence on GrSurface's origin field (take 2)"
by Robert Phillips
· 7 years ago
22115b4
Reduce dependence on GrSurface's origin field (take 2)
by Robert Phillips
· 7 years ago
8a90f50
Fourth fragment from "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 7 years ago
8724b46
Revert "Add support for semaphores to be inserted on GrContext flush"
by Mike Reed
· 7 years ago
cd1416e
Add support for semaphores to be inserted on GrContext flush
by Greg Daniel
· 7 years ago
353196f
clean read/write pixels signatures, augment SkSurface API
by Mike Reed
· 7 years ago
96be9df
Revert "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 7 years ago
Next »