aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/vk
Commit message (Expand)AuthorAge
* Revert "Revert "Change how vertex/instance attributes are handled in geometry...Gravatar Brian Salomon2018-06-19
* Stop using SkTSwap.Gravatar Ben Wagner2018-06-19
* Revert "Change how vertex/instance attributes are handled in geometry process...Gravatar Mike Klein2018-06-19
* Change how vertex/instance attributes are handled in geometry processors.Gravatar Brian Salomon2018-06-18
* Always use dedicated VkImage memory on NexusPlayer and Mali.Gravatar Greg Daniel2018-06-18
* remove stray SkTLList includesGravatar Mike Klein2018-06-18
* Fix unused propFlags in GrVkMemory.Gravatar Greg Daniel2018-06-15
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Remove unused code that was used for late mip allocations.Gravatar Greg Daniel2018-06-13
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkMacros split from SkTypes.hGravatar Hal Canary2018-06-12
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* Reland "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu.Gravatar Brian Salomon2018-06-08
* Revert "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineSta...Gravatar Brian Salomon2018-06-08
* Reland "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-08
* Revert "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-07
* Remove GrGLSLFragProcs typedef. Use unique_ptr to for GrGLSLFragmentProcessor...Gravatar Brian Salomon2018-06-07
* Require mips to be allocated at texture creation time and disable late alloca...Gravatar Greg Daniel2018-06-07
* Add guard around GrVkBackendContext::Create function.Gravatar Greg Daniel2018-06-07
* Remove origin from GrGpu::readPixelsGravatar Brian Salomon2018-06-02
* Remove origin from GrGpu::writePixelsGravatar Brian Salomon2018-06-02
* Remove GrGpu::getWritePixelsInfoGravatar Brian Salomon2018-06-01
* Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/Write...Gravatar Brian Salomon2018-06-01
* Always keep buffers in vulkan persistently mapped.Gravatar Greg Daniel2018-06-01
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh."Gravatar Greg Daniel2018-05-31
* Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh."Gravatar Greg Daniel2018-05-30
* Revert "Move include into head to fix build breakage."Gravatar Greg Daniel2018-05-30
* Move include into head to fix build breakage.Gravatar Greg Daniel2018-05-30
* Use GrVkMemoryAllocator for vulkan memory allocations in ganesh.Gravatar Greg Daniel2018-05-30
* Make GrPrimitiveProcessor::Attribute a class, hide data members.Gravatar Brian Salomon2018-05-30
* Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMem...Gravatar Greg Daniel2018-05-30
* Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMem...Gravatar Greg Daniel2018-05-25
* Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAlloc...Gravatar Greg Daniel2018-05-25
* Move vulkan layout helpers from GrVkMemory to GrVkImage.Gravatar Greg Daniel2018-05-24
* Reland "Remove GrBackendObject and all related functions from Skia."Gravatar Greg Daniel2018-05-21
* Driver bug workaround: max_texture_size_limit_4096Gravatar Adrienne Walker2018-05-15
* Revert "Remove GrBackendObject and all related functions from Skia."Gravatar Brian Osman2018-05-10
* Remove GrBackendObject and all related functions from Skia.Gravatar Greg Daniel2018-05-10
* Implement GL canCopySurface in GrGLCaps.Gravatar Greg Daniel2018-05-03
* Remove GrPrimitiveType::kTriangleFanGravatar Brian Salomon2018-04-30
* Add GrCap check for whether we can do a copy or not, and implement in Vk backendGravatar Greg Daniel2018-04-25
* Compile with latest clang 7.Gravatar Ben Wagner2018-04-24
* Add discard check when deciding if we should execute op list or not.Gravatar Greg Daniel2018-04-20
* When creating testing backendTexture take colorspace into account.Gravatar Greg Daniel2018-04-19
* No long require copy as draw for vulkan wrapped resources.Gravatar Greg Daniel2018-04-17
* Revert "Delete getRenderTargetHandle call on SkSurface."Gravatar Greg Daniel2018-04-14
* Don't create lazy proxys if their width/height is greater than max tex sizeGravatar Greg Daniel2018-04-12