Unknown W. Brackets
|
c9a9fc5e44
|
Allow block transfers to resize framebuffers.
Helps the ending video in Valkyrie Profile. See #6008.
|
2016-07-24 15:58:06 -07:00 |
|
Unknown W. Brackets
|
c12f835364
|
Download single-use renders right away.
Should prevent issues with the memory being reused soon after, hopefully.
See also #8781 and #7695.
|
2016-06-04 19:36:30 -07:00 |
|
Unknown W. Brackets
|
a1fbcc3d93
|
Avoid directly calling osm from Core/GPU code.
This allows UI to handle the message however it wants to, and reduces
cross linkage issues.
|
2016-05-27 22:05:30 -07:00 |
|
Unknown W. Brackets
|
f08c873a4b
|
Save FBOs on decimate when they have a safe size.
Fixes #7695.
|
2016-05-19 21:23:22 -07:00 |
|
Henrik Rydgard
|
51bcb02921
|
Minor vulkan updates to match the latest SDK/validator
|
2016-05-14 16:29:40 +02:00 |
|
Unknown W. Brackets
|
f5b93bc6f0
|
Remove global num videos hack.
|
2016-05-01 08:53:48 -07:00 |
|
Unknown W. Brackets
|
3d5dd24528
|
Remove an unnecessary func define.
Was already moved to FramebufferCommon.
|
2016-04-10 02:31:56 -07:00 |
|
Henrik Rydgard
|
861a30a6cd
|
Fix an assortment of minor resource leaks, make vulkan validator happier.
|
2016-04-02 11:06:39 +02:00 |
|
Henrik Rydgard
|
004c8b0fca
|
Make debug stats more compact.
|
2016-03-31 09:47:25 +02:00 |
|
Henrik Rydgard
|
718789b99d
|
Some cleanup in framebuffer code. Don't set BlendColor dynstate unless we need it.
|
2016-03-31 09:23:17 +02:00 |
|
Henrik Rydgard
|
51f0e504b3
|
oops
|
2016-03-31 00:50:50 +02:00 |
|
Henrik Rydgard
|
32f5930e15
|
Move clear handling to FramebufferVulkan, center the clear properly in non-buffered. more cleanup.
|
2016-03-31 00:50:50 +02:00 |
|
Henrik Rydgard
|
c2b66a0882
|
Another leak fix, buildfix
|
2016-03-31 00:49:10 +02:00 |
|
Henrik Rydgard
|
2b996db298
|
Crash and leak fixes
|
2016-03-31 00:49:10 +02:00 |
|
Henrik Rydgard
|
9f918fd11b
|
Start hooking up framebuffers to CopyDisplayToOutput
|
2016-03-31 00:49:10 +02:00 |
|
Henrik Rydgard
|
f52fd0c853
|
FramebufferVulkan: Fix DrawPixels
|
2016-03-31 00:49:10 +02:00 |
|
Henrik Rydgard
|
731af0d0b4
|
Add some infrastructure for 2D drawing, to be used by the Vulkan framebuffer manager
|
2016-03-31 00:49:10 +02:00 |
|
Henrik Rydgard
|
339daede56
|
Clean up, start building some scaffolding
|
2016-03-31 00:49:10 +02:00 |
|
Henrik Rydgard
|
e2b58a05a6
|
Buildfix
|
2016-03-28 21:35:16 +02:00 |
|
Henrik Rydgard
|
40d05e292c
|
Cleanup in FramebufferVulkan to reduce the size of future diffs
|
2016-03-28 20:23:29 +02:00 |
|
Henrik Rydgard
|
da50370328
|
Split out VulkanTexture from VulkanContext.cpp/h into VulkanImage.cpp/h
|
2016-03-20 19:31:02 +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
|
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
|
3284899844
|
More clearing fixes. Also fix some memory leaks.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
01e3fbae95
|
Fix clearing bug, add FIFO_RELAXED flag, etc
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
3701e2eca3
|
Reaches the first clear
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
4063f7e0db
|
Fill out GPU_Vulkan.cpp with what's mostly a copy of GLES_GPU.cpp
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
cfcfd406fc
|
Start porting TextureCache. Lots of stubbing going on.
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
c64064024d
|
Initial vulkan code.
This was squashed from nine commits but using old versions of Vulkan.
|
2016-03-20 19:18:35 +01:00 |
|