Henrik Rydgard
|
b7b0b59e9a
|
Update Vulkan headers to 1.0.5. Remove references to vulkan-1.lib as we load dynamically.
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
6e2e0bfa33
|
Should not specify the Vulkan patch version when requesting Vulkan 1.0.
|
2016-03-20 19:31:02 +01:00 |
|
Unknown W. Brackets
|
c92790c5a8
|
Specify a useful app version when loading Vulkan.
|
2016-03-20 19:31:02 +01:00 |
|
Unknown W. Brackets
|
8efbcf8d42
|
Use draws for alpha/stencil only clear in Vulkan.
|
2016-03-20 19:31:02 +01:00 |
|
Unknown W. Brackets
|
ba7deb7c9a
|
Fix GE debugger preview in non-buffered.
|
2016-03-20 19:31:02 +01:00 |
|
Unknown W. Brackets
|
323130eb86
|
Don't crash as hard on shader compile error.
|
2016-03-20 19:31:02 +01:00 |
|
Unknown W. Brackets
|
2d548d64da
|
Move Vulkan code into a filter.
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
22f47d3787
|
Remove redundant configuration, remove temp hack
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
76d8a87b2f
|
Vulkan: Attempt at fixing dual source blending. Should work but doesn't.
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
432fbe30d1
|
Vulkan: We're doing dual src blending wrong (GLSL part, not sure how to do it right) so disable it.
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
8950509bc5
|
Buildfix (glslang project settings /MT)
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
b06cf4e688
|
Re-fix depth buffer initialization
|
2016-03-20 19:30:39 +01:00 |
|
Henrik Rydgård
|
9c457da4c9
|
Gets the Vulkan backend running, but not drawing correctly, on Android.
Not sure what's wrong, I get a yellow flashing screen.
|
2016-03-20 19:30:39 +01:00 |
|
Henrik Rydgard
|
78b878222f
|
Show backend chooser on Android so we can choose Vulkan.
|
2016-03-20 19:30:39 +01:00 |
|
Scott Mansell
|
77420f799e
|
VulkanLoader: Detect loader failure on windows.
|
2016-03-20 19:30:39 +01:00 |
|
Scott Mansell
|
e97a6c6f77
|
VulkanLoader: Load vkDestroySurfaceKHR
|
2016-03-20 19:30:39 +01:00 |
|
Henrik Rydgard
|
96273c6616
|
Turn off Vulkan in CMake-based and Qt-based builds, for now
|
2016-03-20 19:30:39 +01:00 |
|
Henrik Rydgard
|
d325aa2b30
|
Hook up Vulkan on Android, no idea if it works. Move VulkanContext to Common.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
c8e06675bb
|
Possible buildfix
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
45cf399091
|
Remove remains of xcb support. Will add back later.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
2481714a8e
|
Load Vulkan dynamically. Fix Android build (though - Vulkan is not working on Android yet)
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
5a72564583
|
Cleanup
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
432f276bec
|
Cleanups. Don't loop over bones in vshader, causes trouble
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
1677697735
|
Vulkan: Don't try to overlap proj with proj_through, will need a different approach.
Also, assorted bugfixes.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
5f71b5b3ec
|
Android: Vulkan builds but doesn't link as we have no link library.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
ca63cca9a2
|
WIP: Start work on getting the Vulkan code to compile for Android
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
5b70957b1f
|
Expose another couple of vulkan device features.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
d5f685ce05
|
WIP trying to fix drawing issues
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
4b978b1fd3
|
Crashfix, fix left-behind culling disabling
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
02d1648872
|
Delete pipeline caches asynchronously too
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
3284899844
|
More clearing fixes. Also fix some memory leaks.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
2e998891a4
|
The settings to the vertex decoder must match the implementation..
Fixes some character scale issues.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
55ef97639a
|
More zero-initialization. Fix scope issue, MSVC's optimizer was aggressive enough that this was a problem. Fixes textures in release mode.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
52e7f06908
|
Add Vulkan to Win32 menu. disable gfx logging in debug by default.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
4c281f16ac
|
Fix mixup with fragment shader ubo variables
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
3bf88d7475
|
Plug the texture memory leak
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
29341e53a5
|
Assorted fixes and cleanups.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
b51b38f97c
|
Switch to "Mailbox" frame submission if available, lets us go beyond 60hz for unthrottle
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
87b743e922
|
Fix issues with texture replacement
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
78d5fff2fe
|
More texture work
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
dced84c9fc
|
Work on texture support, cube.elf works correctly. Delete unused code.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
7eeba080c7
|
Fix primitive topology. Crashfix.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
9e34d7d625
|
Remove remains of FragmentTestCache from Vulkan backend
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
4e6a9b8108
|
Fix indexed through-mode drawing
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
ec6bc4a5f6
|
Vertex format fixes. Flip through drawing the right way up.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
6b8c004561
|
Fix indexed drawing, flip rendering the right side up, enable culling
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
6141c3651b
|
Separate uniform updates from shader updates
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
d67d187b72
|
Get untextured drawing working! (at least cube.elf)
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
28ae840abe
|
Pipelines, samplers, description sets, oh my
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
668830365d
|
Begin/End frame fixes
|
2016-03-20 19:30:11 +01:00 |
|