bunnei
|
ae099d583c
core: frontend: Refactor GraphicsContext to its own module.
|
3 лет назад |
Liam
|
a5476541f2
video_core: don't block rendering on screenshots
|
3 лет назад |
Andrea Pappacoda
|
cdb240f3d4
chore: make yuzu REUSE compliant
|
4 лет назад |
german77
|
3e77466b86
bootmanager: Don't create another screenshot request if previous one is not done yet
|
4 лет назад |
ameerj
|
1bc7d61b57
video_core: Reduce unused includes
|
4 лет назад |
ameerj
|
7ac99bb127
renderers: Add explicit invert_y bool to screenshot callback
|
5 лет назад |
ameerj
|
c80ae87b4e
renderer_base: Removed redundant settings
|
5 лет назад |
ameerj
|
9dfbc9bdce
general: Rename "Frame Limit" references to "Speed Limit"
|
5 лет назад |
bunnei
|
a4c6712a4b
common: Move settings to common from core.
|
5 лет назад |
ReinUsesLisp
|
da53bcee60
video_core: Initialize renderer with a GPU
|
6 лет назад |
lat9nq
|
63d23835ef
configuration: implement per-game configurations (#4098)
|
6 лет назад |
Lioncash
|
f9ee0dc7ee
video_core/engines: Remove unnecessary includes
|
7 лет назад |
zhupengfei
|
a2be49305d
yuzu, video_core: Screenshot functionality
|
8 лет назад |
Lioncash
|
4ed9ef15c4
video_core/renderer_base: Remove GL include from the renderer base class files
|
7 лет назад |
tech4me
|
3dcedb36b4
Port Citra #4047 & #4052: add change background color support
|
7 лет назад |
bunnei
|
cea627b0fc
Merge pull request #840 from FearlessTobi/port-3353
|
8 лет назад |
Lioncash
|
bc16f7f3cc
renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves
|
8 лет назад |
fearlessTobi
|
ba8ff096fd
Port #3353 from Citra
|
8 лет назад |
Lioncash
|
0a93b45b6a
core: Namespace EmuWindow
|
8 лет назад |
Lioncash
|
20c2928c2b
video_core; Get rid of global g_toggle_framelimit_enabled variable
|
8 лет назад |
Lioncash
|
6030c5ce41
video_core: Eliminate the g_renderer global variable
|
8 лет назад |
Lioncash
|
0f2ac928f2
video_core: Make global EmuWindow instance part of the base renderer class
|
8 лет назад |
bunnei
|
656de23d93
renderer: Create rasterizer and cleanup.
|
8 лет назад |
James Rowe
|
1d28b2e142
Remove references to PICA and rasterizers in video_core
|
8 лет назад |
Yuri Kunde Schlesner
|
e24717bca0
VideoCore: Move software rasterizer files to sub-directory
|
9 лет назад |
Yuri Kunde Schlesner
|
84fbbe2629
Use negative priorities to avoid special-casing the self-include
|
9 лет назад |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
9 лет назад |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
9 лет назад |
Emmanuel Gil Peyrot
|
691a42fe98
VideoCore: Run include-what-you-use and fix most includes.
|
10 лет назад |
tfarley
|
22f3a7e94c
HWRasterizer: Texture forwarding
|
10 лет назад |