summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/renderer_opengl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvnflinger/gpu: implement applet captureGravatar Liam2024-02-091-0/+9
* nvnflinger/gpu: implement layer stack compositionGravatar Liam2024-01-311-2/+2
* renderer_opengl: implement layer stack compositionGravatar Liam2024-01-311-1/+1
* renderer_opengl: split out SMAAGravatar Liam2024-01-311-1/+0
* renderer_opengl: isolate core presentation codeGravatar Liam2024-01-311-76/+2
* video_core: consistently account for resolution scaling when renderingGravatar Liam2024-01-311-0/+2
* video_core: simplify accelerated surface fetch and crop handling between APIsGravatar Liam2024-01-311-22/+10
* SMMU: Initial adaptation to video_core.Gravatar Fernando Sahmkow2024-01-181-2/+2
* renderer_opengl: remove srgb conversion logicGravatar Liam2023-12-031-1/+0
* video_core/opengl: Add FSR upscaling filter to the OpenGL rendererGravatar Wollnashorn2023-01-261-0/+3
* video_core: Integrate SMAAGravatar Liam2022-12-081-2/+13
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* OpenGL: fix croppingGravatar Liam2022-04-041-0/+2
* hle: nvflinger: Migrate android namespace -> Service::android.Gravatar bunnei2022-03-241-2/+2
* hle: nvflinger: Move PixelFormat to its own header.Gravatar bunnei2022-03-241-2/+2
* video_core: Reduce unused includesGravatar ameerj2022-03-191-0/+2
* OpenGL: fix FXAA with scalingGravatar Marshall Mohror2021-11-161-0/+1
* OpenGL: Implement FXAAGravatar Marshall Mohror2021-11-161-0/+4
* VideoCore: Add gaussian filtering.Gravatar FernandoS272021-11-161-0/+1
* Presentation: add Nearest Neighbor filter.Gravatar Fernando Sahmkow2021-11-161-0/+1
* Renderer: Implement Bicubic and ScaleForce filters.Gravatar Fernando Sahmkow2021-11-161-1/+3
* renderer_opengl: Use ARB_separate_shader_objectsGravatar ReinUsesLisp2021-07-221-1/+2
* shader: Initial OpenGL implementationGravatar ReinUsesLisp2021-07-221-4/+1
* video_core: Add GPU vendor name to window title barGravatar ameerj2021-06-201-0/+4
* renderer_opengl: Remove interopGravatar ReinUsesLisp2021-02-131-3/+0
* video_core: Reimplement the buffer cacheGravatar ReinUsesLisp2021-02-131-7/+7
* gpu: Report renderer errors with exceptionsGravatar ReinUsesLisp2021-02-131-4/+7
* video_core: Rewrite the texture cacheGravatar ReinUsesLisp2020-12-301-0/+1
* video_core: Resolve more variable shadowing scenarios pt.3Gravatar Lioncash2020-12-051-4/+4
* renderer_opengl: Remove emulated mailbox presentationGravatar ReinUsesLisp2020-09-201-16/+0
* video_core: Remove all Core::System references in rendererGravatar ReinUsesLisp2020-09-061-5/+16
* video_core: Initialize renderer with a GPUGravatar ReinUsesLisp2020-08-221-5/+6
* gl_rasterizer: Use NV_vertex_buffer_unified_memory for vertex buffer robustnessGravatar ReinUsesLisp2020-06-241-0/+3
* renderer_opengl: Add assembly program code pathsGravatar ReinUsesLisp2020-05-191-1/+4
* Frontend/GPU: Refactor context managementGravatar James Rowe2020-03-241-2/+8
* renderer_opengl: Reintroduce dirty flags for render targetsGravatar ReinUsesLisp2020-02-281-0/+3
* gl_state: Remove completelyGravatar ReinUsesLisp2020-02-281-3/+0
* gl_state: Remove program trackingGravatar ReinUsesLisp2020-02-281-1/+6
* gl_state: Remove viewport and depth range trackingGravatar ReinUsesLisp2020-02-281-2/+0
* gl_state: Remove VAO cache and trackingGravatar ReinUsesLisp2020-02-281-1/+0
* renderer_opengl: Fix SRGB presentation frame tracking.Gravatar bunnei2020-02-281-3/+0
* renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.Gravatar bunnei2020-02-261-0/+5
* renderer_opengl: Add texture mailbox support for presenter thread.Gravatar bunnei2020-02-251-10/+14
* renderer_opengl: Use explicit binding for presentation shadersGravatar ReinUsesLisp2019-11-281-8/+0
* renderer_opengl: Move commentaries to header fileGravatar ReinUsesLisp2019-11-281-2/+12
* renderer_opengl: Fix sRGB blitsGravatar ReinUsesLisp2019-09-101-1/+2
* gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigGravatar ReinUsesLisp2019-08-211-3/+2
* gl_shader_cache: Use shared contexts to build shaders in parallelGravatar ReinUsesLisp2019-05-201-1/+2
* video_core/renderer_opengl: Replace direct usage of global system object acce...Gravatar Lioncash2019-03-041-0/+1
* common/math_util: Move contents into the Common namespaceGravatar Lioncash2019-02-271-2/+2