| Age | Commit message (Collapse) | Author |
|
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
|
|
GPU: DisplayTransfer & MemoryFill cleanup and param check
|
|
Fixes #1938
|
|
|
|
|
|
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenGL: Support blend equation
|
|
|
|
|
|
|
|
|
|
Implement W-buffer and fix depth-mapping
|
|
|
|
|
|
|
|
Pica: PicaShaderConfig is TC and cleared before use
|
|
|
|
On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the
default function loader, and fixes a crash when using apitrace with an
EGL context.
On Qt we will need to migrate from QGLWidget to QOpenGLWidget and
QOpenGLContext before we can use gladLoadGLLoader() instead of
gladLoadGL(), since the former doesn’t expose a function loader.
|
|
|
|
|
|
|
|
|
|
Fix video_core includes (and dependencies) using include-what-you-use
|
|
|
|
|
|
|
|
This has been entirely superseded by MicroProfile. The rest of the code
can go when a simpler frametime/FPS meter is added to the GUI.
|
|
|
|
|
|
Hardware Renderer Texture Forwarding
|
|
|
|
|
|
|
|
|
|
|
|
OpenGL: Fix a double framebuffer completeness checks.
|
|
Common: Remove Common::make_unique, use std::make_unique
|