Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
941e7e2c9567ab1d8a3b2d1b0e3db71ee5eb75c9
/
src
/
gpu
/
vk
941e7e2
re-land of added sk_FragCoord support to skslc
by Ethan Nicholas
· 8 years ago
e8e4a3e
Revert "added sk_FragCoord support to skslc"
by Greg Daniel
· 8 years ago
ce33f10
added sk_FragCoord support to skslc
by Ethan Nicholas
· 8 years ago
742e31d
Rename GrBatchFlushState to GrOpFlushState
by Brian Salomon
· 8 years ago
9afd371
Rename GrDrawBatch->GrDrawOp
by Brian Salomon
· 8 years ago
fa56584
Remove unused copySurfaceAsDraw code from GrVkGpu
by Brian Osman
· 8 years ago
c293a29
Make GrGpuCommandBuffer infer its render target from first draw
by Brian Salomon
· 8 years ago
1edc5b9
Rename vars and functions from 'glslcaps'->'shadercaps'
by Brian Salomon
· 8 years ago
94efbf5
Merge GrGLSLCaps into GrShaderCaps
by Brian Salomon
· 8 years ago
f9f4512
Reland image storage with fixes.
by Brian Salomon
· 8 years ago
59dc411
Revert "Initial OpenGL Image support."
by Brian Salomon
· 8 years ago
be34882
Initial OpenGL Image support.
by Brian Salomon
· 8 years ago
6039768
Move GrShaderVar to an appending model for layout qualifiers
by Brian Salomon
· 8 years ago
276cc41
Revive geometry shaders
by csmartdalton
· 8 years ago
99938a8
Merge GrGLSLShaderVar and GrShaderVar
by Brian Salomon
· 8 years ago
101b844
Remove GrGLSLSampler type and subclasses
by Brian Salomon
· 8 years ago
9e1138d
re-land of switched skslc from std::string to SkString
by Ethan Nicholas
· 8 years ago
792d0f1
Revert "switched skslc from std::string to SkString"
by Greg Daniel
· 8 years ago
d8df21a
switched skslc from std::string to SkString
by Ethan Nicholas
· 8 years ago
514baff
Rename GrTextureParams to GrSamplerParams
by Brian Salomon
· 8 years ago
684d7ce
Fix double deletion of DescriptorSetLayouts
by Jim Van Verth
· 8 years ago
db4183d
In GrProcessor::TextureSampler drop the "get", it's cleaner
by Brian Salomon
· 8 years ago
0bbecb2
Rename GrTextureAccess to GrProcessor::TextureSampler.
by Brian Salomon
· 8 years ago
2245803
Rename GrTextureBufferSampler to GrBufferSampler
by csmartdalton
· 8 years ago
a8f0002
Rename kTexture2DISampler to kITexture2DSampler.
by Brian Salomon
· 8 years ago
3667b49
Add kRenderTarget_GrSurfaceFlag to GrVkGpu::onWrapBackendRenderTarget
by Robert Phillips
· 8 years ago
fa26e66
Remove static asserts for GrSLType and GrVertexAttribType enum values.
by Brian Salomon
· 8 years ago
bf7b620
Revert "Revert "Add integer texture support.""
by Brian Salomon
· 8 years ago
ce3fe23
Clean up validation layers
by Jim Van Verth
· 8 years ago
9c7edb8
Revert "Add integer texture support."
by Leon Scroggins
· 8 years ago
434c534
Add integer texture support.
by Brian Salomon
· 8 years ago
144caf5
src/gpu: s/SkAutoTUnref/sk_sp/g
by Hal Canary
· 8 years ago
09557d7
Fix Vulkan command buffer assert on device lost
by Jim Van Verth
· 8 years ago
739c5bf
Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""
by Brian Salomon
· 8 years ago
d6214d4
Further centralize computation of GrSurface VRAM consumption - take 2
by Robert Phillips
· 8 years ago
9c46b68
Revert "Further centralize computation of GrSurface VRAM consumption"
by Ben Wagner
· 8 years ago
ce4d04a
Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."
by Ben Wagner
· 8 years ago
4d53c44
Limit GL_TEXTURE_RECTANGLE filtering to bilinear.
by Brian Salomon
· 8 years ago
ccd3c89
Further centralize computation of GrSurface VRAM consumption
by Robert Phillips
· 8 years ago
145dbcd
Remove SkAutoTDelete.
by Ben Wagner
· 8 years ago
29e52f1
Centralize computation of GrRenderTarget & GrTexture VRAM consumption
by Robert Phillips
· 8 years ago
7ecc596
Remove SkAutoTDeleteArray
by Ben Wagner
· 8 years ago
e76071c
Update vulkan ranges to be 0 to 1 for all z values
by Greg Daniel
· 8 years ago
c633abb
Remove GrStencilSettings from GrPipeline
by csmartdalton
· 8 years ago
c25c5d7
Move memoization of multisample specs id to GrRenderTarget
by csmartdalton
· 8 years ago
8a8668b
Remove check of INITIALIZATION_FAILED in qcomm vulkan runs
by Greg Daniel
· 8 years ago
5011f85
Fix bounds updates in vulkan discards
by Greg Daniel
· 8 years ago
6bd5284
Remove SkAutoTUnref and SkAutoTDelete from public includes.
by bungeman
· 8 years ago
f2361d2
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
by Robert Phillips
· 8 years ago
77b53f6
Support inline uploads in Vulkan
by Greg Daniel
· 8 years ago
36a77ee
Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers.
by Greg Daniel
· 8 years ago
65a0927
Don't pass in RT to individual Gpu CommandBuffer calls
by Greg Daniel
· 8 years ago
fe2965a
Fix interface validation in Vulkan.
by Greg Daniel
· 8 years ago
d368211
Remove unused resolve parameters for vulkan render passes
by Greg Daniel
· 8 years ago
84741b3
Add fence support for TransferBuffers
by jvanverth
· 8 years ago
fd016d7
Add command buffer submits before copy calls in vulkan.
by egdaniel
· 8 years ago
b353863
Revert of Add command buffer submits before copy calls in vulkan. (patchset #5 id:80001 of https://codereview.chromium.org/2363773006/ )
by egdaniel
· 8 years ago
5b20c46
Update vulkan varying locations to correctly handle arrays
by egdaniel
· 8 years ago
25661ba
Add command buffer submits before copy calls in vulkan.
by egdaniel
· 8 years ago
bc9b296
Add GrVkCopyPipeline to handle vulkan copies as draws
by egdaniel
· 8 years ago
e78d487
Clamp Vulkan caps to INT_MAX
by jvanverth
· 8 years ago
85552e4
Quiet a -Wcomma warning.
by mtklein
· 8 years ago
b58a2b4
Stop aggregating texture/buffer access objects in GrFragmentProcessor parents.
by bsalomon
· 8 years ago
68c3d30
Some Vulkan memory fixes and cleanup
by jvanverth
· 8 years ago
ae6e486
Revert of Some Vulkan memory fixes and cleanup (patchset #2 id:20001 of https://codereview.chromium.org/2356343003/ )
by jvanverth
· 8 years ago
c5850e9
Some Vulkan memory fixes and cleanup
by jvanverth
· 8 years ago
2eda5b3
Conditionally insert gl_PointSize into shaders.
by bsalomon
· 8 years ago
7d05f32
Always use transfer_dst for buffers.
by jvanverth
· 8 years ago
d5797b3
Fix possible divide by zero in vulkan granularity adjustments
by egdaniel
· 8 years ago
594739c
Use STDArray to for tracked resources in vulkan command buffer
by egdaniel
· 8 years ago
9d54afc
Support use of non-coherent memory allocations in Vulkan.
by jvanverth
· 8 years ago
a624bf3
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
by bsalomon
· 8 years ago
be9d821
Workaround for Adreno INITIALIZATION_FAILED bug
by egdaniel
· 8 years ago
12c7563
Create GrVkCopyPipeline class
by egdaniel
· 8 years ago
88987d8
Move vulkan spir-v compile call to GrVkUtil
by egdaniel
· 8 years ago
927ac9c
Refactor vulkan buffer mapping and unmapping
by egdaniel
· 8 years ago
56b7dc4
Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ )
by bsalomon
· 8 years ago
d91237e
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
by bsalomon
· 8 years ago
f6a97ae
Disable ignore discard optimization in Vulkan
by egdaniel
· 8 years ago
ec44099
Lots of little cleanup improvements to Vulkan
by egdaniel
· 8 years ago
6fa0a91
Add workaround for Adreno copyImageToBuffer calls on Vulkan
by egdaniel
· 8 years ago
720dc71
Merge building of program desc in Vulkan into one step
by egdaniel
· 8 years ago
5d8f69f
Merge GrGLSLProgramDesc into GrProgramDesc
by egdaniel
· 8 years ago
bf4a8f9
Improve usage of window rectangles
by csmartdalton
· 8 years ago
c3bfcb8
Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ )
by caryclark
· 8 years ago
db42be9
Improve usage of window rectangles
by csmartdalton
· 8 years ago
8d2141f
Small perf optimizations preparing sampled images in vulkan
by egdaniel
· 8 years ago
29df760
Define clear regions in terms of GrFixedClip
by csmartdalton
· 8 years ago
580fa59
In VulkanWindowContext add check to see if ganesh changed the layout of the image.
by egdaniel
· 8 years ago
19ff103
Always add a barrier when old layout was general in vulkan.
by egdaniel
· 8 years ago
4bcd62e
Add some copy support for vulkan msaa
by egdaniel
· 8 years ago
f5f97dd
Remove unneeded pipeline barrier in vulkan
by egdaniel
· 8 years ago
ce3bfb1
Don't add the resolve attachment to vulkan render passes.
by egdaniel
· 8 years ago
4d866df
Add support for getting vulkan descriptor sets without a GrVkUniformHandler.
by egdaniel
· 8 years ago
6693355
Add addtional resolve calls to vulkan backend
by egdaniel
· 8 years ago
bf63e61
Add mssa configs for vulkan, and simple bug fix
by egdaniel
· 8 years ago
583bc2e
Fix compile warning on MSVC-vulkan (VkDeviceSize -> size_t)
by brianosman
· 8 years ago
3fe0327
Fix 4444 on Vulkan devices who don't support RGBA_4444
by egdaniel
· 8 years ago
a95d46b
Fix copying of data in vulkan testing texture
by egdaniel
· 8 years ago
3602d4f
Allow vulkan to upload data to testing textures with optimal layouts
by egdaniel
· 8 years ago
Next »