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
*
Don't pass in RT to individual Gpu CommandBuffer calls
Greg Daniel
2016-10-12
*
Fix interface validation in Vulkan.
Greg Daniel
2016-10-12
*
Remove unused resolve parameters for vulkan render passes
Greg Daniel
2016-10-03
*
Add fence support for TransferBuffers
jvanverth
2016-09-30
*
Add command buffer submits before copy calls in vulkan.
egdaniel
2016-09-27
*
Revert of Add command buffer submits before copy calls in vulkan. (patchset #...
egdaniel
2016-09-27
*
Update vulkan varying locations to correctly handle arrays
egdaniel
2016-09-27
*
Add command buffer submits before copy calls in vulkan.
egdaniel
2016-09-27
*
Add GrVkCopyPipeline to handle vulkan copies as draws
egdaniel
2016-09-27
*
Clamp Vulkan caps to INT_MAX
jvanverth
2016-09-27
*
Quiet a -Wcomma warning.
mtklein
2016-09-26
*
Stop aggregating texture/buffer access objects in GrFragmentProcessor parents.
bsalomon
2016-09-26
*
Some Vulkan memory fixes and cleanup
jvanverth
2016-09-23
*
Revert of Some Vulkan memory fixes and cleanup (patchset #2 id:20001 of https...
jvanverth
2016-09-22
*
Some Vulkan memory fixes and cleanup
jvanverth
2016-09-22
*
Conditionally insert gl_PointSize into shaders.
bsalomon
2016-09-21
*
Always use transfer_dst for buffers.
jvanverth
2016-09-21
*
Fix possible divide by zero in vulkan granularity adjustments
egdaniel
2016-09-20
*
Use STDArray to for tracked resources in vulkan command buffer
egdaniel
2016-09-20
*
Support use of non-coherent memory allocations in Vulkan.
jvanverth
2016-09-20
*
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
bsalomon
2016-09-20
*
Workaround for Adreno INITIALIZATION_FAILED bug
egdaniel
2016-09-20
*
Create GrVkCopyPipeline class
egdaniel
2016-09-19
*
Move vulkan spir-v compile call to GrVkUtil
egdaniel
2016-09-19
*
Refactor vulkan buffer mapping and unmapping
egdaniel
2016-09-19
*
Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (...
bsalomon
2016-09-19
*
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
bsalomon
2016-09-19
*
Disable ignore discard optimization in Vulkan
egdaniel
2016-09-14
*
Lots of little cleanup improvements to Vulkan
egdaniel
2016-09-13
*
Add workaround for Adreno copyImageToBuffer calls on Vulkan
egdaniel
2016-09-12
*
Merge building of program desc in Vulkan into one step
egdaniel
2016-09-07
*
Merge GrGLSLProgramDesc into GrProgramDesc
egdaniel
2016-09-07
*
Improve usage of window rectangles
csmartdalton
2016-09-06
*
Revert of Improve usage of window rectangles (patchset #9 id:160001 of https:...
caryclark
2016-09-06
*
Improve usage of window rectangles
csmartdalton
2016-09-02
*
Small perf optimizations preparing sampled images in vulkan
egdaniel
2016-09-02
*
Define clear regions in terms of GrFixedClip
csmartdalton
2016-08-31
*
In VulkanWindowContext add check to see if ganesh changed the layout of the i...
egdaniel
2016-08-31
*
Always add a barrier when old layout was general in vulkan.
egdaniel
2016-08-31
*
Add some copy support for vulkan msaa
egdaniel
2016-08-31
*
Remove unneeded pipeline barrier in vulkan
egdaniel
2016-08-29
*
Don't add the resolve attachment to vulkan render passes.
egdaniel
2016-08-26
*
Add support for getting vulkan descriptor sets without a GrVkUniformHandler.
egdaniel
2016-08-25
*
Add addtional resolve calls to vulkan backend
egdaniel
2016-08-24
*
Add mssa configs for vulkan, and simple bug fix
egdaniel
2016-08-17
*
Fix compile warning on MSVC-vulkan (VkDeviceSize -> size_t)
brianosman
2016-08-15
*
Fix 4444 on Vulkan devices who don't support RGBA_4444
egdaniel
2016-08-15
*
Fix copying of data in vulkan testing texture
egdaniel
2016-08-15
*
Allow vulkan to upload data to testing textures with optimal layouts
egdaniel
2016-08-12
*
Revert of Fix 4444 on Vulkan devices who don't support RGBA_4444 (patchset #4...
egdaniel
2016-08-11
[next]