From cbfd6b6e52e3b8c1d6324d86461f4e8aa240a756 Mon Sep 17 00:00:00 2001 From: Kevin Hartman Date: Thu, 21 Aug 2014 00:27:53 -0700 Subject: Rewrite of OpenGL renderer, including OS X support Screen contents are now displayed using textured quads. This can be updated to expose an FBO once an OpenGL backend for when Pica rendering is being worked on. That FBO's texture can then be applied to the quads. Previously, FBO blitting was used in order to display screen contents, which did not work on OS X. The new textured quad approach is less of a compatibility risk. --- src/video_core/video_core.vcxproj.filters | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'src/video_core/video_core.vcxproj.filters') diff --git a/src/video_core/video_core.vcxproj.filters b/src/video_core/video_core.vcxproj.filters index 90541aca0..ee6d8e8b4 100644 --- a/src/video_core/video_core.vcxproj.filters +++ b/src/video_core/video_core.vcxproj.filters @@ -1,4 +1,4 @@ - + @@ -12,6 +12,9 @@ renderer_opengl + + renderer_opengl + @@ -35,7 +38,15 @@ - + + renderer_opengl + + + renderer_opengl + + + renderer_opengl + debug_utils @@ -43,4 +54,4 @@ - \ No newline at end of file + -- cgit v1.2.3