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
|
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
|
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
|
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
|
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
|
6fb176528b
|
[SPIR-V] Don't group together unimplemented fetches
|
2018-02-19 00:23:15 -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
|
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 |
|
DrChat
|
9463732709
|
[Vulkan] BufferCache::PrepareVertexSet
|
2018-02-18 18:48:23 -06:00 |
|
DrChat
|
4be725c4b4
|
[Vulkan] Create/Free Vertex Descriptor Pool
|
2018-02-18 18:26:28 -06:00 |
|
DrChat
|
af406df793
|
[Vulkan] Move the constant descriptor set to its own setup/destroy functions
|
2018-02-18 18:11:52 -06:00 |
|
DrChat
|
300656f788
|
Merge branch 'master' into vk_vfetch
|
2018-02-18 17:02:59 -06:00 |
|
DrChat
|
79308b477f
|
Merge branch 'vtx_cache'
|
2018-02-18 16:49:32 -06:00 |
|
DrChat
|
71e5e967ec
|
[Vulkan] Disable vertex buffer cache expansion for now.
|
2018-02-18 16:49:15 -06:00 |
|
DrChat
|
05192e3c0f
|
[Vulkan] Prevent negative scissor offsets
|
2018-02-18 15:14:34 -06:00 |
|
DrChat
|
1a113fb82b
|
[Vulkan] Fix cube texture uploads
|
2018-02-18 14:59:34 -06:00 |
|
DrChat
|
ffef59aaa5
|
[Base] RingBuffer: Add ReadAndSwap instead of piggybacking off of Read
|
2018-02-18 12:18:20 -06:00 |
|
Dr. Chat
|
3d1c2a6c9a
|
[GPU] Update vizquery documentation
|
2018-02-16 22:03:33 -06:00 |
|
DrChat
|
22929182e6
|
[GPU] Update the docs of a few registers
|
2018-02-16 18:33:01 -06:00 |
|
DrChat
|
1dba231049
|
[Vulkan] Handle primitive reset index on copy
|
2018-02-16 18:31:43 -06:00 |
|
DrChat
|
776b5eff36
|
[Vulkan] BufferCache: Add VertexBuffer struct
|
2018-02-16 16:51:32 -06:00 |
|
DrChat
|
db53559611
|
Merge branch 'master'
|
2018-02-16 16:34:17 -06:00 |
|
DrChat
|
30e0a258e4
|
[Vulkan] Buffers typically aren't aligned.
|
2018-02-15 17:05:54 -06:00 |
|
DrChat
|
310606d0f6
|
Merge branch 'master' into vk_vfetch
|
2018-02-14 20:31:31 -06:00 |
|
DrChat
|
c9a5553fe9
|
[Vulkan] Upload entire vertex allocation into the transient cache (for now)
|
2018-02-11 20:43:32 -06:00 |
|
DrChat
|
d015de4a84
|
[Vulkan] Smarter transient cache
Detect cases where requested vertex data has already been uploaded in a larger buffer
|
2018-02-10 21:08:17 -06:00 |
|
DrChat
|
5a637d6899
|
[Vulkan] Add VMA to Buffer Cache
|
2018-02-09 20:58:17 -06:00 |
|
DrChat
|
c7ffec3260
|
[GPU] Add unknown registers E00/E40 to register file
|
2018-02-09 20:57:51 -06:00 |
|
DrChat
|
3ad45f4186
|
[Vulkan] New docs for buffer cache
|
2018-02-09 20:57:26 -06:00 |
|
DrChat
|
455dfeb39f
|
[Vulkan] Use a static function for texture invalidation callbacks
|
2018-02-09 16:58:56 -06:00 |
|
DrChat
|
b38b9e43ea
|
[Vulkan] Don't bother re-hashing previously covered bindings
|
2018-02-07 18:40:41 -06:00 |
|
DrChat
|
7ea3381699
|
[Vulkan] texture_bindings_ -> texture_sets_
|
2018-02-07 18:40:12 -06:00 |
|
DrChat
|
3e157972cc
|
[Vulkan] Add a few size checks on vertex bindings (max across all cards is 32)
|
2018-01-03 16:40:31 -06:00 |
|
DrChat
|
10f74fc45a
|
Merge branch 'master' into vk_vfetch
# Conflicts:
# src/xenia/gpu/spirv_shader_translator.cc
|
2018-01-01 18:30:29 -06:00 |
|
Dr. Chat
|
d512d4127f
|
[SPIR-V] Fix the build.
|
2018-01-01 15:00:37 -06:00 |
|