bunnei
|
045b0b70b6
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
|
7 лет назад |
ReinUsesLisp
|
35c095898b
gl_rasterizer: Use DSA for vertex array objects
|
7 лет назад |
ReinUsesLisp
|
ea4928393f
gl_state: Drop uniform buffer state tracking
|
7 лет назад |
bunnei
|
9a22a94a51
Merge pull request #1886 from FearlessTobi/port-4164
|
7 лет назад |
David Marcec
|
fdd649e2ef
Fixed uninitialized memory due to missing returns in canary
|
7 лет назад |
zhupengfei
|
a2be49305d
yuzu, video_core: Screenshot functionality
|
8 лет назад |
ReinUsesLisp
|
dad3a6718e
video_core: Move morton functions to their own file
|
7 лет назад |
bunnei
|
d01bf170c4
Merge pull request #1725 from FernandoS27/gl43
|
7 лет назад |
FernandoS27
|
0368260c99
Removed pre 4.3 ARB extensions
|
7 лет назад |
FernandoS27
|
0a9fedfac9
Use default values for unknown framebuffer pixel format
|
7 лет назад |
Frederic L
|
7a5eda5914
global: Use std::optional instead of boost::optional (#1578)
|
7 лет назад |
Rodolfo Bogado
|
0287b2be6d
Implement sRGB Support, including workarounds for nvidia driver issues and QT sRGB support
|
7 лет назад |
tech4me
|
3dcedb36b4
Port Citra #4047 & #4052: add change background color support
|
7 лет назад |
bunnei
|
b56e5edafc
gl_state: Keep track of texture target.
|
8 лет назад |
Lioncash
|
4a587b81b2
core/core: Replace includes with forward declarations where applicable
|
8 лет назад |
Lioncash
|
e2457418da
core: Make the main System class use the PImpl idiom
|
8 лет назад |
Lioncash
|
dd35b4b18a
renderer_opengl: Namespace OpenGL code
|
8 лет назад |
bunnei
|
bf89a99839
Merge pull request #1123 from lioncash/screen
|
8 лет назад |
Lioncash
|
523e4be02c
renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBUG_SEVERITY_LOW logs
|
8 лет назад |
Lioncash
|
46ef072cf9
rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature
|
8 лет назад |
Lioncash
|
bc16f7f3cc
renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves
|
8 лет назад |
bunnei
|
da7226442f
renderer_opengl: Treat OpenGL errors as critical.
|
8 лет назад |
Lioncash
|
0a93b45b6a
core: Namespace EmuWindow
|
8 лет назад |
bunnei
|
8c6338b6f9
renderer_opengl: Use trace log in a few places.
|
8 лет назад |
Lioncash
|
2665457f4a
renderer_base: Make Rasterizer() return the rasterizer by reference
|
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
|
c3dd456d51
vi: Partially implement buffer crop parameters.
|
8 лет назад |
bunnei
|
05cb10530f
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
|
8 лет назад |
James Rowe
|
0d46f0df12
Update clang format
|
8 лет назад |