Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
d5e80ca8ea42142395e21ceb093f96be7724a78a
/
src
/
gpu
/
GrContextPriv.cpp
d5e80ca
Add GrContext::defaultBackendFormat
by Robert Phillips
· 6 years ago
c80b0e9
Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2)
by Robert Phillips
· 6 years ago
985741a
First draft of Dawn backend: clears are working.
by Stephen White
· 6 years ago
dd39980
Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType"
by Robert Phillips
· 6 years ago
9725638
Make rest of GrGpu::wrapBackend* methods take a GrColorType
by Robert Phillips
· 6 years ago
fad9fbc
Revert "First draft of Dawn backend: clears are working."
by Greg Daniel
· 6 years ago
6cebea4
First draft of Dawn backend: clears are working.
by Stephen White
· 6 years ago
947efe2
makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext.
by Brian Salomon
· 6 years ago
0902c98
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2)
by Robert Phillips
· 6 years ago
fe88bf6
Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls"
by Greg Daniel
· 6 years ago
5572737
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls
by Robert Phillips
· 6 years ago
627d053
Move uses of functions taking SkColorType to GrColorType versions in GrCaps.
by Greg Daniel
· 6 years ago
27ae52c
Make deferred render target context without config or format
by Brian Salomon
· 6 years ago
da2e67a
Add GrProtected parameter to all createBackendTexture variants
by Robert Phillips
· 6 years ago
d628747
Make GrColorSpaceInfo store GrColorType.
by Brian Salomon
· 6 years ago
e7499c7
GrColorSpaceInfo stores SkAlphaType.
by Brian Salomon
· 6 years ago
23ca4e7
Enable creating protected vulkan backend
by Emircan Uysaler
· 6 years ago
f91aeb2
Move a bunch of gpu files out of include/private and into src/gpu.
by Greg Daniel
· 6 years ago
cb1adb4
Add srcData version of createBackendTexture API
by Robert Phillips
· 6 years ago
46cfbc6
Reland "Reland "Remove support for copyAsDraw in gpu copySurface.""
by Greg Daniel
· 6 years ago
4c6f9b7
Revert "Reland "Remove support for copyAsDraw in gpu copySurface.""
by Greg Daniel
· 6 years ago
4b432fa
run rewrite_includes.py
by Mike Klein
· 6 years ago
84ea049
Reland "Remove support for copyAsDraw in gpu copySurface."
by Greg Daniel
· 6 years ago
c5167c0
Revert "Remove support for copyAsDraw in gpu copySurface."
by Greg Daniel
· 6 years ago
6565506
Remove support for copyAsDraw in gpu copySurface.
by Greg Daniel
· 6 years ago
6eb8c24
Move readSurfacePixels and writePixelSurface into GrSurfaceContext.
by Greg Daniel
· 6 years ago
4bdd36f
Make color initialization version of createBackendTexture public
by Robert Phillips
· 6 years ago
b3f82dd
Reland "Remove call to copy in GrcontextPriv read/write pixel calls."
by Greg Daniel
· 6 years ago
1013ecf
Revert "Remove call to copy in GrcontextPriv read/write pixel calls."
by Greg Daniel
· 6 years ago
d0d66fb
Remove call to copy in GrcontextPriv read/write pixel calls.
by Greg Daniel
· 6 years ago
459b295
Expand backend allocation API to allow an initialization color (only for GL to start)
by Robert Phillips
· 6 years ago
5c7a25b
Move explicit backend object allocation API to GrContext
by Robert Phillips
· 6 years ago
0c6daf0
Direct backend object allocation API
by Robert Phillips
· 6 years ago
f9a1fdf
Reland "Add flush() to SkImage."
by Brian Salomon
· 6 years ago
693bc2b
Revert "Add flush() to SkImage."
by Brian Salomon
· 6 years ago
d0503a7
Add flush() to SkImage.
by Brian Salomon
· 6 years ago
7ecb8d1
Change flushing policy in GrContextPriv::writeSurfacePixels
by Robert Phillips
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 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
602df41
Reduce the number of flush entry points
by Robert Phillips
· 6 years ago
8e1529c
Stop using pendingIO in read/writeSurfacePixels (take 2)
by Robert Phillips
· 6 years ago
cd657f1
Revert "Stop using pendingIO in read/writeSurfacePixels"
by Robert Phillips
· 6 years ago
76cf552
Stop using pendingIO in read/writeSurfacePixels
by Robert Phillips
· 6 years ago
f7cdb68
Remove redundant setup code in readSurfacePixels
by Brian Osman
· 6 years ago
73cc4e8
Temporarily restore old behavior of read/writeSurfacePixels
by Robert Phillips
· 6 years ago
ba4178e
Remove unused PixelOpsFlags values
by Robert Phillips
· 6 years ago
4f98dbe
Improve color space logic in read/writeSurfacePixels
by Brian Osman
· 6 years ago
d0626aa
Add clamped half-float pixel config to Ganesh
by Brian Osman
· 6 years ago
bae7121
Add flush call to take access type, flags, and semaphore.
by Greg Daniel
· 6 years ago
2184fb7
Move StrikeCache and TextBlobCache to RecordingContext
by Robert Phillips
· 6 years ago
6a6de56
Begin switching GrRecordingContext over to having the GrDrawingManager
by Robert Phillips
· 6 years ago
c5058a6
Add addOnFlushCallbackObject at GrRecordingContext level
by Robert Phillips
· 6 years ago
292a6b2
Allow GrRecordingContext to create surfaceContexts
by Robert Phillips
· 6 years ago
f259b8b
Add kRGB_888X_GrPixelConfig
by Greg Daniel
· 6 years ago
6f0e02f
Switch path renderers over to using GrRecordingContext
by Robert Phillips
· 6 years ago
b97da53
Switch Ops over to using GrRecordingContext
by Robert Phillips
· 6 years ago
a9162df
Plumb abandonment throughout GrContext hierarchy
by Robert Phillips
· 7 years ago
d684148
Move auditTrail and opMemoryPool from GrContext to GrRecordingContext
by Robert Phillips
· 7 years ago
a41c685
Move proxyProvider and singleOwner to GrImageContext
by Robert Phillips
· 7 years ago
dbaf317
Move GrContextPriv methods to their own .cpp file
by Robert Phillips
· 7 years ago