aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/renderer_opengl.cpp
AgeCommit message (Expand)Author
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot
2015-06-16VideoCore: Log the GL driver’s vendor and renderer.Emmanuel Gil Peyrot
2015-06-08Liberal texture unbind (clout menu)tfarley
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22OpenGL renderertfarley
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-03Allow the user to set the background clear color during emulationarchshift
2015-03-10Merge pull request #629 from archshift/lcdfbbunnei
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-07Merge pull request #636 from bunnei/refactor-screen-winbunnei
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-15video_core: Implement the remaining framebuffer formats in the OpenGL renderer.Emmanuel Gil Peyrot
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-01-14GSP: Update framebuffer info on all interruptsYuri Kunde Schlesner
2015-01-07GSP: Toggle active framebuffer each framebunnei
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-20License changepurpasmart96
2014-12-20Clean up some warningsChin
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-03Merge pull request #236 from rohit-n/sign-comparebunnei
2014-11-30Silence a few -Wsign-compare warnings.Rohit Nirmal
2014-11-30Fixed viewport error caused by roundingvaguilar
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-11-18OpenGL Renderer: Cleanup viewport extent calculation.Tony Wasserka
2014-11-18Fixup EmuWindow interface and implementations thereof.Tony Wasserka
2014-11-18Viewport scaling and display density independenceKevin Hartman
2014-10-12Rework OpenGL renderer.Yuri Kunde Schlesner
2014-10-12OpenGL renderer: Shuffle initialization code around and rename functions.Yuri Kunde Schlesner
2014-09-13Merge pull request #97 from archshift/cleanupbunnei
2014-09-08Moved common_types::Rect from common to Common namespacearchshift
2014-09-07renderer_opengl.cpp: improved alignment for readabilityarchshift
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner
2014-08-28Downgrade GLSL version to 1.50 (compatible with GL 3.2)Yuri Kunde Schlesner
2014-08-26VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.bunnei
2014-08-25Rewrite of OpenGL renderer, including OS X supportKevin Hartman
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than vir...Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
2014-07-23Use uniform formatting when printing hexadecimal numbers.Tony Wasserka
2014-07-23RegisterSet: Simplify code by using structs for register definition instead o...Tony Wasserka
2014-07-23GPU: Make use of RegisterSet.Tony Wasserka
2014-07-23Renderer: Fix component order in bottom framebuffer.Tony Wasserka
2014-07-23Renderer: Respect the active_fb GPU register.Tony Wasserka
2014-07-23Renderer: Add a few TODOs.Tony Wasserka
2014-06-12Rename LCD to GPU.Tony Wasserka
2014-05-19common_types: Changed BasicRect back to Rect, in the common namespacearchshift
2014-05-16Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift