summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/TextureConverter.cpp
AgeCommit message (Expand)Author
2015-11-15TextureCache: Rewrite EFB Copy control flowdegasus
2015-11-15OGL-TextureConverter: Keep care about the global state ifselfdegasus
2015-11-15OGL: Remove TCache::Entry usage in TextureConverterdegasus
2015-10-22TextureCacheBase: Change CacheLinesPerRow to BytesPerRowLioncash
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-06Move common EFB copy code into VideoCommonScott Mansell
2015-08-12[GLES] Fix real XFB.Ryan Houdek
2015-07-25Video: stride in bytes rather than pixelsbooto
2015-07-25Video: respect stride of efb copies to xfbbooto
2015-05-29OGL: Always use sampler objects.degasus
2015-05-27OGL: use GL_TEXTURE* constantsTillmann Karras
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-28Silence -Wunused-variable warning.Rohit Nirmal
2015-01-25Make sure EFB2RAM buffer is wide enough for new coordinate system.magumagu
2015-01-25Fix OpenGL coordinate computation.magumagu
2014-12-11OGL: Ensure a VAO is bound for all attributeless.Unknown W. Brackets
2014-12-05FramebufferManager: Bind only the first framebuffer layer when the EFB only h...Jules Blok
2014-11-28Merge pull request #1439 from Armada651/ogl-stereo-3dRyan Houdek
2014-11-24More formatting and consistency fixesStevoisiak
2014-11-23use GL_TEXTURE_2D_ARRAY for most of our texturesdegasus
2014-11-13Various formatting and consistency fixesStevoisiak
2014-10-26OGL: Get rid of error macrosLioncash
2014-08-19msvc: resolve all warnings in VideoBackends/OGL.Shawn Hoffman
2014-08-15OGL: Fix brace and body placementsLioncash
2014-07-18Support Sampler binding in the shader.Ryan Houdek
2014-07-14OGL: Correctly guard against array bounds of s_encodingProgramsLioncash
2014-06-18Kill off replaceable usages of s[n]printf.Lioncash
2014-05-05OpenGL: delete unused function parameter in TextureConverter.magumagu
2014-04-12OpenGL backend: remove useless header Globals.h.magumagu
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-26remove (ATTR|VARY)(IN|OUT) macrosdegasus
2014-02-26ogl: optimize real xfb a bitdegasus
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-01-05OpenGL: drop UBO-workaround usage for efb2ram shadersdegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre