[Scummvm-git-logs] scummvm master -> 2a7aa00c85cde33ee6735ba9c088948ac9b1c3c5
aquadran
noreply at scummvm.org
Sat Nov 27 20:22:16 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2a7aa00c85 BACKENDS: Remove PixelBuffer leftovers
Commit: 2a7aa00c85cde33ee6735ba9c088948ac9b1c3c5
https://github.com/scummvm/scummvm/commit/2a7aa00c85cde33ee6735ba9c088948ac9b1c3c5
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2021-11-27T21:22:09+01:00
Commit Message:
BACKENDS: Remove PixelBuffer leftovers
Changed paths:
backends/base-backend.cpp
backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp
backends/modular-backend.cpp
backends/platform/android3d/android.h
backends/platform/android3d/graphics.h
common/system.h
diff --git a/backends/base-backend.cpp b/backends/base-backend.cpp
index 560510e068..041ebafb56 100644
--- a/backends/base-backend.cpp
+++ b/backends/base-backend.cpp
@@ -22,7 +22,6 @@
#include "backends/base-backend.h"
-#include "graphics/pixelbuffer.h"
#include "graphics/scalerplugin.h"
#ifndef DISABLE_DEFAULT_EVENT_MANAGER
diff --git a/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp b/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp
index b8cb7231d1..4c4353d97c 100644
--- a/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp
+++ b/backends/graphics3d/openglsdl/openglsdl-graphics3d.cpp
@@ -31,7 +31,6 @@
#include "common/file.h"
#include "engines/engine.h"
#include "graphics/conversion.h"
-#include "graphics/pixelbuffer.h"
#include "graphics/opengl/context.h"
#include "graphics/opengl/framebuffer.h"
#include "graphics/opengl/surfacerenderer.h"
diff --git a/backends/modular-backend.cpp b/backends/modular-backend.cpp
index 2714f576c7..83f6a629fd 100644
--- a/backends/modular-backend.cpp
+++ b/backends/modular-backend.cpp
@@ -29,7 +29,6 @@
#include "common/timer.h"
#include "graphics/pixelformat.h"
-#include "graphics/pixelbuffer.h"
ModularGraphicsBackend::ModularGraphicsBackend()
:
diff --git a/backends/platform/android3d/android.h b/backends/platform/android3d/android.h
index 6c0c29f6ff..926e97e9a2 100644
--- a/backends/platform/android3d/android.h
+++ b/backends/platform/android3d/android.h
@@ -33,7 +33,6 @@
#include "audio/mixer_intern.h"
#include "graphics/palette.h"
#include "graphics/surface.h"
-#include "graphics/pixelbuffer.h"
#include "graphics/opengl/system_headers.h"
#include "graphics/opengl/framebuffer.h"
#include "backends/modular-backend.h"
diff --git a/backends/platform/android3d/graphics.h b/backends/platform/android3d/graphics.h
index 29102b199a..e5c80e3f59 100644
--- a/backends/platform/android3d/graphics.h
+++ b/backends/platform/android3d/graphics.h
@@ -146,7 +146,6 @@ private:
// Game layer
GLESBaseTexture *_game_texture;
- Graphics::PixelBuffer _game_pbuf;
OpenGL::FrameBuffer *_frame_buffer;
/**
diff --git a/common/system.h b/common/system.h
index 20ba2fb440..c2d29cc6f9 100644
--- a/common/system.h
+++ b/common/system.h
@@ -29,7 +29,6 @@
#include "common/list.h" // For OSystem::getSupportedFormats()
#include "common/ustr.h"
#include "graphics/pixelformat.h"
-#include "graphics/pixelbuffer.h"
#include "graphics/mode.h"
namespace Audio {
More information about the Scummvm-git-logs
mailing list