index
:
external_skia.git
lp5.0
p9.0
external_skia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gpu
/
vk
/
GrVkTexture.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove integer texture support
Brian Salomon
2018-02-06
1
-4
/
+0
*
Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and ...
Robert Phillips
2017-12-13
1
-0
/
+4
*
Use enum to track MipMapsStatus throughout Texture creation
Greg Daniel
2017-10-12
1
-9
/
+17
*
Set correct mip map status on GrTexture since we no longer require all mip data
Greg Daniel
2017-10-10
1
-7
/
+11
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
1
-3
/
+3
*
Fix up and clarify use of maxMipLevel in Vulkan
Greg Daniel
2017-09-01
1
-1
/
+2
*
Retract Gr*Priv.h includes a bit
Robert Phillips
2017-08-31
1
-1
/
+2
*
Use GrBackendObjectOwnership instead of GrVkImage::Wrapped
Greg Daniel
2017-08-18
1
-9
/
+9
*
sk_sp-ify GrResourceProvider some more
Robert Phillips
2017-06-05
1
-4
/
+4
*
Expand texturability testing to cover mip-mapped textures, and fix iOS
Brian Osman
2017-06-02
1
-3
/
+3
*
Revert "Expand texturability testing to cover mip-mapped textures, and fix iOS"
Brian Osman
2017-06-01
1
-3
/
+3
*
Expand texturability testing to cover mip-mapped textures, and fix iOS
Brian Osman
2017-06-01
1
-3
/
+3
*
Revert "Revert "Remove GrSurfaceDesc member from GrSurface.""
Brian Salomon
2017-05-21
1
-3
/
+3
*
Revert "Remove GrSurfaceDesc member from GrSurface."
Greg Daniel
2017-05-18
1
-3
/
+3
*
Remove GrSurfaceDesc member from GrSurface.
Brian Salomon
2017-05-18
1
-3
/
+3
*
Remove SkCrossContextImageData and all support code
Brian Osman
2017-05-11
1
-13
/
+3
*
Expand GrTextureProxy to handle highestFilterMode
Robert Phillips
2017-05-08
1
-3
/
+12
*
Treat cross context images as Ganesh-created resources
Brian Osman
2017-03-13
1
-4
/
+7
*
Revert "Treat cross context images as Ganesh-created resources"
Brian Osman
2017-03-10
1
-7
/
+4
*
Treat cross context images as Ganesh-created resources
Brian Osman
2017-03-10
1
-4
/
+7
*
Add GrExternalTextureData and SkCrossContextImageData
Brian Osman
2017-02-28
1
-0
/
+6
*
Revert "Add GrExternalTextureData and SkCrossContextImageData"
Brian Osman
2017-02-24
1
-6
/
+0
*
Add GrExternalTextureData and SkCrossContextImageData
Brian Osman
2017-02-24
1
-0
/
+6
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
1
-3
/
+3
*
Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""
Brian Salomon
2016-11-07
1
-3
/
+6
*
Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."
Ben Wagner
2016-11-06
1
-6
/
+3
*
Limit GL_TEXTURE_RECTANGLE filtering to bilinear.
Brian Salomon
2016-11-04
1
-3
/
+6
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
1
-5
/
+5
*
Update RT views and framebuffer in vulkan after mipmaping
egdaniel
2016-07-13
1
-2
/
+10
*
Add Texture2D and Sampler GrSLTypes
egdaniel
2016-07-13
1
-3
/
+3
*
Create free list heap for suballocation
jvanverth
2016-06-13
1
-1
/
+1
*
Add offset to memory allocations
jvanverth
2016-06-01
1
-1
/
+1
*
Fix return from nullptr to false in GrVkTexture.cpp
bsalomon
2016-05-14
1
-1
/
+1
*
Refactor Vulkan image, texture, RTs so that create and getter handles match.
egdaniel
2016-05-13
1
-73
/
+45
*
Support allowSRGBInputs on Vulkan (via secondary texture views)
brianosman
2016-05-12
1
-3
/
+37
*
Reset layout to undefined when we realloc VkTexture memory
egdaniel
2016-05-09
1
-0
/
+1
*
Apply setImageLayout() to all of a VkImage's subresources.
jvanverth
2016-05-03
1
-9
/
+9
*
Add mipmap loading to Vulkan.
jvanverth
2016-04-29
1
-23
/
+21
*
Fix vulkan build on linux and android
egdaniel
2016-04-28
1
-1
/
+1
*
Add automatic generation of mipmaps to Vulkan
jvanverth
2016-04-26
1
-1
/
+62
*
Refactor to separate backend object lifecycle and GpuResource budget decision
kkinnunen
2016-04-22
1
-23
/
+32
*
Update min Vulkan version to 1.0.8.0, and fix various bugs
egdaniel
2016-04-21
1
-2
/
+5
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
1
-2
/
+1
*
Fix borrowed GrVkImage::Resource.
jvanverth
2016-03-22
1
-3
/
+6
*
Implement Vulkan GrBackendObject for textures.
jvanverth
2016-03-18
1
-5
/
+24
*
Add support for vertex and geometry shader textures
cdalton
2016-03-11
1
-2
/
+4
*
Get Vk compiling post-MIP map changes
bsalomon
2016-03-02
1
-2
/
+2
*
Add vulkan files into skia repo. This is an incomplete backend with only part...
Greg Daniel
2016-02-22
1
-0
/
+124
*
Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://c...
egdaniel
2016-02-22
1
-124
/
+0
*
Add vulkan files into skia repo. This is an incomplete backend with only part...
Greg Daniel
2016-02-22
1
-0
/
+124