You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
bunnei 37fd4e6d9b
Merge pull request #512 from Subv/fset
8 years ago
..
gl_rasterizer.cpp GPU: Calculate the correct viewport dimensions based on the scale and translate registers. 8 years ago
gl_rasterizer.h GLRenderer: Remove unused hw_vao_enabled_attributes variable. 8 years ago
gl_rasterizer_cache.cpp GLCache: Corrected a mismatch between storing compressed sizes and verifying the uncompressed alignment in GetSurface. 8 years ago
gl_rasterizer_cache.h GPU: Implemented the DXN1 (BC4) texture format. 8 years ago
gl_resource_manager.h gl_resource_manager: Add missing noexcept specifiers to move constructors and assignment operators 8 years ago
gl_shader_decompiler.cpp Merge pull request #512 from Subv/fset 8 years ago
gl_shader_decompiler.h renderer_opengl: Add missing header guards 8 years ago
gl_shader_gen.cpp gl_shader_gen: Support vertical/horizontal viewport flipping. (#347) 8 years ago
gl_shader_gen.h GPU: Use the same buffer names in the generated GLSL and the buffer uploading code. 8 years ago
gl_shader_manager.cpp general: Convert assertion macros over to be fmt-compatible 8 years ago
gl_shader_manager.h gl_shader_gen: Support vertical/horizontal viewport flipping. (#347) 8 years ago
gl_shader_util.cpp gl_shader_util: Grab latest upstream. 8 years ago
gl_shader_util.h GLRenderer: Log the shader source code when program linking fails. 8 years ago
gl_state.cpp common_funcs: Remove ARRAY_SIZE macro 8 years ago
gl_state.h GPU: Use the buffer hints from the shader decompiler to upload only the necessary const buffers for each shader stage. 8 years ago
gl_stream_buffer.cpp renderer_gl: Port over gl_stream_buffer module from Citra. 8 years ago
gl_stream_buffer.h renderer_opengl: Add missing header guards 8 years ago
maxwell_to_gl.h maxwell_to_gl: Implement type SignedNorm, Size_8_8_8_8. 8 years ago
renderer_opengl.cpp renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalents 8 years ago
renderer_opengl.h renderer_opengl: Use OGLProgram instead of OGLShader. 8 years ago