diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/gpu.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 3188b83ed..26b8ea233 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -12,9 +12,6 @@ | |||
| 12 | #include "video_core/framebuffer_config.h" | 12 | #include "video_core/framebuffer_config.h" |
| 13 | 13 | ||
| 14 | namespace Core { | 14 | namespace Core { |
| 15 | namespace Frontend { | ||
| 16 | class EmuWindow; | ||
| 17 | } | ||
| 18 | class System; | 15 | class System; |
| 19 | } // namespace Core | 16 | } // namespace Core |
| 20 | 17 | ||
| @@ -25,7 +22,6 @@ class ShaderNotify; | |||
| 25 | 22 | ||
| 26 | namespace Tegra { | 23 | namespace Tegra { |
| 27 | class DmaPusher; | 24 | class DmaPusher; |
| 28 | class CDmaPusher; | ||
| 29 | struct CommandList; | 25 | struct CommandList; |
| 30 | 26 | ||
| 31 | enum class RenderTargetFormat : u32 { | 27 | enum class RenderTargetFormat : u32 { |
| @@ -88,15 +84,9 @@ enum class DepthFormat : u32 { | |||
| 88 | D32_FLOAT_S8X24_UINT = 0x19, | 84 | D32_FLOAT_S8X24_UINT = 0x19, |
| 89 | }; | 85 | }; |
| 90 | 86 | ||
| 91 | struct CommandListHeader; | ||
| 92 | class DebugContext; | ||
| 93 | |||
| 94 | namespace Engines { | 87 | namespace Engines { |
| 95 | class Fermi2D; | ||
| 96 | class Maxwell3D; | 88 | class Maxwell3D; |
| 97 | class MaxwellDMA; | ||
| 98 | class KeplerCompute; | 89 | class KeplerCompute; |
| 99 | class KeplerMemory; | ||
| 100 | } // namespace Engines | 90 | } // namespace Engines |
| 101 | 91 | ||
| 102 | enum class EngineID { | 92 | enum class EngineID { |
| @@ -190,12 +180,6 @@ public: | |||
| 190 | /// Returns a const reference to the GPU DMA pusher. | 180 | /// Returns a const reference to the GPU DMA pusher. |
| 191 | [[nodiscard]] const Tegra::DmaPusher& DmaPusher() const; | 181 | [[nodiscard]] const Tegra::DmaPusher& DmaPusher() const; |
| 192 | 182 | ||
| 193 | /// Returns a reference to the GPU CDMA pusher. | ||
| 194 | [[nodiscard]] Tegra::CDmaPusher& CDmaPusher(); | ||
| 195 | |||
| 196 | /// Returns a const reference to the GPU CDMA pusher. | ||
| 197 | [[nodiscard]] const Tegra::CDmaPusher& CDmaPusher() const; | ||
| 198 | |||
| 199 | /// Returns a reference to the underlying renderer. | 183 | /// Returns a reference to the underlying renderer. |
| 200 | [[nodiscard]] VideoCore::RendererBase& Renderer(); | 184 | [[nodiscard]] VideoCore::RendererBase& Renderer(); |
| 201 | 185 | ||