Feng Chen
1dcb0c2232
video_core: Fix vulkan assert error
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
Kelebek1
dfb7fc8293
Fix shader dumps with nvdisasm
skip fragment shaders when rasterizer is disabled
initialize env_ptrs
3 years ago
Ameer J
cd80cbc420
vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3
3 years ago
Ameer J
c7c44dc238
vulkan_device: Fix VK_EXT_subgroup_size_control detection
3 years ago
Liam
d6d43e11a3
vulkan_device: disable EDS3 blending on all AMD drivers
3 years ago
Alexandre Bouvier
9d6f8e88b2
vulkan: centralize config
3 years ago
Morph
d31676935e
vulkan_device: Test depth stencil blit support by format
3 years ago
Alexandre Bouvier
ed3f9bab11
vma: enable options everywhere
3 years ago
Moonlacer
deafa92122
Formatting fix
3 years ago