aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl
AgeCommit message (Expand)Author
2015-07-26OpenGL: Make OpenGL object resource wrappers fully inlineYuri Kunde Schlesner
2015-07-23Merge pull request #977 from yuriks/glenable-tex2dbunnei
2015-07-22Rasterizer/GL: Set the border color when binding a texture.Subv
2015-07-22GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) callsYuri Kunde Schlesner
2015-07-21GPU: Added registers for min and mag texture filters and implemented them in ...Subv
2015-07-19GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ex...Subv
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-07-12Merge pull request #907 from Lectem/clamp_to_borderTony Wasserka
2015-07-09Added GL_CLAMP_TO_BORDER supportLectem
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-16VideoCore: Log the GL driver’s vendor and renderer.Emmanuel Gil Peyrot
2015-06-08Renderer formatting editstfarley
2015-06-08Render-to-texture flush, interval math fixtfarley
2015-06-08Liberal texture unbind (clout menu)tfarley
2015-06-08Depth format fix (crush3d intro/black screens)tfarley
2015-06-08Implemented glColorMasktfarley
2015-05-31Merge pull request #811 from archshift/commonifyarchshift
2015-05-31Pica: Use zero for the SecondaryFragmentColor source.bunnei
2015-05-31Pica: Implement LogicOp function.bunnei
2015-05-30Move video_core/color.h to common/color.harchshift
2015-05-30Move video_core/math.h to common/vector_math.harchshift
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-23gl_state: Remove unnecessary const specifier on ApplyLioncash
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-22gl_state: Fix a condition typo in ApplyLioncash
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-03Change NULLs to nullptrs.Rohit Nirmal
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