summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp
AgeCommit message (Expand)Author
2013-08-27ogl: warn on osd if not supported features are enableddegasus
2013-08-26ogl: reset api state for blittingdegasus
2013-08-20ogl: use texture_2d instead of renderbuffer for realxfb + efb2ram fbodegasus
2013-08-06disable emulate format changes on glsl120degasus
2013-07-22implement emulate efb format changes on ogl backenddegasus
2013-07-13Patch from Degasus that removes the last of the the GL_TEXTURE_RECTANGLE usag...Ryan Houdek
2013-05-06[Android] More GLES3 things. Disable Framedumping and MSAA rendering. Remove ...Ryan Houdek
2013-05-05GL_DEPTH_COMPONENT can't have type of GL_UNSIGNED_BYTE with glTexImage2D. Qua...Ryan Houdek
2013-04-17New license header introduced to all Video based projects.Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-01-16use renderbuf fo xfbdegasus
2013-01-14remove old deprecated calls and fixed functions parametersdegasus
2013-01-03xfb draw by blit - disable postprocessingdegasus
2013-01-03fix virtual xfb - remove glCopyTexImage2Ddegasus
2013-01-03uses the ARB_framebuffer_object syntaxdegasus
2012-12-29always calls glBindBuffer(0) after disabling vaodegasus
2012-12-13move glBindBuffer and glBindVertexArray out of VertexManagerdegasus
2012-12-13using of vao, warning: ARB_vertex_array_object is neededdegasus
2012-12-13only update vbo on changes in XFBSource::Drawdegasus
2012-12-13XFBSource::Draw in vbodegasus
2012-12-13reset glEnableClientState befor every drawdegasus
2012-12-13remove usage of glMultiTexCoord2fdegasus
2012-10-27Bit of cleanup and fixing of one issue that was noticeable in SMS with Mario'...Ryan Houdek
2011-08-25Move on to XFB drawingRyan Houdek
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-29A few compiler warnings.Soren Jorvang
2011-01-29Put some stuff in the gfx plugins into namespaces, so that the symbols won't ...hrydgard
2010-12-28Fix ClearScreen in OpenGL as well (uses clear quads instead of glClear now).NeoBrainX
2010-12-27Second Experimental commit: Rodolfo Osvaldo Bogado
2010-11-18Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class t...Jordan Woyak
2010-11-14Merged some FramebufferManager code into VideoCommon.Jordan Woyak
2010-09-30Added EFB Scale option to the OpenGL plug-in.skidau
2010-09-28Minor code formatting:skidau
2010-05-28Improve iterator usage.Jordan Woyak
2010-05-27Revert previous. rodolfoosvaldobogado had already applied the same fix in theSoren Jorvang
2010-05-26Fully initialize the xfbSource struct. Not sure if this could actually be usedSoren Jorvang
2010-05-19after a good commit lets make some experiments:Rodolfo Osvaldo Bogado
2010-03-10Extend the OGL virtual XFB to handle games that use multiple XFBs to make a f...donkopunchstania
2010-02-24Systematically eliminating compiler warnings.Glenn Rice
2010-02-06D3D and Opengl:Rodolfo Osvaldo Bogado
2009-11-14fix for re missing characters in both plugins, thanks to autoran for the test...Rodolfo Osvaldo Bogado
2009-11-10Implemented secondary path for hardware with no multiples render target suppo...Rodolfo Osvaldo Bogado
2009-11-02This is a "Try to fix" commit, reverted all the changes made by my first comm...Rodolfo Osvaldo Bogado
2009-10-26sorry for that, changes in this file should not be commitedRodolfo Osvaldo Bogado
2009-10-25some work on zscale and zoffset, don't know if this is correct but at least i...Rodolfo Osvaldo Bogado
2009-09-26OpenGL: commit rodolfoosvaldobogado's (what a name!) speedup patches.hrydgard
2009-09-13Lots of code and warning cleanup. OGL/D3D: Moved to a shared config class in ...hrydgard
2009-09-06GUI: Fixed a double keydown event in the main frame, the double click in the ...John Peterson
2009-09-03Moving more things out of GL into VideoCommon...hrydgard
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY