aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/renderer_opengl.cpp
AgeCommit message (Expand)Author
2022-12-13gl_device: Use a more robust way to use strict context modeAlexander Orzechowski
2022-12-08video_core: Integrate SMAALiam
2022-11-13Add break for default casesKyle Kienapfel
2022-10-06OpenGl: Implement Channels.Fernando Sahmkow
2022-08-20video_core: support framebuffer crop rect top not zerovonchenplus
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-04OpenGL: fix croppingLiam
2022-03-24hle: nvflinger: Migrate android namespace -> Service::android.bunnei
2022-03-24hle: nvflinger: Move PixelFormat to its own header.bunnei
2022-03-19video_core: Reduce unused includesameerj
2021-12-05renderer_opengl: Minor refactoring of filter selectionameerj
2021-11-16Presentation: Only use FP16 in scaling shaders on supported devices in VulkanMarshall Mohror
2021-11-16OpenGL: fix FXAA with scalingMarshall Mohror
2021-11-16OpenGL: Implement FXAAMarshall Mohror
2021-11-16QtGUI: Add buttton to toggle the filter.FernandoS27
2021-11-16VideoCore: Add gaussian filtering.FernandoS27
2021-11-16Presentation: add Nearest Neighbor filter.Fernando Sahmkow
2021-11-16Renderers: Unify post processing filter shadersameerj
2021-11-16Renderer: Implement Bicubic and ScaleForce filters.Fernando Sahmkow
2021-11-16OpenGL: set linear mag filter when blitting a downscaled image.Fernando Sahmkow
2021-07-28renderers: Add explicit invert_y bool to screenshot callbackameerj
2021-07-26Merge pull request #6696 from ameerj/speed-limit-renamebunnei
2021-07-23renderer_base: Removed redundant settingsameerj
2021-07-22shader: Fix disabled attribute default valuesameerj
2021-07-22renderer_opengl: Use ARB_separate_shader_objectsReinUsesLisp
2021-07-22renderers: Fix clang formattingameerj
2021-07-22shader: Fix disabled and unwritten attributes and varyingsReinUsesLisp
2021-07-22gl_shader_util: Move shader utility code to a separate fileReinUsesLisp
2021-07-22renderer_opengl: State track compute assembly programsReinUsesLisp
2021-07-22shader: Initial OpenGL implementationReinUsesLisp
2021-07-08configure_graphics: Use u8 for bg_color valuesameerj
2021-05-15perf_stats: Rework FPS counter to be more accurateameerj
2021-04-14common: Move settings to common from core.bunnei
2021-02-13renderer_opengl: Remove interopReinUsesLisp
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2021-02-07renderer_opengl: Update OpenGL backend version requirement to 4.6Morph
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-05Fix telemetry-related exit crash from use-after-freeFearlessTobi
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-08-26Merge pull request #4569 from ReinUsesLisp/glsl-cmakebunnei
2020-08-24Merge pull request #4542 from ReinUsesLisp/gpu-init-basebunnei
2020-08-23video_core/host_shaders: Add CMake integration for string shadersReinUsesLisp
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash