CamilleLaVey
202193708a
[vulkan] Exchanging ProvokingVertexLast dynamic state mode.
3 months ago
CamilleLaVey
7802eaa22b
fix build
3 months ago
CamilleLaVey
c549531418
quick change
3 months ago
CamilleLaVey
dbcbce57b0
[vulkan] Adjusting provoking vertex last.
3 months ago
CamilleLaVey
0d518e7303
[vulkan, mobile] Reworking per-mobile gpu configuration block
3 months ago
CamilleLaVey
26c4656473
fix build
3 months ago
CamilleLaVey
ad71860407
[vulkan] Removing Static mode for pipeline compilations
3 months ago
CamilleLaVey
d1251e2987
Fix build
3 months ago
CamilleLaVey
0cdd5d3362
[vulkan] Quick adjustments due to recent regressions
3 months ago
CamilleLaVey
dd6c303ae1
meow
3 months ago
CamilleLaVey
c327fd7265
fix build 2.0
3 months ago
CamilleLaVey
474c770316
[vulkan] Removing unused code
3 months ago
CamilleLaVey
762b9e0a11
fix build
3 months ago
CamilleLaVey
0d69555ac6
[vulkan] Adjusting Vk_EXT_custom_border_colors + removal duplicate code
3 months ago
CamilleLaVey
3a70dddf80
[vulkan] Adjusting DynamicState functionality + including Static Pipelines Mode
3 months ago
CamilleLaVey
55db1d862b
[vulkan] Adjusting VK_EXT_provoking_vertex
3 months ago
CamilleLaVey
0bf5377323
[vulkan] Removing VK_EXT_descriptor_indexing
3 months ago
CamilleLaVey
4efdf24463
[vulkan] Removing VK_EXT_inline_uniform_block
3 months ago
CamilleLaVey
dd13dbf9aa
[vulkan] Removing VK_EXT_descriptor_buffer
3 months ago
CamilleLaVey
5100108f4e
[vulkan] Removing VK_EXT_graphics_pipelines_library
3 months ago
CamilleLaVey
12be42d5ec
[vulkan] Extending ASTC handling with specific feature on supported GPU's
3 months ago
CamilleLaVey
6e73a5e395
[vulkan] Adding VK_EXT_color_write_enable
3 months ago
CamilleLaVey
a8718b7738
Revert "[vulkan] Initial VK_KHR_dynamic_rendering implementation"
3 months ago
CamilleLaVey
ce65d51f9e
Revert "[vulkan] Follow-up for the VK_KHR_dynamic_rendering implementation"
3 months ago
CamilleLaVey
a4a139edf7
Revert "fix build"
3 months ago
CamilleLaVey
c73232a299
Revert "[vulkan] Establishin pColorAttachments pass thorugh DynamicRendering commands"
3 months ago
CamilleLaVey
43af33830c
Revert "[vulkan] Re-defining DynamicRendering scheduler/framebuffer and RenderAttachment with direct copy"
3 months ago
CamilleLaVey
a176746184
[vulkan] Re-defining DynamicRendering scheduler/framebuffer and RenderAttachment with direct copy
3 months ago
CamilleLaVey
c295c9c30c
[vulkan] Establishin pColorAttachments pass thorugh DynamicRendering commands
3 months ago
CamilleLaVey
87d81ab554
fix build
3 months ago
CamilleLaVey
480104dc50
[vulkan] Follow-up for the VK_KHR_dynamic_rendering implementation
3 months ago
CamilleLaVey
8932211b70
Revert "turnip mhr base"
3 months ago
CamilleLaVey
d69177fcba
[vulkan] Initial VK_KHR_dynamic_rendering implementation
3 months ago
CamilleLaVey
13b37d2707
[vulkan, qcom] Removing the CUBE_BIT removal.
3 months ago
CamilleLaVey
da77101b4d
Revert "[vulkan, qcom] Re-ordering WMEL detection based for QCOM driver"
3 months ago
CamilleLaVey
bb005df4a5
Revert "fix build"
3 months ago
PavelBARABANOV
a49d142e69
turnip mhr base
3 months ago
CamilleLaVey
677d908edd
fix build
3 months ago
CamilleLaVey
d29cfd9f40
[vulkan, qcom] Re-ordering WMEL detection based for QCOM driver
3 months ago
CamilleLaVey
a99bba00be
[vulkan, qcom] Updating CUBE_BIT compatibility with QCOM drivers
3 months ago
CamilleLaVey
9fa43afd14
[vulkan, qcom] Increasing SPP for QCOM
3 months ago
CamilleLaVey
7fa788714f
Fix build 1.0
3 months ago
CamilleLaVey
dd1ab91da7
Fix android crashing
3 months ago
CamilleLaVey
b64d5ca23f
[vulkan, qcom] Re-ordering InlineUniformBlock +DescriptorBuffers and QCOM ban for older devices
3 months ago
CamilleLaVey
14537155a6
[vulkan, qcom] Removing TimelineSemaphore from some older models
3 months ago
CamilleLaVey
15760dad60
[vk] Added Descriptor Buffers
3 months ago
CamilleLaVey
d271510263
[vk] Added Inline Uniform Block
3 months ago
CamilleLaVey
32fd70c363
[vk] Added graphics pipeline library
3 months ago
MrPurple666
6637810fe6
[android] gpu logs functions ( #3389 )
Since Android is a pain when it comes to checking GPU logs in more depth, this is a better way to see what's going on, especially for testers...
This should be expanded to Mali, Xclipse, and Tensor in the future. Since I don't own any of these devices, it's up to developers with similar capabilities to add support for this system.
~~The GPU log sharing button should also be added in the future... For now, they are available in the same location as the traditional logs.~~ Added on 572810e022
Co-authored-by: DraVee <dravee@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3389
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: MrPurple666 <antoniosacramento666usa@gmail.com>
Co-committed-by: MrPurple666 <antoniosacramento666usa@gmail.com>
3 months ago
lizzie
8118557c17
[video_core/buffer_cache] Simplify word manager logic ( #3221 )
no significant performance gains expected
reduces memory (4096 word managers are active at any given time, this reduces total amount of memory used by a tiny margin)
also reduces code duplication due to templatery fuckery
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3221
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
3 months ago