aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/vk/GrVkTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove integer texture supportBrian Salomon2018-02-061-4/+0
* Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and ...Robert Phillips2017-12-131-0/+4
* Use enum to track MipMapsStatus throughout Texture creationGreg Daniel2017-10-121-9/+17
* Set correct mip map status on GrTexture since we no longer require all mip dataGreg Daniel2017-10-101-7/+11
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Brian Salomon2017-09-071-3/+3
* Fix up and clarify use of maxMipLevel in VulkanGreg Daniel2017-09-011-1/+2
* Retract Gr*Priv.h includes a bitRobert Phillips2017-08-311-1/+2
* Use GrBackendObjectOwnership instead of GrVkImage::WrappedGreg Daniel2017-08-181-9/+9
* sk_sp-ify GrResourceProvider some moreRobert Phillips2017-06-051-4/+4
* Expand texturability testing to cover mip-mapped textures, and fix iOSBrian Osman2017-06-021-3/+3
* Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS"Brian Osman2017-06-011-3/+3
* Expand texturability testing to cover mip-mapped textures, and fix iOSBrian Osman2017-06-011-3/+3
* Revert "Revert "Remove GrSurfaceDesc member from GrSurface.""Brian Salomon2017-05-211-3/+3
* Revert "Remove GrSurfaceDesc member from GrSurface."Greg Daniel2017-05-181-3/+3
* Remove GrSurfaceDesc member from GrSurface.Brian Salomon2017-05-181-3/+3
* Remove SkCrossContextImageData and all support codeBrian Osman2017-05-111-13/+3
* Expand GrTextureProxy to handle highestFilterModeRobert Phillips2017-05-081-3/+12
* Treat cross context images as Ganesh-created resourcesBrian Osman2017-03-131-4/+7
* Revert "Treat cross context images as Ganesh-created resources"Brian Osman2017-03-101-7/+4
* Treat cross context images as Ganesh-created resourcesBrian Osman2017-03-101-4/+7
* Add GrExternalTextureData and SkCrossContextImageDataBrian Osman2017-02-281-0/+6
* Revert "Add GrExternalTextureData and SkCrossContextImageData"Brian Osman2017-02-241-6/+0
* Add GrExternalTextureData and SkCrossContextImageDataBrian Osman2017-02-241-0/+6
* Rename GrTextureParams to GrSamplerParamsBrian Salomon2016-11-171-3/+3
* Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""Brian Salomon2016-11-071-3/+6
* Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."Ben Wagner2016-11-061-6/+3
* Limit GL_TEXTURE_RECTANGLE filtering to bilinear.Brian Salomon2016-11-041-3/+6
* Remove SkAutoTUnref and SkAutoTDelete from public includes.bungeman2016-10-271-5/+5
* Update RT views and framebuffer in vulkan after mipmapingegdaniel2016-07-131-2/+10
* Add Texture2D and Sampler GrSLTypesegdaniel2016-07-131-3/+3
* Create free list heap for suballocationjvanverth2016-06-131-1/+1
* Add offset to memory allocationsjvanverth2016-06-011-1/+1
* Fix return from nullptr to false in GrVkTexture.cppbsalomon2016-05-141-1/+1
* Refactor Vulkan image, texture, RTs so that create and getter handles match.egdaniel2016-05-131-73/+45
* Support allowSRGBInputs on Vulkan (via secondary texture views)brianosman2016-05-121-3/+37
* Reset layout to undefined when we realloc VkTexture memoryegdaniel2016-05-091-0/+1
* Apply setImageLayout() to all of a VkImage's subresources.jvanverth2016-05-031-9/+9
* Add mipmap loading to Vulkan.jvanverth2016-04-291-23/+21
* Fix vulkan build on linux and androidegdaniel2016-04-281-1/+1
* Add automatic generation of mipmaps to Vulkanjvanverth2016-04-261-1/+62
* Refactor to separate backend object lifecycle and GpuResource budget decisionkkinnunen2016-04-221-23/+32
* Update min Vulkan version to 1.0.8.0, and fix various bugsegdaniel2016-04-211-2/+5
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-2/+1
* Fix borrowed GrVkImage::Resource.jvanverth2016-03-221-3/+6
* Implement Vulkan GrBackendObject for textures.jvanverth2016-03-181-5/+24
* Add support for vertex and geometry shader texturescdalton2016-03-111-2/+4
* Get Vk compiling post-MIP map changesbsalomon2016-03-021-2/+2
* Add vulkan files into skia repo. This is an incomplete backend with only part...Greg Daniel2016-02-221-0/+124
* Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://c...egdaniel2016-02-221-124/+0
* Add vulkan files into skia repo. This is an incomplete backend with only part...Greg Daniel2016-02-221-0/+124