mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-settings
This commit is contained in:
commit
ff12f28247
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,29 @@
|
|||||||
|
From f3ffe4e25bfca41379e4e2ffba75ad55d13ba30e Mon Sep 17 00:00:00 2001
|
||||||
|
From: xbmc <fernetmenta@online.de>
|
||||||
|
Date: Thu, 21 Mar 2013 07:53:20 +0100
|
||||||
|
Subject: [PATCH] only free unused textures after a flip
|
||||||
|
|
||||||
|
---
|
||||||
|
xbmc/Application.cpp | 3 +--
|
||||||
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
|
||||||
|
index fa0e71d..5bd2d72 100644
|
||||||
|
--- a/xbmc/Application.cpp
|
||||||
|
+++ b/xbmc/Application.cpp
|
||||||
|
@@ -2363,11 +2363,10 @@ void CApplication::Render()
|
||||||
|
{
|
||||||
|
g_graphicsContext.Flip(dirtyRegions);
|
||||||
|
g_renderManager.NotifyDisplayFlip();
|
||||||
|
+ g_TextureManager.FreeUnusedTextures();
|
||||||
|
}
|
||||||
|
CTimeUtils::UpdateFrameTime(flip);
|
||||||
|
|
||||||
|
- g_TextureManager.FreeUnusedTextures();
|
||||||
|
-
|
||||||
|
g_renderManager.UpdateResolution();
|
||||||
|
g_renderManager.ManageCaptures();
|
||||||
|
}
|
||||||
|
--
|
||||||
|
1.8.1.5
|
||||||
|
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
# TODO: xf86-video-intel-2.21.4 dont link with LTO enabled
|
# TODO: xf86-video-intel-2.21.5 dont link with LTO enabled
|
||||||
strip_lto
|
strip_lto
|
||||||
|
|
||||||
xorg_drv_configure_prepend
|
xorg_drv_configure_prepend
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="xf86-video-intel"
|
PKG_NAME="xf86-video-intel"
|
||||||
PKG_VERSION="2.21.4"
|
PKG_VERSION="2.21.5"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="i386 x86_64"
|
PKG_ARCH="i386 x86_64"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user