eden-miror/src/video_core/renderer_opengl
Morph 8868fb745f maxwell_to_gl: Miscellaneous changes
maxwell_to_gl: Log unimplemented features under UNIMPLEMENTED_MSG instead of LOG_ERROR to bring into parity with maxwell_to_vk
maxwell_to_gl: Deduplicate logging in VertexType(), merging them into one.

maxwell_to_gl: Return GL_NEAREST instead of GL_LINEAR if an unknown texture filter mode is encountered.
maxwell_to_gl: Log the mipmap filter mode if an unknown value is passed in.
maxwell_to_gl: Reorder filtering modes to start with None, then Nearest, then Linear.
2020-06-18 04:56:31 -04:00
..
gl_arb_decompiler.cpp
gl_arb_decompiler.h
gl_buffer_cache.cpp
gl_buffer_cache.h
gl_device.cpp
gl_device.h
gl_fence_manager.cpp
gl_fence_manager.h
gl_framebuffer_cache.cpp
gl_framebuffer_cache.h
gl_query_cache.cpp
gl_query_cache.h
gl_rasterizer.cpp
gl_rasterizer.h
gl_resource_manager.cpp
gl_resource_manager.h
gl_sampler_cache.cpp
gl_sampler_cache.h
gl_shader_cache.cpp
gl_shader_cache.h
gl_shader_decompiler.cpp
gl_shader_decompiler.h
gl_shader_disk_cache.cpp
gl_shader_disk_cache.h
gl_shader_manager.cpp
gl_shader_manager.h
gl_shader_util.cpp
gl_shader_util.h
gl_state_tracker.cpp
gl_state_tracker.h
gl_stream_buffer.cpp
gl_stream_buffer.h
gl_texture_cache.cpp
gl_texture_cache.h
maxwell_to_gl.h maxwell_to_gl: Miscellaneous changes 2020-06-18 04:56:31 -04:00
renderer_opengl.cpp
renderer_opengl.h
utils.cpp
utils.h