Feng Chen
ce0c210173
video_core: set vertex buffer num to 16, because mvk have when using more than 16
3 years ago
Feng Chen
ec643e7e9d
Add macos moltenvk bundle, Add copy moltevk dylib script
3 years ago
Kelebek1
5d1961ad67
Masked depthstencil clears
3 years ago
Feng Chen
c8c4aa6ef7
video_core: Fix vulkan assert error
3 years ago
Ameer J
01638cfe35
gl_texture_cache: Enable async downloads
3 years ago
Ameer J
b260471154
gl_buffer_cache: Enable async downloads
3 years ago
Ameer J
dc665a7024
gl_staging_buffer_pool: Refactor allocation variables into a struct
3 years ago
Ameer J
c6aafc55ab
gl_graphics_pipeline: Fix GLASM storage buffer detection
3 years ago
Ameer J
4e1813a2c3
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers
3 years ago
Kelebek1
5de54129b3
Mark accelerted DMA destination buffers and images as GPU-modified
3 years ago
Liam
7b579a7708
vulkan_device: disable features associated with unloaded extensions
3 years ago
Squall-Leonhart
e7602b1012
Needed to make this an extra case so it didnt also start asserting in BOTW.
Thanks Liam
3 years ago
Squall Leonhart
443f35e5db
Fix an assert in the format lookup table fir Z16
Came across this while looking into Asterix and Obelix XXL glitching
3 years ago
Liam
3e4076c2ac
general: fix apple clang build
3 years ago
Ameer J
4c1cf94f3a
flatten color_values
3 years ago
Ameer J
18328533d0
flatten encoding_values
3 years ago
Ameer J
6077bac118
flatten result vector
3 years ago
Ameer J
433d7cbd52
GetUnquantizedWeightVector
3 years ago
Ameer J
903280955a
Revert "HACK: Avoid swizzling and reuploading ASTC image every frame"
This reverts commit 476ac42b61 .
3 years ago
Ameer J
476ac42b61
HACK: Avoid swizzling and reuploading ASTC image every frame
3 years ago
Ameer J
3f114d8e5e
Compute Replicate
3 years ago
Ameer J
166a17f4ba
minor
3 years ago
Ameer J
4c40c8be29
undo uint
3 years ago
Ameer J
b57854fb5f
Revert "vulkan dims specialization"
This reverts commit e6243058f2 .
3 years ago
ameerj
9c5c5cbf06
vulkan dims specialization
3 years ago
Ameer J
790010da61
small_block opt
3 years ago
Ameer J
cc6abe21ea
remove TexelWeightParams
3 years ago
Ameer J
9085d26036
error/void extent funcs
3 years ago
Ameer J
827cb40765
more packing
3 years ago
Ameer J
20b7b4c2b7
Revert "uint result index"
This reverts commit 0e978786b5 .
3 years ago
Ameer J
aa28865ff7
Revert "bfe instead of mod"
This reverts commit 86006a3b09 .
3 years ago
Ameer J
74d905d5cd
Revert "global endpoints"
This reverts commit d8f5bfd1df .
3 years ago
Ameer J
97810e725b
global endpoints
3 years ago
Ameer J
a08e31d053
bfe instead of mod
3 years ago
Ameer J
48862223ae
uint result index
3 years ago
Ameer J
d14b1929bc
amd opts
3 years ago
Ameer J
6678ade989
gl
3 years ago
Ameer J
950680f29f
const, pack result_vector and replicate tables,
undo amd opts
3 years ago
Ameer J
dc851097e6
minor redundancy cleanup
3 years ago
Ameer J
aa1ab95ea3
extractbits robustness
3 years ago
Ameer J
cf252bb6d3
reuse vectors memory
3 years ago
Ameer J
2dcddf8fb2
EncodingData pack
3 years ago
Ameer J
81f838f0fd
flattening
3 years ago
Ameer J
42e19b3833
weights refactor
3 years ago
Ameer J
de6bc91933
params.max_weight
3 years ago
Ameer J
e582e0032c
skip bits
3 years ago
Ameer J
96261ab592
restrict
3 years ago
lat9nq
f34bc9cc98
gl_device: Filter more specifically for slow ASTC
Adds a check to find if the renderer is Intel DG (i.e. DG2).
gl_device: Detect Mesa to disable their ASTC
In our testing, our own ASTC decoder has shown itself to perform faster
than the included one from the driver. Disable theirs when Mesa is
detected.
Mesa detection depends on the vendor string. Some drivers never appear
outside of *nix contexts, so only check those in the *nix context.
gl_device: Internalize Intel DG detection
3 years ago
Kelebek1
770130b6c2
Fix shader dumps with nvdisasm
skip fragment shaders when rasterizer is disabled
initialize env_ptrs
3 years ago
Ameer J
09cb3bf896
vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3
3 years ago