This website requires JavaScript.
Explore
Help
Sign In
DuckDuckWhale
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://github.com/yuzu-emu/yuzu.git
synced
2026-05-14 10:18:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9a85277d83bfd5a24052b2809c52458e7351e18a
yuzu
/
src
/
video_core
/
renderer_opengl
History
bunnei
05dc93399b
Merge pull request
#528
from Subv/rg11b10f
...
GPU: Implemented the R11FG11FB10F texture and rendertarget formats.
2018-06-06 00:22:54 -04:00
..
gl_rasterizer_cache.cpp
GPU: Implemented the R11FG11FB10F texture and rendertarget formats.
2018-06-05 21:57:16 -05:00
gl_rasterizer_cache.h
GPU: Implemented the R11FG11FB10F texture and rendertarget formats.
2018-06-05 21:57:16 -05:00
gl_rasterizer.cpp
GPU: Calculate the correct viewport dimensions based on the scale and translate registers.
2018-06-04 16:36:54 -05:00
gl_rasterizer.h
GLRenderer: Remove unused hw_vao_enabled_attributes variable.
2018-05-19 11:36:38 -05:00
gl_resource_manager.h
gl_resource_manager: Add missing noexcept specifiers to move constructors and assignment operators
2018-04-20 20:04:00 -04:00
gl_shader_decompiler.cpp
Merge pull request
#516
from Subv/f2i_r
2018-06-05 22:01:29 -04:00
gl_shader_decompiler.h
…
gl_shader_gen.cpp
…
gl_shader_gen.h
…
gl_shader_manager.cpp
general: Convert assertion macros over to be fmt-compatible
2018-04-27 10:04:02 -04:00
gl_shader_manager.h
…
gl_shader_util.cpp
…
gl_shader_util.h
GLRenderer: Log the shader source code when program linking fails.
2018-05-19 11:19:34 -05:00
gl_state.cpp
…
gl_state.h
…
gl_stream_buffer.cpp
…
gl_stream_buffer.h
…
maxwell_to_gl.h
maxwell_to_gl: Implement type SignedNorm, Size_8_8_8_8.
2018-04-29 16:05:17 -04:00
renderer_opengl.cpp
renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalents
2018-04-27 12:09:35 -04:00
renderer_opengl.h
…