dolphin/Source/Core/VideoBackends/OGL
2014-12-20 13:31:41 +01:00
..
GLExtensions Enables stereo rendering with OpenGL ES 3.1 + AEP. 2014-12-07 11:14:35 +00:00
GLInterface VideoOGL: Move X11 wxWidgets utilities to DolphinWX 2014-11-24 21:15:52 -05:00
BoundingBox.cpp
BoundingBox.h
CMakeLists.txt VideoOGL: Move X11 wxWidgets utilities to DolphinWX 2014-11-24 21:15:52 -05:00
FramebufferManager.cpp OGL: Ensure a VAO is bound for all attributeless. 2014-12-11 09:42:49 -08:00
FramebufferManager.h FramebufferManager: Bind only the first framebuffer layer when the EFB only has one layer. 2014-12-05 00:36:10 +01:00
GLInterfaceBase.h
GLUtil.cpp OGL: Attempt a larger buffer to workaround 7946. 2014-12-16 22:20:45 -08:00
GLUtil.h OGL: Move attributeless VAO creation to Init. 2014-12-11 01:00:37 -08:00
main.cpp OGL: Don't generate a geometry shader if the backend doesn't support it. 2014-12-18 00:36:49 +01:00
main.h
NativeVertexFormat.cpp
OGL.vcxproj
OGL.vcxproj.filters
PerfQuery.cpp
PerfQuery.h
PostProcessing.cpp OGL: Use a fixed VAO for attributeless rendering. 2014-12-06 19:27:49 -08:00
PostProcessing.h
ProgramShaderCache.cpp VideoCommon: Make IsPassthrough() a function of the ShaderUid. 2014-12-19 14:10:53 +01:00
ProgramShaderCache.h GeometryShaderGen: Pass the primitive type and always run the generator regardless of stereoscopy. 2014-12-14 21:23:20 +01:00
RasterFont.cpp OGL: draw shadows within rasterfont itself 2014-12-20 13:31:41 +01:00
RasterFont.h OGL: draw shadows within rasterfont itself 2014-12-20 13:31:41 +01:00
Render.cpp VideoCommon: merge debug test generators 2014-12-20 13:06:29 +01:00
Render.h VideoCommon: merge debug test generators 2014-12-20 13:06:29 +01:00
SamplerCache.cpp
SamplerCache.h
StreamBuffer.cpp
StreamBuffer.h
TextureCache.cpp OGL: Bind the attributeless VAO before EFB copies. 2014-12-10 23:19:18 -08:00
TextureCache.h
TextureConverter.cpp OGL: Ensure a VAO is bound for all attributeless. 2014-12-11 09:42:49 -08:00
TextureConverter.h
VertexManager.cpp VertexManager: Disable culling for lines and points. 2014-12-18 00:36:47 +01:00
VertexManager.h
VideoBackend.h