This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 4e49ab496223ffcb7f2cc3efd9514043ebc1a5b0
Author: MAN-AT-ARMS <m4n4t4...@gmail.com>
Date:   Thu Dec 24 10:42:23 2015 -0500

    All: Rend2: Increase MAX_DRAWN_PSHADOWS to 32
---
 MP/code/rend2/tr_local.h | 2 +-
 SP/code/rend2/tr_local.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP/code/rend2/tr_local.h b/MP/code/rend2/tr_local.h
index dadf375..7411e11 100644
--- a/MP/code/rend2/tr_local.h
+++ b/MP/code/rend2/tr_local.h
@@ -59,7 +59,7 @@ typedef unsigned int glIndex_t;
 #define MAX_VAOS      4096
 
 #define MAX_CALC_PSHADOWS    64
-#define MAX_DRAWN_PSHADOWS    16 // do not increase past 32, because bit flags 
are used on surfaces
+#define MAX_DRAWN_PSHADOWS    32 // do not increase past 32, because bit flags 
are used on surfaces
 #define PSHADOW_MAP_SIZE      512
 #define CUBE_MAP_MIPS      7
 #define CUBE_MAP_SIZE      (1 << CUBE_MAP_MIPS)
diff --git a/SP/code/rend2/tr_local.h b/SP/code/rend2/tr_local.h
index 7ef89b4..469257f 100644
--- a/SP/code/rend2/tr_local.h
+++ b/SP/code/rend2/tr_local.h
@@ -59,7 +59,7 @@ typedef unsigned int glIndex_t;
 #define MAX_VAOS      4096
 
 #define MAX_CALC_PSHADOWS    64
-#define MAX_DRAWN_PSHADOWS    16 // do not increase past 32, because bit flags 
are used on surfaces
+#define MAX_DRAWN_PSHADOWS    32 // do not increase past 32, because bit flags 
are used on surfaces
 #define PSHADOW_MAP_SIZE      512
 #define CUBE_MAP_MIPS      7
 #define CUBE_MAP_SIZE      (1 << CUBE_MAP_MIPS)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to