CamilleLaVey
2cad586a50
[vk] Unused mark for subgroups variables
6 months ago
CamilleLaVey
e62d551dce
[revert] UWU
6 months ago
CamilleLaVey
96cd9c2d18
[Re-introduced] Color output handling in SPIR-V emission
6 months ago
CamilleLaVey
5737cbdd5f
[Re-introduced] Added linear filtering in texture blitting operations
6 months ago
CamilleLaVey
13983330d1
[spv, qcom] Ensuring SPV 1.3
6 months ago
CamilleLaVey
79eabd1e5a
[android] Update Gradle to 8.13.1
6 months ago
CamilleLaVey
09a4580fda
[vk, qcom] UWU
6 months ago
CamilleLaVey
632518e6e2
[revert] Added linear filtering in texture blitting operations
6 months ago
CamilleLaVey
facf2e8e61
[revert] Color output handling in SPIR-V emission.
6 months ago
CamilleLaVey
5eb8f62744
[vk] Remove forced stencil format handling in TextureCacheRuntime
6 months ago
CamilleLaVey
2af8440867
[revert] TiledCacheBarrier starter
6 months ago
CamilleLaVey
3d20a63f47
[vk, qcom] Returned subgroups functions to QCOM
6 months ago
CamilleLaVey
3cf1a41555
[vk] Added support for Stencil component type in texture handling
6 months ago
CamilleLaVey
5b1252f3a2
[vk, qcom] Graphics Subgroup bugged
6 months ago
CamilleLaVey
f2fd754efd
[vk] Added support for sample locations in depth and depth-stencil surfaces
6 months ago
CamilleLaVey
598c0927e5
[spv] SamplerComponentType
6 months ago
CamilleLaVey
06115d7ced
[revert] Tightened SSBO tracking heuristics
6 months ago
CamilleLaVey
22856768da
[Revert] Adjusted Track function for bias handling and alignment checks for storage buffers
6 months ago
CamilleLaVey
79c5f8291f
[gl, vk] Implement SampledView method for ImageView
6 months ago
CamilleLaVey
e012f7cff8
[ir, spv] Added support for sampler component types in texture handling
6 months ago
CamilleLaVey
0d35cf9048
[spv] Color output handling in SPIR-V emission.
6 months ago
CamilleLaVey
451b0da0ca
[vk] Added linear filtering in texture blitting operations
6 months ago
CamilleLaVey
f37b90354c
[spv, qcom] Implement warp intrinsics support
6 months ago
CamilleLaVey
a84ca50bcb
[vk] Conditioning Conditional Rendering #2
6 months ago
CamilleLaVey
d03df4ecd1
[vk, qcom] Removed SPIR-V 1.4 for qcom
6 months ago
CamilleLaVey
2d3a5f1147
[vk] Adjustments to Sample Locations
6 months ago
CamilleLaVey
fa3dd87538
[host] Adjusted Track function for bias handling and alignment checks for storage buffers
6 months ago
CamilleLaVey
994a7b8e65
[ir, nvn] Tightened SSBO tracking heuristics
6 months ago
Caio Oliveira
1dcdf7e48e
Revert "Controlled SPV features on QCOM"
This reverts commit 907b041ec6 .
6 months ago
CamilleLaVey
77cae949cf
Controlled SPV features on QCOM
6 months ago
CamilleLaVey
175ed0c3d0
[vk, qcom] Disabling VK_KHR_push_descriptor for qcom
6 months ago
CamilleLaVey
6a6b88f086
[vk, vendor, mobile] Improved mobile staging buffer data
6 months ago
CamilleLaVey
2bd503f8cc
[vk, rasterizer] Update sample location handling for MSAA configurations
6 months ago
CamilleLaVey
3496e5ef0d
[vk, rasterizer] offsets float x Uint
6 months ago
CamilleLaVey
0af95356ad
[vk] Sample Locations Structure
6 months ago
CamilleLaVey
a10b8786c1
[vk, rasterizer] TiledCacheBarrier starter
6 months ago
CamilleLaVey
4109b4f4e4
[maxwell, vk] VK_EXT_Sample_Locations
6 months ago
CamilleLaVey
48ea546f5c
[vk, qcom] Removed 500.800.51 compilling parallel restriction
6 months ago
CamilleLaVey
c267f97798
[vk, qcom] Adjusting Sampler Budget reserved value
6 months ago
CamilleLaVey
b98a150e4c
[vk, qcom] Samplers Budget Management
6 months ago
CamilleLaVey
bc51d68447
[vk, qcom] Extending limits of broken parallel compiling to 512.800.51
6 months ago
CamilleLaVey
f16d09d119
[vk, qcom] Binding buffer limits
6 months ago
CamilleLaVey
237cc9781e
Remove VK_EXT_CUSTOM_BORDER_COLOR
6 months ago
Caio Oliveira
3dc06c8948
[settings] vertex_input_dynamic_state ON -> OFF
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
5 months ago
Caio Oliveira
d1c168b17d
Revert "[vk, scheduler] Applying finising call for TF when it's not getting used"
This reverts commit c06b2598e8 .
5 months ago
CamilleLaVey
f0361247ca
[vk, scheduler] Applying finising call for TF when it's not getting used
6 months ago
CamilleLaVey
3b0d7f6212
[vk, buffer_cache] Aligning VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT logic
7 months ago
Caio Oliveira
f70d619537
Revert "[chore] remove whitespaces, bump down opengl cache and use better variable for case dyna_state"
5 months ago
crueter
91058d7383
[desktop] Fix 2 mod manager bugs ( #3884 )
- Multi-import would show duplicates of a mod if it had both exefs and
romfs
- Import from folder would crash on some single mods
Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3884
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
1 month ago
crueter
048d02e5b4
[android] Remove unused SPIRV strings and make strings check run on PRs ( #3885 )
I reorganized my runners so it shouldn't be an issue anymore
Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3885
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
1 month ago