index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
OGL
/
TextureConverter.cpp
Age
Commit message (
Expand
)
Author
2015-11-15
TextureCache: Rewrite EFB Copy control flow
degasus
2015-11-15
OGL-TextureConverter: Keep care about the global state ifself
degasus
2015-11-15
OGL: Remove TCache::Entry usage in TextureConverter
degasus
2015-10-22
TextureCacheBase: Change CacheLinesPerRow to BytesPerRow
Lioncash
2015-09-28
Fix building with PCH disabled.
Rohit Nirmal
2015-09-06
Move common EFB copy code into VideoCommon
Scott Mansell
2015-08-12
[GLES] Fix real XFB.
Ryan Houdek
2015-07-25
Video: stride in bytes rather than pixels
booto
2015-07-25
Video: respect stride of efb copies to xfb
booto
2015-05-29
OGL: Always use sampler objects.
degasus
2015-05-27
OGL: use GL_TEXTURE* constants
Tillmann Karras
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-01-28
Silence -Wunused-variable warning.
Rohit Nirmal
2015-01-25
Make sure EFB2RAM buffer is wide enough for new coordinate system.
magumagu
2015-01-25
Fix OpenGL coordinate computation.
magumagu
2014-12-11
OGL: Ensure a VAO is bound for all attributeless.
Unknown W. Brackets
2014-12-05
FramebufferManager: Bind only the first framebuffer layer when the EFB only h...
Jules Blok
2014-11-28
Merge pull request #1439 from Armada651/ogl-stereo-3d
Ryan Houdek
2014-11-24
More formatting and consistency fixes
Stevoisiak
2014-11-23
use GL_TEXTURE_2D_ARRAY for most of our textures
degasus
2014-11-13
Various formatting and consistency fixes
Stevoisiak
2014-10-26
OGL: Get rid of error macros
Lioncash
2014-08-19
msvc: resolve all warnings in VideoBackends/OGL.
Shawn Hoffman
2014-08-15
OGL: Fix brace and body placements
Lioncash
2014-07-18
Support Sampler binding in the shader.
Ryan Houdek
2014-07-14
OGL: Correctly guard against array bounds of s_encodingPrograms
Lioncash
2014-06-18
Kill off replaceable usages of s[n]printf.
Lioncash
2014-05-05
OpenGL: delete unused function parameter in TextureConverter.
magumagu
2014-04-12
OpenGL backend: remove useless header Globals.h.
magumagu
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-26
remove (ATTR|VARY)(IN|OUT) macros
degasus
2014-02-26
ogl: optimize real xfb a bit
degasus
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-01-05
OpenGL: drop UBO-workaround usage for efb2ram shaders
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre