index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
vk
/
GrVkGpu.cpp
Commit message (
Expand
)
Author
Age
*
Add new SkImage factory to create from GrBackendTexture with SkColorType
Greg Daniel
2017-12-18
*
Start removing uses of VkFormatToPixelConfig in vulkan backend
Greg Daniel
2017-12-13
*
Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture
Robert Phillips
2017-12-13
*
Remove GrBackendObject from tests (except image_from_yuv_textures)
Robert Phillips
2017-12-12
*
sk_spification of GrGpu creation.
Brian Salomon
2017-12-07
*
Move pixel config getter to private in GrBackendSurface
Greg Daniel
2017-11-13
*
workaround for VkWrapTests crash
Ethan Nicholas
2017-10-26
*
Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImage...
Greg Daniel
2017-10-23
*
Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"
Greg Daniel
2017-10-19
*
Support creation/use of mipped proxy in GrBackendTextureImageGenerator
Greg Daniel
2017-10-19
*
Add flag on GrBackendTexture to say whether texture is mipped or not
Greg Daniel
2017-10-12
*
Use enum to track MipMapsStatus throughout Texture creation
Greg Daniel
2017-10-12
*
Set correct mip map status on GrTexture since we no longer require all mip data
Greg Daniel
2017-10-10
*
Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests""
Greg Daniel
2017-09-29
*
Revert "Update GrBitmapTextureMaker for handling mipped requests"
Greg Daniel
2017-09-28
*
Update GrBitmapTextureMaker for handling mipped requests
Greg Daniel
2017-09-28
*
Retract Gr*Priv.h includes a bit
Robert Phillips
2017-08-31
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
Add support for vkCmdCopyBuffer
Greg Daniel
2017-08-25
*
Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.
Greg Daniel
2017-08-24
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Remove fStencilClearValue from Vulkan's CommandBufferInfo struct
Robert Phillips
2017-08-10
*
Add explicit clear of stencil buffer before opLists that use them
Robert Phillips
2017-08-08
*
Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on ...
Greg Daniel
2017-08-02
*
Revert "Revert "Revert "Add support for semaphores to be inserted on GrContex...
Yuqian Li
2017-08-01
*
Revert "Revert "Add support for semaphores to be inserted on GrContext flush""
Greg Daniel
2017-08-01
*
Revert "Remove origin field from GrSurface"
Robert Phillips
2017-08-01
*
Remove origin field from GrSurface
Robert Phillips
2017-07-31
*
Pull non-substantive changes out of omnibus GrSurface CL
Robert Phillips
2017-07-27
*
Add Make[backend] calls for creating GrContexts
Greg Daniel
2017-07-25
*
Revert "Add support for semaphores to be inserted on GrContext flush"
Mike Reed
2017-07-22
*
Add support for semaphores to be inserted on GrContext flush
Greg Daniel
2017-07-22
*
Remove GrBackendTextureDesc
Brian Salomon
2017-07-20
*
Update gpu caps for valid sample counts.
Greg Daniel
2017-07-19
*
Address ASAN complaint
Robert Phillips
2017-07-12
*
Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu
Robert Phillips
2017-07-12
*
Indicate texel buffer support in Vulkan
Chris Dalton
2017-07-06
*
Restrict acceptable bounds for uploading data to mip levels on GPU
Greg Daniel
2017-06-26
*
Revert "Revert "Clean up onTransferPixels""
Jim Van Verth
2017-06-22
*
Revert "Clean up onTransferPixels"
Jim Van Verth
2017-06-21
*
Clean up onTransferPixels
Jim Van Verth
2017-06-21
*
Revert "Revert "Add API for flushing surfaces with gpu semaphores""
Greg Daniel
2017-06-16
*
Revert "Add API for flushing surfaces with gpu semaphores"
Greg Daniel
2017-06-15
*
Add API for flushing surfaces with gpu semaphores
Greg Daniel
2017-06-15
*
sk_sp-ify GrResourceProvider some more
Robert Phillips
2017-06-05
*
Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be ...
Brian Salomon
2017-05-23
*
Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared ...
Brian Salomon
2017-05-23
*
Add a flag to GrSurfaceFlags that requires the texture to be cleared upon cre...
Brian Salomon
2017-05-23
*
Remove compressed (ETC1) texture support from Ganesh (take 2)
Robert Phillips
2017-05-23
[next]