aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk/GrVkGpu.cpp
Commit message (Expand)AuthorAge
* Make use of VkSemaphores thread safe assuming use of the same VkQueue.Gravatar Greg Daniel2018-01-22
* Update GrSemaphore to allow it to only be used once for signaling and once fo...Gravatar Greg Daniel2018-01-09
* Add new SkImage factory to create from GrBackendTexture with SkColorTypeGravatar Greg Daniel2017-12-18
* Start removing uses of VkFormatToPixelConfig in vulkan backendGravatar Greg Daniel2017-12-13
* Update SkImage::MakeFromYUVTexturesCopy to GrBackendTextureGravatar Robert Phillips2017-12-13
* Remove GrBackendObject from tests (except image_from_yuv_textures)Gravatar Robert Phillips2017-12-12
* sk_spification of GrGpu creation.Gravatar Brian Salomon2017-12-07
* Move pixel config getter to private in GrBackendSurfaceGravatar Greg Daniel2017-11-13
* workaround for VkWrapTests crashGravatar Ethan Nicholas2017-10-26
* Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImage...Gravatar Greg Daniel2017-10-23
* Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"Gravatar Greg Daniel2017-10-19
* Support creation/use of mipped proxy in GrBackendTextureImageGeneratorGravatar Greg Daniel2017-10-19
* Add flag on GrBackendTexture to say whether texture is mipped or notGravatar Greg Daniel2017-10-12
* Use enum to track MipMapsStatus throughout Texture creationGravatar Greg Daniel2017-10-12
* Set correct mip map status on GrTexture since we no longer require all mip dataGravatar Greg Daniel2017-10-10
* Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests""Gravatar Greg Daniel2017-09-29
* Revert "Update GrBitmapTextureMaker for handling mipped requests"Gravatar Greg Daniel2017-09-28
* Update GrBitmapTextureMaker for handling mipped requestsGravatar Greg Daniel2017-09-28
* Retract Gr*Priv.h includes a bitGravatar Robert Phillips2017-08-31
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* Add support for vkCmdCopyBufferGravatar Greg Daniel2017-08-25
* Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU.Gravatar Greg Daniel2017-08-24
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Remove fStencilClearValue from Vulkan's CommandBufferInfo structGravatar Robert Phillips2017-08-10
* Add explicit clear of stencil buffer before opLists that use themGravatar Robert Phillips2017-08-08
* Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on ...Gravatar Greg Daniel2017-08-02
* Revert "Revert "Revert "Add support for semaphores to be inserted on GrContex...Gravatar Yuqian Li2017-08-01
* Revert "Revert "Add support for semaphores to be inserted on GrContext flush""Gravatar Greg Daniel2017-08-01
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* Pull non-substantive changes out of omnibus GrSurface CLGravatar Robert Phillips2017-07-27
* Add Make[backend] calls for creating GrContextsGravatar Greg Daniel2017-07-25
* Revert "Add support for semaphores to be inserted on GrContext flush"Gravatar Mike Reed2017-07-22
* Add support for semaphores to be inserted on GrContext flushGravatar Greg Daniel2017-07-22
* Remove GrBackendTextureDescGravatar Brian Salomon2017-07-20
* Update gpu caps for valid sample counts.Gravatar Greg Daniel2017-07-19
* Address ASAN complaintGravatar Robert Phillips2017-07-12
* Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpuGravatar Robert Phillips2017-07-12
* Indicate texel buffer support in VulkanGravatar Chris Dalton2017-07-06
* Restrict acceptable bounds for uploading data to mip levels on GPUGravatar Greg Daniel2017-06-26
* Revert "Revert "Clean up onTransferPixels""Gravatar Jim Van Verth2017-06-22
* Revert "Clean up onTransferPixels"Gravatar Jim Van Verth2017-06-21
* Clean up onTransferPixelsGravatar Jim Van Verth2017-06-21
* Revert "Revert "Add API for flushing surfaces with gpu semaphores""Gravatar Greg Daniel2017-06-16
* Revert "Add API for flushing surfaces with gpu semaphores"Gravatar Greg Daniel2017-06-15
* Add API for flushing surfaces with gpu semaphoresGravatar Greg Daniel2017-06-15
* sk_sp-ify GrResourceProvider some moreGravatar Robert Phillips2017-06-05
* Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be ...Gravatar Brian Salomon2017-05-23
* Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared ...Gravatar Brian Salomon2017-05-23