Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
078e8faa26d8b1f33a92e57f587be011150d1776
/
src
/
image
/
SkSurface.cpp
3683a4f
Remove legacy async read pixels APIs.
by Brian Salomon
· 5 years ago
9241a6d
Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime""
by Brian Salomon
· 5 years ago
cb55010
Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime""
by Ravi Mistry
· 5 years ago
6fc04f8
Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"
by Brian Salomon
· 5 years ago
9c21978
Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime"
by Brian Salomon
· 5 years ago
ce240cc
SkSurface asynchronous read APIs allow client to extend pixel lifetime
by Brian Salomon
· 5 years ago
9907e6e
Expose SkSurface::isCompatible
by Robert Phillips
· 5 years ago
4b203ad
add motion blur params to skottie2movie
by Mike Reed
· 5 years ago
024bd00
Initial implementation of SkSurface::asyncRescaleAndReadPixelsYUV420.
by Brian Salomon
· 5 years ago
aad8315
Reland "Allow swapping out of GrBackendTexture used by SkSurface"
by Brian Salomon
· 5 years ago
f73b8db
Revert "Allow swapping out of GrBackendTexture used by SkSurface"
by Brian Salomon
· 5 years ago
9456f7a
Allow swapping out of GrBackendTexture used by SkSurface
by Brian Salomon
· 5 years ago
031b0ba
Add GPU implementation of rescaling for SkSurface::asyncRescaleAndRead.
by Brian Salomon
· 5 years ago
286b557
Reland "Make SkSurface::asyncRescaleAndRead use kStrict constraint"
by Brian Salomon
· 5 years ago
a34e0fc
Revert "Make SkSurface::asyncRescaleAndRead use kStrict constraint"
by Brian Salomon
· 5 years ago
451b01f
Make SkSurface::asyncRescaleAndRead use kStrict constraint
by Brian Salomon
· 5 years ago
201700f
Initial version of rescaling async readback API
by Brian Salomon
· 5 years ago
ab32f65
Add SkSurface::asyncReadPixels()
by Brian Salomon
· 5 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
5816b3d
Fully add back old GrContext flush api.
by Greg Daniel
· 6 years ago
e6bfb7d
Add struct to wrap all the gpu flush options.
by Greg Daniel
· 6 years ago
4aa13e7
Remove deprecated SkSurface::prepareForExternalIO and related uses of the name.
by Greg Daniel
· 6 years ago
a3aa75a
Add callback to flush for knowing when gpu is finished work.
by Greg Daniel
· 6 years ago
b9990e4
Add more general flush call to GrContext.
by Greg Daniel
· 6 years ago
bae7121
Add flush call to take access type, flags, and semaphore.
by Greg Daniel
· 6 years ago
9338c60
Switch FP creation over to GrRecordingContext
by Robert Phillips
· 6 years ago
8ce7991
Add release proc apis to SkSurface::MakeFromBackend* calls.
by Greg Daniel
· 6 years ago
0ec1c57
remove sk_atomic_inc
by Mike Klein
· 6 years ago
114bde8
Revert "Revert "add rect-parameter to makeImageSnapshot""
by Mike Reed
· 6 years ago
1e28e5d
Revert "add rect-parameter to makeImageSnapshot"
by Mike Reed
· 6 years ago
e195d1c
add rect-parameter to makeImageSnapshot
by Mike Reed
· 6 years ago
6d138bf
Reland "Remove GrBackendObject and all related functions from Skia."
by Greg Daniel
· 7 years ago
a0ca909
Revert "Remove GrBackendObject and all related functions from Skia."
by Brian Osman
· 6 years ago
ccd4cfc
Remove GrBackendObject and all related functions from Skia.
by Greg Daniel
· 7 years ago
7444c3c
Revert "Delete getRenderTargetHandle call on SkSurface."
by Greg Daniel
· 7 years ago
c828109
Delete getRenderTargetHandle call on SkSurface.
by Greg Daniel
· 7 years ago
ba375a8
Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
by Robert Phillips
· 7 years ago
044b67d
Remove guard around getBackendTexture/RenderTarget calls
by Greg Daniel
· 7 years ago
8caf85f
Add GrBackendTexture/RenderTarget accessors to SkSurface
by Robert Phillips
· 7 years ago
6b6fcc7
Add SkSurface factory that takes an SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
49edccd
Remove legacy SkSurface::MakeFromBackendRenderTarget that does not take SkColorType
by Brian Salomon
· 7 years ago
5370677
Remove SkSurface::MakeFromBackendTexture variant that doesn't take SkColorType
by Brian Salomon
· 7 years ago
cb88470
Remove SkSurface::MakeFromBackendTextureAsRenderTarget variant that doesn't take SkColorType
by Brian Salomon
· 7 years ago
4c790bd
add writePixels to SkSurface --> so we can remove it from canvas
by Mike Reed
· 7 years ago
bdecacf
Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""""
by Brian Salomon
· 7 years ago
3a2cc2c
Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""
by Brian Salomon
· 7 years ago
5bb82cb
Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""
by Brian Salomon
· 7 years ago
18c52a7
Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""
by Brian Salomon
· 7 years ago
d0d7270
Revert "Revert "Redefine the meaning of sample counts in GPU backend.""
by Brian Salomon
· 7 years ago
c1ce2f7
Revert "Redefine the meaning of sample counts in GPU backend."
by Brian Salomon
· 7 years ago
48825b1
Redefine the meaning of sample counts in GPU backend.
by Brian Salomon
· 7 years ago
faa095e
Update SkSurface MakeFromBackend* factories to take an SkColorType.
by Greg Daniel
· 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
e252f08
Add hint to SkSurface::MakeRenderTarget that we will use mips
by Greg Daniel
· 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
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
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
807371c
Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget."
by Brian Salomon
· 7 years ago
e2d37c2
Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget.
by Brian Salomon
· 7 years ago
d17f658
Remove GrBackendTextureDesc
by Brian Salomon
· 7 years ago
44d04bd
add null-surface
by Mike Reed
· 7 years ago
c64ee46
Add return to surface semaphore calls to indicate when we don't support them
by Greg Daniel
· 7 years ago
a5cb781
Revert "Revert "Add API for flushing surfaces with gpu semaphores""
by Greg Daniel
· 7 years ago
7292231
Revert "Add API for flushing surfaces with gpu semaphores"
by Greg Daniel
· 7 years ago
66366c6
Add API for flushing surfaces with gpu semaphores
by Greg Daniel
· 7 years ago
9440345
Add backend safe classes for passing in external texture and render targets into gpu
by Greg Daniel
· 8 years ago
ac6b1fa
Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)
by Robert Phillips
· 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
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
a54ccb2
Update SkSurface's cached image ownership handling to sk_sp
by Robert Phillips
· 8 years ago
85ff848
remove unused ForceUnique option from makeImageSnapshot
by Mike Reed
· 8 years ago
e11b614
Delete unnecessary SkSurface_Base API
by Matt Sarett
· 8 years ago
22886c4
Add SkOverdrawCanvas to detect overdraw
by Matt Sarett
· 8 years ago
5df4934
Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
by Mike Reed
· 8 years ago
b613c26
Revert "Change SkCanvas to *not* inherit from SkRefCnt"
by Heather Miller
· 8 years ago
8240750
Change SkCanvas to *not* inherit from SkRefCnt
by Mike Reed
· 8 years ago
09d9435
remove lots of legacy flags
by Mike Reed
· 8 years ago
15c42ca
Remove SkSurface::MakeRenderTargetDirect
by robertphillips
· 8 years ago
7e92276
Reduce usage of MakeRenderTargetDirect
by robertphillips
· 8 years ago
dfe4f2e
Add SkColorSpace to GrDrawContext
by brianosman
· 8 years ago
59c12e3
remove non-static uses of SkOncePtr
by mtklein
· 9 years ago
7e68ab7
Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used.
by bsalomon
· 9 years ago
e8f3062
switch surface to sk_sp
by reed
· 9 years ago
9ce9d67
update callsites for Make image factories
by reed
· 9 years ago
6ceeebd
unify peekPixels around pixmap parameter
by reed
· 9 years ago
5ec26ae
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
bd500f0
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ )
by bsalomon
· 9 years ago
57599fe
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
f7b8b8a
Add wrapBackendTextureAsRenderTarget API
by ericrk
· 9 years ago
Next »