aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/host_shaders/opengl_present.frag
AgeCommit message (Collapse)Author
2024-02-09nvnflinger/gpu: implement blendingLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2020-12-30host_shaders: Add copyright headers to OpenGL present shadersReinUsesLisp
2020-08-23video_core/host_shaders: Add CMake integration for string shadersReinUsesLisp
Add the necessary CMake code to copy the contents in a string source shader (GLSL or GLASM) to a header file then consumed by video_core files. This allows editting GLSL in its own files without having to maintain them in source files. For now, only OpenGL presentation shaders are moved, but we can add GLASM presentation shaders and static SPIR-V generation through glslangValidator in the future.