Re: Can't apply S3TC patch anymore with current Mesa

2004-10-09 Thread Dave Airlie
> > > > This only happens with UT2004 menu backgrounds (with DOOM3 I haven't > > such problems) > I didn't see any problems when I last looked at it, I'll see if I can > reproduce it next week. the patch checked in is missing the bit that incresases max texture size when using compressed, as it

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-09 Thread Roland Scheidegger
Marcello Maggioni wrote: I've tried your hint of increasing the AGP size with GARTSize option. Actually, increasing GARTSize will do nothing for the r200 driver, as it doesn't really use GART memory at all (only if you use Mesa's glx memory allocator) afaik. The r200 driver uses only 1 texture heap

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-09 Thread Marcello Maggioni
On Sat, 9 Oct 2004 18:00:47 +0200, Felix Kühling <[EMAIL PROTECTED]> wrote: > On Sat, 9 Oct 2004 14:14:29 +0200 > Marcello Maggioni <[EMAIL PROTECTED]> wrote: > > [snip] > > > > > > Hey , I've solved in setting by DRICONF 5 Texture units instead of 6 . > > > > There's something wrong in using 6 Te

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-09 Thread Felix Kühling
On Sat, 9 Oct 2004 14:14:29 +0200 Marcello Maggioni <[EMAIL PROTECTED]> wrote: [snip] > > > Hey , I've solved in setting by DRICONF 5 Texture units instead of 6 . > > There's something wrong in using 6 Texture units with lastest DRI drivers? > > Marcello The more texture units you have the sm

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-09 Thread Marcello Maggioni
On Sat, 9 Oct 2004 14:08:58 +0200, Marcello Maggioni <[EMAIL PROTECTED]> wrote: > On Fri, 08 Oct 2004 14:09:49 -0700, Eric Anholt <[EMAIL PROTECTED]> wrote: > > > > > > > > On Fri, 2004-10-08 at 13:40, Marcello Maggioni wrote: > > > On Fri, 08 Oct 2004 13:23:03 -0700, Eric Anholt <[EMAIL PROTECTE

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-09 Thread Marcello Maggioni
On Fri, 08 Oct 2004 14:09:49 -0700, Eric Anholt <[EMAIL PROTECTED]> wrote: > > > On Fri, 2004-10-08 at 13:40, Marcello Maggioni wrote: > > On Fri, 08 Oct 2004 13:23:03 -0700, Eric Anholt <[EMAIL PROTECTED]> wrote: > > > On Fri, 2004-10-08 at 08:41, Dieter Nützel wrote: > > > > Am Freitag, 8. Okto

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Eric Anholt
On Fri, 2004-10-08 at 13:40, Marcello Maggioni wrote: > On Fri, 08 Oct 2004 13:23:03 -0700, Eric Anholt <[EMAIL PROTECTED]> wrote: > > On Fri, 2004-10-08 at 08:41, Dieter Nützel wrote: > > > Am Freitag, 8. Oktober 2004 17:37 schrieb Felix Kühling: > > > > On Fri, 8 Oct 2004 17:10:35 +0200 > > > > D

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Marcello Maggioni
On Fri, 08 Oct 2004 13:23:03 -0700, Eric Anholt <[EMAIL PROTECTED]> wrote: > On Fri, 2004-10-08 at 08:41, Dieter Nützel wrote: > > Am Freitag, 8. Oktober 2004 17:37 schrieb Felix Kühling: > > > On Fri, 8 Oct 2004 17:10:35 +0200 > > > Dieter Nützel <[EMAIL PROTECTED]> wrote: > > > > > > [snip] > > >

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Marcello Maggioni
On Fri, 8 Oct 2004 20:44:14 +0200, Dieter Nützel <[EMAIL PROTECTED]> wrote: > OK, I have a fix. > > > Now, we have: > > > > #ifndef USE_EXTERNAL_DXTN_LIB > > #define USE_EXTERNAL_DXTN_LIB 0 > > #endif > > --- src/mesa/main/texcompress_s3tc.c.orig 2004-10-08 15:12:34.0 > +0200 > +++

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Eric Anholt
On Fri, 2004-10-08 at 08:41, Dieter Nützel wrote: > Am Freitag, 8. Oktober 2004 17:37 schrieb Felix Kühling: > > On Fri, 8 Oct 2004 17:10:35 +0200 > > Dieter Nützel <[EMAIL PROTECTED]> wrote: > > > > [snip] > > > > > When I set 'setenv force_s3tc_enable 1' quake3-smp do NOT start anymore. > > > > >

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
Am Freitag, 8. Oktober 2004 20:13 schrieb Marcello Maggioni: > On Fri, 08 Oct 2004 19:18:30 +0200, Roland Scheidegger > > <[EMAIL PROTECTED]> wrote: > > Marcello Maggioni wrote: > > > I get : > > > WARNING: vertex array range in virtual memory (SLOW) > > > signal caught: Segmentation fault > > > si

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
OK, I have a fix. > Now, we have: > > #ifndef USE_EXTERNAL_DXTN_LIB > #define USE_EXTERNAL_DXTN_LIB 0 > #endif --- src/mesa/main/texcompress_s3tc.c.orig 2004-10-08 15:12:34.0 +0200 +++ src/mesa/main/texcompress_s3tc.c2004-10-08 19:54:43.0 +0200 @@ -29,7 +29,11 @@ */

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Marcello Maggioni
On Fri, 08 Oct 2004 19:18:30 +0200, Roland Scheidegger <[EMAIL PROTECTED]> wrote: > Marcello Maggioni wrote: > > I get : > > WARNING: vertex array range in virtual memory (SLOW) > > signal caught: Segmentation fault > > si_code 1 > > Trying to exit gracefully.. > > Shutting down sound hardware > >

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
Am Freitag, 8. Oktober 2004 18:56 schrieb Marcello Maggioni: > Deiter, ?;-) > are you able to run Doom3 on your 8500 board? Yes, see here: http://marc.theaimsgroup.com/?l=dri-devel&m=109714730107167&w=2 But Roland has problems: http://marc.theaimsgroup.com/?l=dri-devel&m=109700495010472&w=2

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Roland Scheidegger
Marcello Maggioni wrote: I get : WARNING: vertex array range in virtual memory (SLOW) signal caught: Segmentation fault si_code 1 Trying to exit gracefully.. Shutting down sound hardware You don't list what you got as renderer, but this sounds to me like you got indirect rendering. You need to use

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
Am Freitag, 8. Oktober 2004 18:24 schrieb Felix Kühling: > On Fri, 8 Oct 2004 18:09:29 +0200 > Dieter Nützel <[EMAIL PROTECTED]> wrote: > > [snip] > > > > INSTALL/SOURCE> ut2004demo & > > > [1] 31246 > > > INSTALL/SOURCE> Disabling HW TCL support > > > > Argh, Felix, > > > > what is here wrong? >

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Marcello Maggioni
On Fri, 8 Oct 2004 18:43:28 +0200, Dieter Nützel <[EMAIL PROTECTED]> wrote: > Am Freitag, 8. Oktober 2004 17:41 schrieb Dieter Nützel: > > Am Freitag, 8. Oktober 2004 17:37 schrieb Felix Kühling: > > > On Fri, 8 Oct 2004 17:10:35 +0200 > > > Dieter Nützel <[EMAIL PROTECTED]> wrote: > > > > > > [sni

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
Am Freitag, 8. Oktober 2004 17:41 schrieb Dieter Nützel: > Am Freitag, 8. Oktober 2004 17:37 schrieb Felix Kühling: > > On Fri, 8 Oct 2004 17:10:35 +0200 > > Dieter Nützel <[EMAIL PROTECTED]> wrote: > > > > [snip] > > > > > When I set 'setenv force_s3tc_enable 1' quake3-smp do NOT start > > > anymo

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Felix Kühling
On Fri, 8 Oct 2004 18:09:29 +0200 Dieter Nützel <[EMAIL PROTECTED]> wrote: [snip] > > > > INSTALL/SOURCE> ut2004demo & > > [1] 31246 > > INSTALL/SOURCE> Disabling HW TCL support > > Argh, Felix, > > what is here wrong? > > It is due to disabled TCL for doom3! > > When I delete doom3 settings f

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
Am Freitag, 8. Oktober 2004 17:53 schrieb Dieter Nützel: > Am Freitag, 8. Oktober 2004 17:10 schrieb Dieter Nützel: > > Am Freitag, 8. Oktober 2004 16:34 schrieb Marcello Maggioni: > > > On Fri, 8 Oct 2004 16:12:44 +0200, Dieter Nützel > > > > > > <[EMAIL PROTECTED]> wrote: > > > > Am Freitag, 8. O

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
Am Freitag, 8. Oktober 2004 17:10 schrieb Dieter Nützel: > Am Freitag, 8. Oktober 2004 16:34 schrieb Marcello Maggioni: > > On Fri, 8 Oct 2004 16:12:44 +0200, Dieter Nützel > > > > <[EMAIL PROTECTED]> wrote: > > > Am Freitag, 8. Oktober 2004 15:29 schrieb Marcello Maggioni: > > > > Like the Subject

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
Am Freitag, 8. Oktober 2004 17:37 schrieb Felix Kühling: > On Fri, 8 Oct 2004 17:10:35 +0200 > Dieter Nützel <[EMAIL PROTECTED]> wrote: > > [snip] > > > When I set 'setenv force_s3tc_enable 1' quake3-smp do NOT start anymore. > > > > ATTENTION: default value of option force_s3tc_enable overridden b

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Felix Kühling
On Fri, 8 Oct 2004 17:10:35 +0200 Dieter Nützel <[EMAIL PROTECTED]> wrote: [snip] > When I set 'setenv force_s3tc_enable 1' quake3-smp do NOT start anymore. > > ATTENTION: default value of option force_s3tc_enable overridden by > environment. > Fatal error in __driConfigOptions line 75, column 0

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
Am Freitag, 8. Oktober 2004 16:34 schrieb Marcello Maggioni: > On Fri, 8 Oct 2004 16:12:44 +0200, Dieter Nützel > > <[EMAIL PROTECTED]> wrote: > > Am Freitag, 8. Oktober 2004 15:29 schrieb Marcello Maggioni: > > > Like the Subject says I can't apply S3TC patch anymore to current Mesa > > > tree (wo

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Felix Kühling
On Fri, 8 Oct 2004 16:47:56 +0200 Marcello Maggioni <[EMAIL PROTECTED]> wrote: [snip] > > I've also another question . Why ,if I choose in DRICONF "Frame > Throttling" as Usleep or Busy Waiting I get this message if I try to > run applications as user, do I get this message ? : > > IRQ's not ena

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Marcello Maggioni
On Fri, 8 Oct 2004 16:34:38 +0200, Marcello Maggioni <[EMAIL PROTECTED]> wrote: > On Fri, 8 Oct 2004 16:12:44 +0200, Dieter Nützel > > > <[EMAIL PROTECTED]> wrote: > > Am Freitag, 8. Oktober 2004 15:29 schrieb Marcello Maggioni: > > > Like the Subject says I can't apply S3TC patch anymore to curr

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Marcello Maggioni
On Fri, 8 Oct 2004 16:12:44 +0200, Dieter Nützel <[EMAIL PROTECTED]> wrote: > Am Freitag, 8. Oktober 2004 15:29 schrieb Marcello Maggioni: > > Like the Subject says I can't apply S3TC patch anymore to current Mesa > > tree (works with yesterday tree) . > > 'Cause it is IN...?! ;-))) > > > You've

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Dieter Nützel
Am Freitag, 8. Oktober 2004 15:29 schrieb Marcello Maggioni: > Like the Subject says I can't apply S3TC patch anymore to current Mesa > tree (works with yesterday tree) . 'Cause it is IN...?! ;-))) > You've worked hard guys in one day ;) Compiling... Regards, Dieter ---

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Marcello Maggioni
On Fri, 8 Oct 2004 09:59:25 -0400, Alex Deucher <[EMAIL PROTECTED]> wrote: > On Fri, 8 Oct 2004 15:55:40 +0200, Marcello Maggioni <[EMAIL PROTECTED]> wrote: > > > > > > > > On Fri, 8 Oct 2004 09:42:54 -0400, Alex Deucher <[EMAIL PROTECTED]> wrote: > > > > > > > > > On Fri, 8 Oct 2004 15:29:38 +02

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Alex Deucher
On Fri, 8 Oct 2004 15:55:40 +0200, Marcello Maggioni <[EMAIL PROTECTED]> wrote: > > > On Fri, 8 Oct 2004 09:42:54 -0400, Alex Deucher <[EMAIL PROTECTED]> wrote: > > > > > > On Fri, 8 Oct 2004 15:29:38 +0200, Marcello Maggioni <[EMAIL PROTECTED]> wrote: > > > Like the Subject says I can't apply S3

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Marcello Maggioni
On Fri, 8 Oct 2004 09:42:54 -0400, Alex Deucher <[EMAIL PROTECTED]> wrote: > > > On Fri, 8 Oct 2004 15:29:38 +0200, Marcello Maggioni <[EMAIL PROTECTED]> wrote: > > Like the Subject says I can't apply S3TC patch anymore to current Mesa > > tree (works with yesterday tree) . > > > > I get these me

Re: Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Alex Deucher
On Fri, 8 Oct 2004 15:29:38 +0200, Marcello Maggioni <[EMAIL PROTECTED]> wrote: > Like the Subject says I can't apply S3TC patch anymore to current Mesa > tree (works with yesterday tree) . > > I get these messages : > > [EMAIL PROTECTED]:~/prova/Mesa$ zcat > ../mesa_dri_txc_cvs040908.diff.gz |

Can't apply S3TC patch anymore with current Mesa

2004-10-08 Thread Marcello Maggioni
Like the Subject says I can't apply S3TC patch anymore to current Mesa tree (works with yesterday tree) . I get these messages : [EMAIL PROTECTED]:~/prova/Mesa$ zcat ../mesa_dri_txc_cvs040908.diff.gz | patch -p0 zcat: ../mesa_dri_txc_cvs040908.diff.gz: No such file or directory [EMAIL PROTECTED]