From 0b4921154485953384c026918d6615ed79a7da9d Mon Sep 17 00:00:00 2001 From: canni0 Date: Wed, 5 May 2010 07:22:17 +0000 Subject: - workaround by tobydox for buggy Intel 3D driver on Linux through deactivating texture tiling applied to UGraphic (thx!) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2339 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/UGraphic.pas | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base/UGraphic.pas') diff --git a/src/base/UGraphic.pas b/src/base/UGraphic.pas index 92256f80..4f0c8c77 100644 --- a/src/base/UGraphic.pas +++ b/src/base/UGraphic.pas @@ -502,6 +502,8 @@ begin { center window } SDL_putenv('SDL_VIDEO_WINDOW_POS=center'); + { workaround for buggy Intel 3D driver on Linux } + SDL_putenv('texture_tiling=false'); //Log.BenchmarkStart(2); -- cgit v1.2.3