dolphin/Source/Core/VideoBackends/OGL
degasus afb0beb9ab OpenGL: Mute nvidia performance warning about stalling the GPU.
They are right, our perf query implementation is terrible.
But raising a warning makes it just even slower.
2017-05-03 23:48:14 +02:00
..
BoundingBox.cpp
BoundingBox.h
CMakeLists.txt
FramebufferManager.cpp
FramebufferManager.h
GPUTimer.h
main.cpp HiresTextures: Support parsing DDS files directly 2017-04-29 00:14:23 +10:00
NativeVertexFormat.cpp
OGL.vcxproj
OGL.vcxproj.filters
PerfQuery.cpp
PerfQuery.h
PostProcessing.cpp
PostProcessing.h VideoCommon: Move the blit methods to the backend class 2017-04-25 14:25:41 +10:00
ProgramShaderCache.cpp
ProgramShaderCache.h
RasterFont.cpp
RasterFont.h
Render.cpp OpenGL: Mute nvidia performance warning about stalling the GPU. 2017-05-03 23:48:14 +02:00
Render.h
SamplerCache.cpp
SamplerCache.h
StreamBuffer.cpp
StreamBuffer.h
TextureCache.cpp TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
TextureCache.h TextureCache: Support compressed textures and pass pitch/size to upload 2017-04-29 00:14:23 +10:00
TextureConverter.cpp
TextureConverter.h
VertexManager.cpp
VertexManager.h
VideoBackend.h