Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
bcae31ff9c7820cd9aa3fb303b84052d5321d072
/
tools
/
sk_app
/
VulkanWindowContext.cpp
c0b03d8
Start adding support for some base extensions which others build on.
by Greg Daniel
· 7 years ago
a31f4e5
Make sure we check the version number of Vulkan Extensions.
by Greg Daniel
· 7 years ago
98bffae
Reland "Reland "Let client pass in full extension to GrVkBackendContext.""
by Greg Daniel
· 7 years ago
d3e65aa
Move GrVkInterface out of public API.
by Greg Daniel
· 7 years ago
c8cd45a
Generate GrVkInterface when we make the GrVkGpu.
by Greg Daniel
· 7 years ago
37329b3
Reland "Reland "Move Vulkan DebugCallback code into tools.""
by Greg Daniel
· 7 years ago
f730c18
Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt.""
by Greg Daniel
· 7 years ago
294fe29
Remove some linear-blending sRGB logic from sk_app
by Brian Osman
· 7 years ago
007267b
Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt.""
by Greg Daniel
· 7 years ago
3148f80
Revert "Reland "Move Vulkan DebugCallback code into tools.""
by Greg Daniel
· 7 years ago
dc13c21
Revert "Reland "Let client pass in full extension to GrVkBackendContext.""
by Greg Daniel
· 7 years ago
a782dcb
Reland "Let client pass in full extension to GrVkBackendContext."
by Greg Daniel
· 7 years ago
be0ab88
Reland "Move Vulkan DebugCallback code into tools."
by Greg Daniel
· 7 years ago
0db3a88
Reland "Make GrVkBackendContext no longer derive from SkRefCnt."
by Greg Daniel
· 7 years ago
059a9ab
Revert "Make GrVkBackendContext no longer derive from SkRefCnt."
by Greg Daniel
· 7 years ago
05d3fe3
Revert "Move Vulkan DebugCallback code into tools."
by Greg Daniel
· 7 years ago
cb92b26
Revert "Let client pass in full extension to GrVkBackendContext."
by Greg Daniel
· 7 years ago
45c9dab
Let client pass in full extension to GrVkBackendContext.
by Greg Daniel
· 7 years ago
d4b2ade
Move Vulkan DebugCallback code into tools.
by Greg Daniel
· 7 years ago
93ae233
Make GrVkBackendContext no longer derive from SkRefCnt.
by Greg Daniel
· 7 years ago
2b23c4b
Dest color space no longer impacts mipmaps or texture sampling
by Brian Osman
· 7 years ago
6ddbafc
Move vulkan layout helpers from GrVkMemory to GrVkImage.
by Greg Daniel
· 7 years ago
37c5403
Add pixel geometry and dft selection to viewer app.
by Ben Wagner
· 7 years ago
ba375a8
Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
by Robert Phillips
· 7 years ago
afdc6b1
Vulkan backend render targets don't allow client to specify stencil bits
by Brian Salomon
· 7 years ago
8385a8a
Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory.""
by Greg Daniel
· 7 years ago
88fdee9
Revert "Fixes to alignment issues with regards to mapped vulkan memory."
by Greg Daniel
· 7 years ago
9fb6cf4
Fixes to alignment issues with regards to mapped vulkan memory.
by Greg Daniel
· 7 years ago
faa095e
Update SkSurface MakeFromBackend* factories to take an SkColorType.
by Greg Daniel
· 8 years ago
81b8059
Start removing uses of VkFormatToPixelConfig in vulkan backend
by Greg Daniel
· 8 years ago
384fab4
sk_spification of GrGpu creation.
by Brian Salomon
· 8 years ago
eff04b5
Remove SampleApp and convert HelloWorld to sk_app
by Brian Osman
· 8 years ago
[Renamed from tools/viewer/sk_app/VulkanWindowContext.cpp]
35970ec
Revert "Revert "Dynamically load the vulkan library in our test tools""
by Greg Daniel
· 8 years ago
c8dd283
Revert "Dynamically load the vulkan library in our test tools"
by Greg Daniel
· 8 years ago
77d6fea
Dynamically load the vulkan library in our test tools
by Greg Daniel
· 8 years ago
02611d9
Add Make[backend] calls for creating GrContexts
by Greg Daniel
· 8 years ago
646e429
Retract GrTexture*.h & GrRenderTarget*.h from other headers
by Robert Phillips
· 8 years ago
fbdc080
Add wireframe mode to Viewer.
by Jim Van Verth
· 8 years ago
207282e
Make GrBackendTexture take Gr*Info refs in ctor, and copy them.
by Greg Daniel
· 8 years ago
c188982
Add new GrVkBackendContext::Create explicitly requiring vk proc getters
by Brian Salomon
· 8 years ago
e79b473
Disable use of directly wrapping msaa RTs on Vulkan
by Greg Daniel
· 8 years ago
9440345
Add backend safe classes for passing in external texture and render targets into gpu
by Greg Daniel
· 8 years ago
61cd31a
viewer: Add a "Path renderer" dropdown menu
by csmartdalton
· 8 years ago
578f064
Add msaa flag and UI to viewer
by csmartdalton
· 8 years ago
008b9d8
Add the ability to enable/disable GPU path renderers
by csmartdalton
· 8 years ago
f750fbc
Simplify viewer's handling of backbuffer surface and color space
by Brian Osman
· 9 years ago
77a7a1b
SkColorSpace: remove named API, add gamut API
by Matt Sarett
· 9 years ago
1f2fff2
Revert "SkColorSpace: remove named API, add gamut API"
by Matt Sarett
· 9 years ago
ecaaf6f
SkColorSpace: remove named API, add gamut API
by Matt Sarett
· 9 years ago
95e3c05
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 9 years ago
c456b73
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
by Kevin Lubick
· 9 years ago
a5494f1
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 9 years ago
d63c102
Minor fixes for the Linux viewer
by Jim Van Verth
· 9 years ago
1f05f44
Various fixes in VulkanWindowContext
by Greg Daniel
· 9 years ago
526972e
Rename all color space factories from New* to Make*
by Brian Osman
· 9 years ago
e897b97
Fix Vulkan orientation during screne rotations
by Greg Daniel
· 9 years ago
804af7d
Revert of Fix bufferIndex check in VulkanWindowContext (patchset #1 id:1 of https://codereview.chromium.org/2363353003/ )
by egdaniel
· 9 years ago
e6bd20e
Fix bufferIndex check in VulkanWindowContext
by egdaniel
· 9 years ago
9d54afc
Support use of non-coherent memory allocations in Vulkan.
by jvanverth
· 9 years ago
580fa59
In VulkanWindowContext add check to see if ganesh changed the layout of the image.
by egdaniel
· 9 years ago
8c67ebe
Clean up Xlib viewer
by jvanverth
· 9 years ago
4484d6a
Remove unused render target members from GL and VK sk_app::WindowContext classes
by bsalomon
· 9 years ago
1c58696
Remove unused sk_app::WindowContext::presentRenderSurface
by bsalomon
· 9 years ago
ccde4ab
SW backend for viewer on Windows
by bsalomon
· 9 years ago
d1bdd1f
Use Windowing system-specific WindowContext factories.
by bsalomon
· 9 years ago
c7b4b28
Make sk_app::WindowContext directly create a SkSurface without an intermediate GrRenderTarget
by bsalomon
· 9 years ago
7ec9241
Add resource tracking output and command buffer recycling
by jvanverth
· 9 years ago
b109b8c
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
by brianosman
· 9 years ago
ab82418
Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ )
by brianosman
· 9 years ago
6a61a87
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
by brianosman
· 9 years ago
6b6ffc4
Create free list heap for suballocation
by jvanverth
· 9 years ago
1e305ba
Add offset to memory allocations
by jvanverth
· 9 years ago
85f758c
Add OpenGL support to Linux viewer
by jvanverth
· 9 years ago
0248bfd
Revert of Add OpenGL support to Linux viewer (patchset #5 id:80001 of https://codereview.chromium.org/2011473003/ )
by kjlubick
· 9 years ago
10b3815
Add OpenGL support to Linux viewer
by jvanverth
· 9 years ago
1d15596
Add Xlib support to viewer
by jvanverth
· 9 years ago
af236b5
Add OpenGL context to Viewer.
by jvanverth
· 9 years ago
2884e9c
Revert of Add OpenGL context to Viewer. (patchset #7 id:120001 of https://codereview.chromium.org/1978573003/ )
by jvanverth
· 9 years ago
56a11e4
Add OpenGL context to Viewer.
by jvanverth
· 9 years ago
b2df0c2
Refactor Vulkan image, texture, RTs so that create and getter handles match.
by egdaniel
· 9 years ago
3622a17
Set level count for wrapped backbuffer
by jvanverth
· 9 years ago
05de216
Add sRGB mode toggle to Viewer.
by brianosman
· 9 years ago
a8d0d6c
More refactoring for Viewer
by jvanverth
· 9 years ago
[Renamed (92%) from tools/viewer/VulkanTestContext.cpp]
3452426
Rename VulkanViewer to Viewer, take 2.
by jvanverth
· 9 years ago
[Renamed from tools/vulkan/VulkanTestContext.cpp]
419ca64
Fix type conversion compile errors
by brianosman
· 9 years ago
a4b0fed
Remove AttachmentInfo from VulkanViewer setup
by jvanverth
· 9 years ago
b0d4352
Revise WSI setup.
by jvanverth
· 9 years ago
58a8d92
Update min Vulkan version to 1.0.8.0, and fix various bugs
by egdaniel
· 9 years ago
dc0fcd4
Vulkan config in dm
by bsalomon
· 9 years ago
3d6ed3a
Some more improvements/fixes to the VulkanViewer
by jvanverth
· 9 years ago
9fab59d
Clean up input handling in VulkanViewer
by jvanverth
· 9 years ago
9f37246
First pass at VulkanViewer
by jvanverth
· 9 years ago