Fernando Sahmkow
8beda6a2bf
DMA Pusher: Fix regression caused by guest memory optimizations
3 years ago
Kelebek1
d7a0b8c373
Mark decompiled macros as decompiled on dump, dump shaders after translation
3 years ago
Feng Chen
cc4736fa58
video_core: set vertex buffer num to 16, because mvk have when using more than 16
3 years ago
Feng Chen
87022a4833
Add macos moltenvk bundle, Add copy moltevk dylib script
3 years ago
Kelebek1
f2f99a8c31
Masked depthstencil clears
3 years ago
Feng Chen
1dcb0c2232
video_core: Fix vulkan assert error
3 years ago
Ameer J
d1c878fb41
gl_texture_cache: Enable async downloads
3 years ago
Ameer J
9b112107e2
gl_buffer_cache: Enable async downloads
3 years ago
Ameer J
48b87d64de
gl_staging_buffer_pool: Refactor allocation variables into a struct
3 years ago
Ameer J
f9ef721ca6
gl_graphics_pipeline: Fix GLASM storage buffer detection
3 years ago
Ameer J
c34ed4bbd8
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers
3 years ago
Kelebek1
5a37b8f2c1
Mark accelerted DMA destination buffers and images as GPU-modified
3 years ago
Liam
7d8f748696
vulkan_device: disable features associated with unloaded extensions
3 years ago
Squall-Leonhart
e3dd78e414
Needed to make this an extra case so it didnt also start asserting in BOTW.
Thanks Liam
3 years ago
Squall Leonhart
b9ab44ed0e
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
023b9b38cc
general: fix apple clang build
3 years ago
Ameer J
5c25712af9
flatten color_values
3 years ago
Ameer J
0f7220c9c8
flatten encoding_values
3 years ago
Ameer J
71857e889e
flatten result vector
3 years ago
Ameer J
70f8ffb787
GetUnquantizedWeightVector
3 years ago
Ameer J
9058486b9b
Revert "HACK: Avoid swizzling and reuploading ASTC image every frame"
This reverts commit b18c1fb1bb .
3 years ago
Ameer J
b18c1fb1bb
HACK: Avoid swizzling and reuploading ASTC image every frame
3 years ago
Ameer J
913803bf65
Compute Replicate
3 years ago
Ameer J
31a0cff036
minor
3 years ago
Ameer J
b36e645fee
undo uint
3 years ago
Ameer J
8ce158bce6
Revert "vulkan dims specialization"
This reverts commit e6243058f2 .
3 years ago
ameerj
5a78b35b1a
vulkan dims specialization
3 years ago
Ameer J
7a0d7e7668
small_block opt
3 years ago
Ameer J
fd2051b401
remove TexelWeightParams
3 years ago
Ameer J
75ac7845ce
error/void extent funcs
3 years ago
Ameer J
441b847107
more packing
3 years ago
Ameer J
f2cf81e0b6
Revert "uint result index"
This reverts commit 0e978786b5 .
3 years ago
Ameer J
f41fb3ec0b
Revert "bfe instead of mod"
This reverts commit 86006a3b09 .
3 years ago
Ameer J
553dd3e120
Revert "global endpoints"
This reverts commit d8f5bfd1df .
3 years ago
Ameer J
c077e467c4
global endpoints
3 years ago
Ameer J
5c16559694
bfe instead of mod
3 years ago
Ameer J
6b0b584eba
uint result index
3 years ago
Ameer J
05ee37a1f0
amd opts
3 years ago
Ameer J
3494fce864
gl
3 years ago
Ameer J
5248fa926d
const, pack result_vector and replicate tables,
undo amd opts
3 years ago
Ameer J
998246efc2
minor redundancy cleanup
3 years ago
Ameer J
d17a51bc59
extractbits robustness
3 years ago
Ameer J
0078e5a338
reuse vectors memory
3 years ago
Ameer J
b8ca47e094
EncodingData pack
3 years ago
Ameer J
27c8bb9615
flattening
3 years ago
Ameer J
ac09cc3504
weights refactor
3 years ago
Ameer J
6ff65abd62
params.max_weight
3 years ago
Ameer J
e0c59c7b0b
skip bits
3 years ago
Ameer J
7ef879b296
restrict
3 years ago
lat9nq
cb0b8442f0
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