yuzu/src/video_core/renderer_opengl
Lioncash dde5dce736 gl_shader_manager: Amend sign differences in an assertion comparison in SetShaderUniformBlockBinding()
Ensures both operands have the same sign in the comparison.

While we're at it, we can get rid of the redundant casting of ub_size to
an int. This type will always be trivial and alias a built-in type (not
doing so would break backwards compatibility at a standard level).
2018-08-04 02:55:03 -04:00
..
gl_rasterizer.cpp video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00
gl_rasterizer.h video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00
gl_rasterizer_cache.cpp Implement RGB32F PixelFormat (#886) (used by Go Vacation) 2018-08-02 14:56:38 -04:00
gl_rasterizer_cache.h Implement RGB32F PixelFormat (#886) (used by Go Vacation) 2018-08-02 14:56:38 -04:00
gl_resource_manager.h gl_state: Fix state management for texture swizzle. 2018-06-26 17:15:58 -04:00
gl_shader_decompiler.cpp Merge pull request #792 from lioncash/retval 2018-07-23 20:06:48 -07:00
gl_shader_decompiler.h video_core: Use nested namespaces where applicable 2018-07-20 18:23:54 -04:00
gl_shader_gen.cpp gl_shader_gen: Implement dual vertex shader mode. 2018-07-12 22:25:36 -04:00
gl_shader_gen.h gl_shader_gen: Implement dual vertex shader mode. 2018-07-12 22:25:36 -04:00
gl_shader_manager.cpp gl_shader_manager: Amend sign differences in an assertion comparison in SetShaderUniformBlockBinding() 2018-08-04 02:55:03 -04:00
gl_shader_manager.h gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const member function 2018-08-03 12:08:17 -04:00
gl_shader_util.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
gl_shader_util.h Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
gl_state.cpp gl_state: Make references const where applicable in Apply() 2018-07-20 01:12:29 -04:00
gl_state.h gl_state: Make texture_units a std::array 2018-08-02 11:19:58 -04:00
gl_stream_buffer.cpp renderer_gl: Port over gl_stream_buffer module from Citra. 2018-03-19 23:14:02 -04:00
gl_stream_buffer.h renderer_opengl: Add missing header guards 2018-04-19 21:13:59 -04:00
maxwell_to_gl.h Merge pull request #796 from bunnei/gl-uint 2018-07-24 04:44:56 -07:00
renderer_opengl.cpp video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00
renderer_opengl.h video_core: Make global EmuWindow instance part of the base renderer class 2018-08-01 21:40:30 -04:00