1
0
Fork 0
forked from suyu/suyu
suyu/src/video_core
Kevin Hartman 221a9b023d Viewport scaling and display density independence
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window.
On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
2014-11-18 13:06:05 +01:00
..
debug_utils Fix warnings in video_core 2014-10-07 20:35:13 -04:00
renderer_opengl Viewport scaling and display density independence 2014-11-18 13:06:05 +01:00
clipper.cpp Fix two format strings. 2014-11-14 12:08:26 -05:00
clipper.h Pica: Add triangle clipper. 2014-08-12 13:49:33 +02:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00
command_processor.cpp Fix some warnings 2014-10-29 20:26:15 -04:00
command_processor.h Pica/CommandProcessor: Implement parameter masking. 2014-08-25 22:03:18 +02:00
gpu_debugger.h Renamed souce files of services to match port names 2014-10-29 15:55:51 -04:00
math.h Math: Warning fixes. 2014-08-25 22:03:19 +02:00
pica.h Fix warnings in video_core 2014-10-07 20:35:13 -04:00
primitive_assembly.cpp Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper. 2014-08-25 22:03:19 +02:00
primitive_assembly.h Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper. 2014-08-25 22:03:19 +02:00
rasterizer.cpp Fix warnings in video_core 2014-10-07 20:35:13 -04:00
rasterizer.h Pica: Add basic rasterizer. 2014-08-12 13:50:07 +02:00
renderer_base.h Remove virtual inheritance from RendererOpenGL 2014-10-12 14:37:24 +02:00
utils.cpp utils: cleaned up DumpTGA, removing redundancies 2014-09-07 12:09:02 -07:00
utils.h utils: cleaned up DumpTGA, removing redundancies 2014-09-07 12:09:02 -07:00
vertex_shader.cpp Fix warnings in video_core 2014-10-07 20:35:13 -04:00
vertex_shader.h vertex_shader: Fix control reaches end of function warning 2014-11-16 16:44:14 -05:00
video_core.cpp Dead code removal: video_core.cpp, load_symbol_map.cpp 2014-09-07 12:09:02 -07:00
video_core.h Rework OpenGL renderer. 2014-10-12 14:38:53 +02:00