well it woudl appear that only rendering parts of the dipslay using clips

boxes... is SLOOOW if u have more than lets say 1 box... so lets disable it :(


SVN revision: 5292
This commit is contained in:
Carsten Haitzler 2001-08-27 11:44:03 +00:00
parent 7ad7164ded
commit 96eee00cb6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
/* uncomment this is partial buffer swaps slow - problem with glcopypixels? */
#define GLSWB 1
/* uncomment if your GL implimentation is CRAP at clipping */
/* #define GLNOCLIP 1 */
#define GLNOCLIP 1
#define INTERSECTS(x, y, w, h, xx, yy, ww, hh) \
((x < (xx + ww)) && \