index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
/
gl_shader_manager.cpp
Age
Commit message (
Expand
)
Author
2023-06-25
OpenGL: Limit lmem warmup to NVIDIA
ameerj
2023-06-25
OpenGL: Add Local Memory warmup shader
ameerj
2023-01-05
video_core: Implement opengl/vulkan draw_texture
Feng Chen
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-07-22
shader: Initial OpenGL implementation
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-07-18
gl_arb_decompiler: Use NV_shader_buffer_{load,store} on assembly shaders
ReinUsesLisp
2020-05-26
gl_shader_manager: Unbind GLSL program when binding a host pipeline
ReinUsesLisp
2020-05-19
renderer_opengl: Add assembly program code paths
ReinUsesLisp
2020-03-11
gl_shader_manager: Fix interaction between graphics and compute
ReinUsesLisp
2020-02-28
gl_state: Remove program tracking
ReinUsesLisp
2019-11-07
gl_shader_manager: Remove unused variable in SetFromRegs
ReinUsesLisp
2019-11-07
gl_rasterizer: Emulate viewport flipping with ARB_clip_control
ReinUsesLisp
2019-05-30
gl_rasterizer: Move alpha testing to the OpenGL pipeline
ReinUsesLisp
2019-04-10
gl_shader_manager: Move code to source file and minor clean up
ReinUsesLisp
2019-03-28
gl_shader_manager: Move using statement into the cpp file
Lioncash
2019-03-28
gl_shader_manager: Remove reliance on global accessor within MaxwellUniformDa...
Lioncash
2018-11-25
gl_shader_decompiler: Implement S2R's Y_DIRECTION
ReinUsesLisp
2018-10-22
Use standard UBO and fix/stylize the code
FernandoS27
2018-10-07
gl_shader_decompiler: Implement geometry shaders
ReinUsesLisp
2018-08-27
renderer_opengl: Implement a new shader cache.
bunnei
2018-08-22
renderer_opengl: Namespace OpenGL code
Lioncash
2018-08-14
Rasterizer: Implemented instanced rendering.
Subv
2018-08-04
gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding()
Lioncash
2018-08-04
gl_shader_manager: Amend sign differences in an assertion comparison in SetSh...
Lioncash
2018-07-20
gl_shader_manager: Replace unimplemented function prototype
Lioncash
2018-07-18
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-06
GPU: Implement sampling multiple textures in the generated glsl shaders.
Subv
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-18
gl_shader_gen: Support vertical/horizontal viewport flipping. (#347)
bunnei
2018-04-14
GPU: Upload the entirety of each constbuffer for each shader stage as SSBOs.
Subv
2018-04-14
shaders: Add NumTextureSamplers const, remove unused #pragma.
bunnei
2018-04-13
gl_shader_manager: Implement SetShaderSamplerBindings.
bunnei
2018-04-13
gl_shader_manager: Cleanup and consolidate uniform handling.
bunnei
2018-04-13
renderer_opengl: Add gl_shader_manager class.
bunnei