[Scummvm-git-logs] scummvm master -> 27ea47efa88b7b08b402c9e31370f56886b59361
aquadran
noreply at scummvm.org
Sun Feb 12 16:12:53 UTC 2023
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:
27ea47efa8 TINYGL: Decrease to 5MB drawCallMemory usage as it was before
Commit: 27ea47efa88b7b08b402c9e31370f56886b59361
https://github.com/scummvm/scummvm/commit/27ea47efa88b7b08b402c9e31370f56886b59361
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2023-02-12T17:12:48+01:00
Commit Message:
TINYGL: Decrease to 5MB drawCallMemory usage as it was before
Changed paths:
graphics/tinygl/tinygl.h
diff --git a/graphics/tinygl/tinygl.h b/graphics/tinygl/tinygl.h
index 02a835e1a47..7a403345b3a 100644
--- a/graphics/tinygl/tinygl.h
+++ b/graphics/tinygl/tinygl.h
@@ -31,7 +31,7 @@ namespace TinyGL {
void createContext(int screenW, int screenH, Graphics::PixelFormat pixelFormat,
int textureSize, bool enableStencilBuffer, bool dirtyRectsEnable,
- uint32 drawCallMemorySize = 6 * 1024 * 1024);
+ uint32 drawCallMemorySize = 5 * 1024 * 1024);
void destroyContext();
void presentBuffer();
void presentBuffer(Common::List<Common::Rect> &dirtyAreas);
More information about the Scummvm-git-logs
mailing list