dolphin-emulator/Source/Core/VideoBackends/OGL
2017-06-07 20:20:25 -07:00
..
BoundingBox.cpp videoconfig: add BBoxPreferStencilImplementation 2017-03-15 17:41:33 -07:00
BoundingBox.h OGL: only create stencil buffer when needed 2017-03-15 17:41:33 -07:00
CMakeLists.txt
FramebufferManager.cpp OGL: Use ARB_texture_storage to allocate TextureCache entries 2017-04-01 12:31:41 +10:00
FramebufferManager.h OGL: only create stencil buffer when needed 2017-03-15 17:41:33 -07:00
GPUTimer.h OGL: Add GPUTimer class for measuring execution time of a draw/dispatch 2017-04-01 12:32:57 +10:00
main.cpp HiresTextures: Support parsing DDS files directly 2017-04-29 00:14:23 +10:00
NativeVertexFormat.cpp
OGL.vcxproj upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
OGL.vcxproj.filters might as well update yet some more pointless version numbers.. 2017-06-03 18:20:40 -07:00
PerfQuery.cpp
PerfQuery.h
PostProcessing.cpp GameConfigLoader: Add GFX Game INI translations 2017-06-03 18:13:02 +01:00
PostProcessing.h VideoCommon: Move the blit methods to the backend class 2017-04-25 14:25:41 +10:00
ProgramShaderCache.cpp OGL: Support compute shaders and emitting GLSL 4.3 2017-04-01 12:31:41 +10:00
ProgramShaderCache.h OGL: Support compute shaders and emitting GLSL 4.3 2017-04-01 12:31:41 +10:00
RasterFont.cpp
RasterFont.h
Render.cpp video: change multisample/AA setting to u32 2017-06-07 20:20:25 -07:00
Render.h OGL: Support compute shaders and emitting GLSL 4.3 2017-04-01 12:31:41 +10:00
SamplerCache.cpp
SamplerCache.h
StreamBuffer.cpp
StreamBuffer.h
TextureCache.cpp fix various instances of -1 being assigned to unsigned types 2017-06-07 19:52:07 -07:00
TextureCache.h TextureCache: Support compressed textures and pass pitch/size to upload 2017-04-29 00:14:23 +10:00
TextureConverter.cpp VideoBackends: Support updated texture encoding shader generators 2017-04-12 00:11:22 +10:00
TextureConverter.h VideoBackends: Support updated texture encoding shader generators 2017-04-12 00:11:22 +10:00
VertexManager.cpp videoconfig: add BBoxPreferStencilImplementation 2017-03-15 17:41:33 -07:00
VertexManager.h
VideoBackend.h