[Scummvm-git-logs] scummvm branch-2-7 -> 065dd515cc2cf15c63bfc6bcecde46594d78b6d0
aquadran
noreply at scummvm.org
Sun Feb 12 16:13:18 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:
065dd515cc TINYGL: Decrease to 5MB drawCallMemory usage as it was before
Commit: 065dd515cc2cf15c63bfc6bcecde46594d78b6d0
https://github.com/scummvm/scummvm/commit/065dd515cc2cf15c63bfc6bcecde46594d78b6d0
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2023-02-12T17:13:09+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 2507e3a4560..7bbe26a2857 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