[aquaria] massive pile of patches now in icculus tree...

Andrew Church achurch+aquaria at achurch.org
Sun Apr 24 09:43:10 EDT 2011


>> Try opening your usersettings.xml and add a displaylists="0" attribute
>> to the <ScreenMode> tag:
>>
>> <ScreenMode resx="1024" ... darkbuffersize="256" displaylists="0" />
>
>This fixes the issue; thank you.

Thanks for the note.  I guess Intel chips are slow at vertex processing.

Ryan, can you apply the patch below so other people don't run into this?

  --Andrew Church
    achurch at achurch.org
    http://achurch.org/

# HG changeset patch
# User Andrew Church <achurch at achurch.org>
# Date 1303605683 -32400
# Node ID cd07fb0b304c49100a20ae38bed682fba919179f
# Parent  ebd81d4a03a4db4d2d5682aa90e197e5bcd857e1
Disable display lists by default to avoid performance regressions on Intel GPUs.

diff --git a/Aquaria/UserSettings.h b/Aquaria/UserSettings.h
--- a/Aquaria/UserSettings.h
+++ b/Aquaria/UserSettings.h
@@ -109,7 +109,7 @@
 			bits = 32;
 			vsync = 1;
 			darkbuffersize = 256;
-			displaylists = 1;
+			displaylists = 0;
 		}
 		int shader;
 		int blur;


More information about the aquaria mailing list