Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
796693af3cda0e24a76a89a092ed8de0e46ccb18
/
src
/
gpu
/
vk
/
GrVkGpu.h
796693a
Mark wrapped textures imported into SkImages as "read only".
by Brian Salomon
· 6 years ago
7a82edf
Add support for immuatable samplers in vulkan.
by Greg Daniel
· 6 years ago
54bfb18
Privately include our version of vulkan header file in all our src files.
by Greg Daniel
· 6 years ago
2268ad2
Add flag to force purge resources from cache as soon as possible.
by Greg Daniel
· 6 years ago
64cc9aa
Add drawDrawable support to GrRenderTargetContext.
by Greg Daniel
· 6 years ago
56d19a5
add support for clears to Metal backend
by Ethan Nicholas
· 6 years ago
a41a74a
Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface."
by Greg Daniel
· 6 years ago
9b7bfd0
In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface.
by Greg Daniel
· 6 years ago
cfa3935
Remove debug only clearStencil virtual on GrGpu.
by Greg Daniel
· 6 years ago
646f637
Add rowBytes to createTestingOnlyBackendTexture
by Robert Phillips
· 6 years ago
637c06a
Add Vulkan support to GrAHardwareBufferImageGenerator
by Greg Daniel
· 6 years ago
ecddbc0
Add support for switching family queues in vulkan.
by Greg Daniel
· 6 years ago
5b5d84c
Cache the command buffer objects
by Robert Phillips
· 6 years ago
2d010b6
Remove old sRGB config support from backend render target tool utilities
by Brian Osman
· 6 years ago
98bffae
Reland "Reland "Let client pass in full extension to GrVkBackendContext.""
by Greg Daniel
· 6 years ago
c8cd45a
Generate GrVkInterface when we make the GrVkGpu.
by Greg Daniel
· 6 years ago
37329b3
Reland "Reland "Move Vulkan DebugCallback code into tools.""
by Greg Daniel
· 6 years ago
f730c18
Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt.""
by Greg Daniel
· 6 years ago
007267b
Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt.""
by Greg Daniel
· 7 years ago
3148f80
Revert "Reland "Move Vulkan DebugCallback code into tools.""
by Greg Daniel
· 7 years ago
dc13c21
Revert "Reland "Let client pass in full extension to GrVkBackendContext.""
by Greg Daniel
· 7 years ago
a782dcb
Reland "Let client pass in full extension to GrVkBackendContext."
by Greg Daniel
· 7 years ago
be0ab88
Reland "Move Vulkan DebugCallback code into tools."
by Greg Daniel
· 7 years ago
0db3a88
Reland "Make GrVkBackendContext no longer derive from SkRefCnt."
by Greg Daniel
· 7 years ago
059a9ab
Revert "Make GrVkBackendContext no longer derive from SkRefCnt."
by Greg Daniel
· 7 years ago
05d3fe3
Revert "Move Vulkan DebugCallback code into tools."
by Greg Daniel
· 7 years ago
cb92b26
Revert "Let client pass in full extension to GrVkBackendContext."
by Greg Daniel
· 7 years ago
45c9dab
Let client pass in full extension to GrVkBackendContext.
by Greg Daniel
· 7 years ago
d4b2ade
Move Vulkan DebugCallback code into tools.
by Greg Daniel
· 7 years ago
93ae233
Make GrVkBackendContext no longer derive from SkRefCnt.
by Greg Daniel
· 7 years ago
930f939
Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage
by Brian Salomon
· 7 years ago
a694870
Remove origin from GrGpu::readPixels
by Brian Salomon
· 7 years ago
a9b04b9
Remove origin from GrGpu::writePixels
by Brian Salomon
· 7 years ago
0ba9fa0
Remove GrGpu::getWritePixelsInfo
by Brian Salomon
· 7 years ago
d494f6e
Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2
by Brian Salomon
· 7 years ago
81df041
Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh."
by Greg Daniel
· 7 years ago
a9d3dae
Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh."
by Greg Daniel
· 7 years ago
331c266
Use GrVkMemoryAllocator for vulkan memory allocations in ganesh.
by Greg Daniel
· 7 years ago
032aaae
Remove legacy GrContext factories function and supporting code/types.
by Brian Salomon
· 7 years ago
55fa647
Correctly discard or load RT when doing copies as draws in Vulkan
by Greg Daniel
· 7 years ago
52e943a
Add testing-only backend render target support to GrVkGpu.
by Brian Salomon
· 7 years ago
26102cb
Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&
by Brian Salomon
· 7 years ago
f865b05
Add GM configs that test rendering to a GL backend texture and render target
by Brian Salomon
· 7 years ago
26b50a4
Add testing only helper to flush and sync gpu.
by Greg Daniel
· 7 years ago
58389b9
Initial texture data is never flipped when uploaded.
by Brian Salomon
· 7 years ago
e64b064
Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture.
by Brian Salomon
· 7 years ago
2a4f983
Remove GrSurfaceOrigin from GrSurfaceDesc.
by Brian Salomon
· 7 years ago
8385a8a
Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory.""
by Greg Daniel
· 7 years ago
88fdee9
Revert "Fixes to alignment issues with regards to mapped vulkan memory."
by Greg Daniel
· 7 years ago
9fb6cf4
Fixes to alignment issues with regards to mapped vulkan memory.
by Greg Daniel
· 7 years ago
c320b15
Introduce GrColorType
by Brian Salomon
· 7 years ago
535ba8d
Drop unused support for MSAA sample locations
by Chris Dalton
· 7 years ago
9b009bb
Prepare sRGB encoding conversion for the removal of GrPixelConfig
by Brian Salomon
· 7 years ago
1fabd51
Track dirty rects on GrRenderTargets in native space rather than origin-relative
by Brian Salomon
· 7 years ago
7f86192
Revert "Drop support for unused MSAA extensions"
by Robert Phillips
· 7 years ago
7df2746
Drop support for unused MSAA extensions
by Chris Dalton
· 7 years ago
48661b8
Make use of VkSemaphores thread safe assuming use of the same VkQueue.
by Greg Daniel
· 7 years ago
17b7c05
Update GrSemaphore to allow it to only be used once for signaling and once for waiting.
by Greg Daniel
· 7 years ago
e42edcc
Add stubbed out GrContext
by Robert Phillips
· 7 years ago
c25db63
Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture
by Robert Phillips
· 7 years ago
d21b2a5
Remove GrBackendObject from tests (except image_from_yuv_textures)
by Robert Phillips
· 7 years ago
f06c358
Remove instanced rendering
by Brian Salomon
· 7 years ago
384fab4
sk_spification of GrGpu creation.
by Brian Salomon
· 7 years ago
177e695
Add flag on GrBackendTexture to say whether texture is mipped or not
by Greg Daniel
· 7 years ago
b0e93a2
Remove origin field from GrSurface (take 2)
by Robert Phillips
· 7 years ago
6888c0d
Add support for vkCmdCopyBuffer
by Greg Daniel
· 7 years ago
500d58b
Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.
by Greg Daniel
· 7 years ago
8c326e9
Remove fStencilClearValue from Vulkan's CommandBufferInfo struct
by Robert Phillips
· 7 years ago
9521447
Add explicit clear of stencil buffer before opLists that use them
by Robert Phillips
· 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
02611d9
Add Make[backend] calls for creating GrContexts
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
d17f658
Remove GrBackendTextureDesc
by Brian Salomon
· 7 years ago
590533f
Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu
by Robert Phillips
· 7 years ago
2e5eaf0
Revert "Revert "Clean up onTransferPixels""
by Jim Van Verth
· 8 years ago
ce57552
Revert "Clean up onTransferPixels"
by Jim Van Verth
· 8 years ago
f7037d0
Clean up onTransferPixels
by Jim Van Verth
· 8 years ago
a5cb781
Revert "Revert "Add API for flushing surfaces with gpu semaphores""
by Greg Daniel
· 8 years ago
7292231
Revert "Add API for flushing surfaces with gpu semaphores"
by Greg Daniel
· 8 years ago
66366c6
Add API for flushing surfaces with gpu semaphores
by Greg Daniel
· 8 years ago
31550db
Revert "Revert "Workaround Adreno driver issue with stencil clears.""
by Mike Klein
· 8 years ago
8b06ed7
Revert "Workaround Adreno driver issue with stencil clears."
by Mike Klein
· 8 years ago
4e8c581
Workaround Adreno driver issue with stencil clears.
by Brian Salomon
· 8 years ago
67d52cf
sk_sp-ify GrResourceProvider some more
by Robert Phillips
· 8 years ago
92de631
Remove compressed (ETC1) texture support from Ganesh (take 2)
by Robert Phillips
· 8 years ago
bc262e1
Revert "Remove compressed (ETC1) texture support from Ganesh"
by Brian Osman
· 8 years ago
ee26363
Remove compressed (ETC1) texture support from Ganesh
by Robert Phillips
· 8 years ago
18e9484
Rename finishOpList to finishFlush and call it less frequently
by Robert Phillips
· 8 years ago
13dddce
Added SkImage::MakeCrossContextFromEncoded
by Brian Osman
· 8 years ago
8606cf8
Implement disconnect function for GrVkGpu
by Greg Daniel
· 8 years ago
449d78f
Revert "Added SkImage::MakeCrossContextFromEncoded"
by Brian Salomon
· 8 years ago
83b1b3d
Added SkImage::MakeCrossContextFromEncoded
by Brian Osman
· 8 years ago
c2dd5ed
Add GrVkTexelBuffer class
by Greg Daniel
· 8 years ago
ff92650
Convert GrMesh to a struct
by Chris Dalton
· 8 years ago
bcf612b
Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia""
by Greg Daniel
· 8 years ago
Next »