0
0
Fork 0
This repository has been archived on 2024-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ryujinx-final/Ryujinx/Ui/Windows
gdkchan f1d1670b0b
Implement HLE macro for DrawElementsIndirect (#3748)
* Implement HLE macro for DrawElementsIndirect

* Shader cache version bump

* Use GL_ARB_shader_draw_parameters extension on OpenGL

* Fix DrawIndexedIndirectCount on Vulkan when extension is not supported

* Implement DrawIndex

* Alignment

* Fix some validation errors

* Rename BaseIds to DrawParameters

* Fix incorrect index buffer and vertex buffer size in some cases

* Add HLE macros for DrawArraysInstanced and DrawElementsInstanced

* Perform a regular draw when indirect data is not modified

* Use non-indirect draw methods if indirect buffer was not GPU modified

* Only check if draw parameters match if the shader actually uses them

* Expose Macro HLE setting on GUI

* Reset FirstVertex and FirstInstance after draw

* Update shader cache version again since some people already tested this

* PR feedback

Co-authored-by: riperiperi <rhy3756547@hotmail.com>
2022-11-16 14:53:04 -03:00
..
AboutWindow.cs Avalonia UI - Part 1 (#3270) 2022-05-15 13:30:15 +02:00
AboutWindow.Designer.cs It's REE-YOU-JINX (#3839) 2022-11-15 22:19:25 +01:00
AmiiboWindow.cs fix amiibo image path (#3345) 2022-05-15 20:47:00 +02:00
AmiiboWindow.Designer.cs nfp: Amiibo scanning support (#2006) 2021-03-18 21:40:20 +01:00
AvatarWindow.cs Avalonia UI - Part 1 (#3270) 2022-05-15 13:30:15 +02:00
CheatWindow.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
CheatWindow.glade Add Cheat Manager (#2964) 2022-01-03 09:39:43 +01:00
ControllerWindow.cs UI - Avalonia Part 2 (#3351) 2022-07-05 20:06:31 +02:00
ControllerWindow.glade Implement rotate stick 90 degrees clockwise (#3084) 2022-03-12 18:23:48 +01:00
DlcWindow.cs Avalonia: Another Cleanup (#3494) 2022-07-29 00:41:34 +02:00
DlcWindow.glade gui: Refactoring Part 1 (#1859) 2021-01-08 09:14:13 +01:00
SettingsWindow.cs Implement HLE macro for DrawElementsIndirect (#3748) 2022-11-16 14:53:04 -03:00
SettingsWindow.glade Implement HLE macro for DrawElementsIndirect (#3748) 2022-11-16 14:53:04 -03:00
TitleUpdateWindow.cs Update LibHac to v0.16.0 (#3159) 2022-02-27 00:52:25 +01:00
TitleUpdateWindow.glade gui: Refactoring Part 1 (#1859) 2021-01-08 09:14:13 +01:00
UserProfilesManagerWindow.cs Avalonia UI - Part 1 (#3270) 2022-05-15 13:30:15 +02:00
UserProfilesManagerWindow.Designer.cs account: add Custom User Profiles support (#2227) 2021-04-23 22:26:31 +02:00