DrChat
49866e970b
[JIT] VectorConvertX2X unsigned support
2018-03-02 16:34:57 -06:00
DrChat
fd0d2185ef
[JIT] Full support for vcfux
2018-03-02 15:11:29 -06:00
DrChat
b0b920c040
Linting.
2018-03-02 12:14:09 -06:00
DrChat
6c97dbaf81
[JIT] Simplify VECTOR_ADD/SUB i32 with saturate
2018-03-02 11:48:19 -06:00
DrChat
131fcd1320
[JIT] Kill a couple instructions in VECTOR_CONVERT_F2I
2018-03-02 11:41:04 -06:00
DrChat
04d20e33a5
[JIT] Add another test case to vctuxs
2018-03-02 00:05:43 -06:00
DrChat
0577b6c9be
[JIT] Full vctuxs support
2018-03-01 23:49:44 -06:00
DrChat
4766a5ec24
[JIT] Add FIXME on constant Vector F2I (saturation unsupported)
2018-03-01 21:15:54 -06:00
DrChat
6fd75cea91
[CPU] Handle constant multiply in fmadd/fmsub in constant propagation pass
2018-03-01 20:04:56 -06:00
DrChat
d31db60a75
[SPIR-V] tfetch UseRegisterLOD support
2018-03-01 13:46:44 -06:00
DrChat
ea3ee2db2b
[SPIR-V] No implicit lod on vertex shaders
2018-03-01 13:30:21 -06:00
DrChat
3d80ed4853
Add microprofile presets to .gitignore
2018-03-01 10:22:53 -06:00
DrChat
6e5f70d39f
[Vulkan UI] WaitAndSignalSemaphore -> WaitOnSemaphore
...
Fix a would-be bug dealing with pWaitDstStageMask
2018-03-01 10:20:07 -06:00
DrChat
b3626a039b
[Vulkan] Remove backend swap event (unused and confusing)
2018-03-01 10:19:11 -06:00
DrChat
b2f1bf914a
[Vulkan] Set proper aspect mask in depth uploads
2018-03-01 09:54:15 -06:00
DrChat
63a489d4c6
[Vulkan] Unset kBatchOwnsFence when transferring fences
2018-02-28 21:00:31 -06:00
DrChat
7fbd55369e
[UI] Update microprofile to latest
2018-02-28 18:52:45 -06:00
DrChat
702a8732c8
[GPU] Free the command processor in the destructor rather than on shutdown
...
Fixes a race condition: TDR followed by WriteRegister will cause a crash. It's okay to continue writing to the command processor (it may be setup again later).
2018-02-28 15:19:02 -06:00
DrChat
a976056afb
[UI] Shut down the profiler before the graphics context
2018-02-28 15:05:10 -06:00
DrChat
2a52156edf
[Vulkan] Change invalidated_textures_ to an unordered set
2018-02-24 14:23:22 -06:00
DrChat
a753dbed15
[Vulkan] Update the rest of the shaders
2018-02-24 11:15:58 -06:00
DrChat
8fd9ab8387
[Vulkan] Fix input mismatch in dummy.frag
2018-02-24 11:15:27 -06:00
DrChat
d781c7b6b1
[Vulkan] We need VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE
2018-02-24 10:28:33 -06:00
DrChat
24baf58ae3
[SPIR-V] Proper implementation of getGradients
2018-02-23 00:00:07 -06:00
DrChat
5a4dcd7043
[Vulkan] Shader module debug object names
2018-02-22 23:07:54 -06:00
DrChat
824c39c38a
[Vulkan] Get debug markers working again
2018-02-22 22:58:29 -06:00
DrChat
5b6766b210
[SPIR-V] Fix a few issues with shaders (validation)
...
Properly calculating the number of texture bindings
2018-02-22 22:06:05 -06:00
DrChat
f5ee9b256c
[Vulkan] Report vkCreateDebugReportCallbackEXT error codes
2018-02-22 21:12:37 -06:00
DrChat
77da785d70
[Vulkan] Use locally generated texture binding indices instead of GPU indices
2018-02-22 21:00:54 -06:00
DrChat
da4cf1bc80
[SPIR-V] 2_10_10_10 is actually 10_10_10_2
2018-02-22 18:37:24 -06:00
DrChat
ea5c98248f
[Vulkan] Remove dead vertex input code from the pipeline cache
2018-02-22 14:01:52 -06:00
DrChat
1a263f14a2
[Vulkan] Hash and track vertex descriptor sets (similar to texture cache)
2018-02-20 21:25:51 -06:00
DrChat
2a908eb86d
[SPIR-V] Handle 32-bit normalized unsigned formats
2018-02-20 16:25:37 -06:00
DrChat
b3de604f9e
[SPIR-V] Fix offsetof on Travis
2018-02-19 19:09:06 -06:00
DrChat
eb6ce26d43
Disable warning C4996 on spirv-tools
2018-02-19 12:58:17 -06:00
DrChat
b5127cf924
[SPIR-V] Remove is_signed/is_integer check on float formats (they're ignored)
2018-02-19 12:53:53 -06:00
DrChat
a3cf3a7694
[SPIR-V] Don't bother setting up vertex bindings if they aren't used.
2018-02-19 12:45:17 -06:00
DrChat
be687f5f27
[SPIR-V] Size the vertex bindings input based on actual number of bindings
2018-02-19 11:28:22 -06:00
DrChat
16cf9883ca
[Vulkan] Fix a couple validation errors
2018-02-19 11:19:24 -06:00
DrChat
103ecbab7e
[SPIR-V] 32 [u]int formats
2018-02-19 11:01:45 -06:00
DrChat
ff6d306728
[SPIR-V] Handle 16/16, 16/16/16/16 (float and norm) and 32f
2018-02-19 08:11:31 -06:00
DrChat
5ca81f4c9f
Update spirv-tools
2018-02-19 07:54:37 -06:00
DrChat
6fb176528b
[SPIR-V] Don't group together unimplemented fetches
2018-02-19 00:23:15 -06:00
DrChat
9479444b3e
Update spirv-tools and spirv-headers submodules
2018-02-19 00:20:30 -06:00
DrChat
081c142c4c
[SPIR-V] Convert 8888, 32, 2/10/10/10
2018-02-19 00:14:38 -06:00
DrChat
fe9c83c15b
[Vulkan] First working version of dynamic vfetch!
2018-02-18 23:22:02 -06:00
DrChat
6bd25940b9
[SPIR-V] Update SPIRV-Tools
2018-02-18 22:20:52 -06:00
DrChat
4c766dcc61
[Vulkan] BufferCache: Fix a few problems
2018-02-18 20:54:29 -06:00
DrChat
f3f1a7fe42
[SPIR-V] Update glslang
...
WIP new vertex fetching
2018-02-18 20:13:38 -06:00
DrChat
4e1a55f585
[Vulkan] Bind the vertex set to DS slot 2
2018-02-18 18:50:53 -06:00