index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
vk
Commit message (
Expand
)
Author
Age
*
Use NV glsl shader compiler for Vulkan
egdaniel
2016-03-28
*
Add WSI functions to GrVkInterface
jvanverth
2016-03-28
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
got Vulkan compiling on Linux again
ethannicholas
2016-03-25
*
added support for glMinSampleShading
ethannicholas
2016-03-25
*
Revise layer, extension and feature setup for Vulkan
jvanverth
2016-03-25
*
Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...
robertphillips
2016-03-25
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
Remove debug prints in GrVkGpu
egdaniel
2016-03-24
*
Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines)
egdaniel
2016-03-23
*
GrVkGpu initialization cleanup.
jvanverth
2016-03-23
*
Make max number of vertex attributes be checked dynamically
bsalomon
2016-03-23
*
Fix borrowed GrVkImage::Resource.
jvanverth
2016-03-22
*
Fully implement onResetContext for Vulkan
egdaniel
2016-03-22
*
fix release build vulkan
egdaniel
2016-03-21
*
Minor fixes to avoid NVPR in Vulkan and provide good GrVkGpu teardown.
jvanverth
2016-03-21
*
Add DescriptorPool and set manager to GrVkProgram
egdaniel
2016-03-18
*
Use dynamic state from vulkan pipelines
egdaniel
2016-03-18
*
Enable extension support and debug layer.
jvanverth
2016-03-18
*
Implement Vulkan GrBackendObject for textures.
jvanverth
2016-03-18
*
Update how we send draws to gpu backend to reduce state setting.
egdaniel
2016-03-17
*
Create new buffer (if necessary) on vkMap
jvanverth
2016-03-16
*
Add support for vertex and geometry shader textures
cdalton
2016-03-11
*
Fix 32bit win Vulkan build
bsalomon
2016-03-10
*
Fix some issues for Linux Vulkan build
jvanverth
2016-03-09
*
Don't allow nullptr in texels array params (unless using a transfer buffer).
bsalomon
2016-03-09
*
Fill out more information in GrVkCaps
egdaniel
2016-03-08
*
Buffer fix for VkProgram caching
jvanverth
2016-03-08
*
Add support for 2x2 matrices
cdalton
2016-03-07
*
Add "sample locations" feature to GrProcessor
cdalton
2016-03-07
*
Fix stall in Vk clear
jvanverth
2016-03-04
*
Add a cache of GrVkSamplers in GrVkResourceProvider.
egdaniel
2016-03-04
*
Revert of Don't allow nullptr in texels array params (unless using a transfer...
bsalomon
2016-03-04
*
Don't allow nullptr in texels array params (unless using a transfer buffer).
bsalomon
2016-03-04
*
Use VkPipelineCaches during VkPipeline creation
jvanverth
2016-03-02
*
Replace some nullptrs with VK_NULL_HANDLE
jvanverth
2016-03-02
*
Get Vk compiling post-MIP map changes
bsalomon
2016-03-02
*
Implement various vulkan stencil clears and fix various stenciling bugs.
egdaniel
2016-03-01
*
Make GrVkStencilAttachment derive form GrVkImage
egdaniel
2016-02-26
*
Fix memory crash in vulakn writeUniformBuffers
egdaniel
2016-02-26
*
Replace fWillReadFragmentPosition with a bitfield
cdalton
2016-02-26
*
Add back Vk files with LF endings
jvanverth
2016-02-26
*
Remove Vk files with spurious CRLFs
jvanverth
2016-02-26
*
Fix oval rendering in vulkan
egdaniel
2016-02-26
*
Fix uniform buffer layout in vulkan
egdaniel
2016-02-26
*
Add VkProgramDataManager back into to repo
egdaniel
2016-02-26
*
Try to fix broken file by just deleting it.
egdaniel
2016-02-26
*
Add stub for new method to GrVkGpu
jvanverth
2016-02-25
*
Update shaderc lib and use single combined lib
Greg Daniel
2016-02-25
*
fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes()
bsalomon
2016-02-22
[next]