Re: DRM linux-core - debug parameter change

2004-10-23 Thread Dave Airlie

 I added some transition code for getting rid of
 inter_module_get(agp); I need to get a small kernel patch in place
 for it to switch to get_symbol(drm_agp_entry). The code in CVS will
 work both ways.

  CC [M]  /storage/dri/drm/linux-core/drm_drv.o
/storage/dri/drm/linux-core/drm_drv.c: In function `drm_core_init':
/storage/dri/drm/linux-core/drm_drv.c:494: error: `drm_agp_entry'
undeclared (first use in this function)
/storage/dri/drm/linux-core/drm_drv.c:494: error: (Each undeclared
identifier is reported only once
/storage/dri/drm/linux-core/drm_drv.c:494: error: for each function it
appears in.)
/storage/dri/drm/linux-core/drm_drv.c:494: warning: type defaults to `int'
in declaration of `type name'
/storage/dri/drm/linux-core/drm_drv.c:494: warning: assignment makes
pointer from integer without a cast

2.6.9-rc3-da4 kernel...

Dave.



-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
pam_smb / Linux DECstation / Linux VAX / ILUG person



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Dave Airlie

try it now .. I've just checked in a compat fix.. hopefully it works...

Dave.

On Fri, 22 Oct 2004, Mike Mestnik wrote:

 A recent DRM checkin Bring in patch from kernel for remap_pfn_range only
 workes if your 2.6 kernel has remap_pfn_range, unlike Debain's 2.6.8-1-k7.



 ___
 Do you Yahoo!?
 Declare Yourself - Register online to vote today!
 http://vote.yahoo.com


 ---
 This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
 Use IT products in your business? Tell us what you think of them. Give us
 Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
 http://productguide.itmanagersjournal.com/guidepromo.tmpl
 --
 ___
 Dri-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dri-devel


-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
pam_smb / Linux DECstation / Linux VAX / ILUG person



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 1675] i830 VBERestore broken in kernel i915 with 6.8.1 830 driver

2004-10-23 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to  
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1675
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|dri-|xorg-bugzilla-
   |[EMAIL PROTECTED] |[EMAIL PROTECTED]
  Component|DRM modules |Driver/i810
Product|DRI |xorg
Version|XOrg 6.7.0  |6.8.1



   
   
-- 
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email   
   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Dieter Nützel
Am Samstag, 23. Oktober 2004 08:59 schrieb Dave Airlie:
 try it now .. I've just checked in a compat fix.. hopefully it works...

 Dave.

  CC [M]  /opt/drm/linux-core/drm_stub.o
/opt/drm/linux-core/drm_stub.c:50: error: parse error before int
make[3]: *** [/opt/drm/linux-core/drm_stub.o] Fehler 1
make[2]: *** [_module_/opt/drm/linux-core] Fehler 2
make[2]: Leaving directory `/usr/src/linux-2.6.5-7.108'
make[1]: *** [modules] Fehler 2
make[1]: Leaving directory `/opt/drm/linux-core'
make: *** [radeon.o] Fehler 2
7.862u 2.181s 0:37.11 27.0% 0+0k 0+0io 92pf+0w

-Dieter


 On Fri, 22 Oct 2004, Mike Mestnik wrote:
  A recent DRM checkin Bring in patch from kernel for remap_pfn_range
  only workes if your 2.6 kernel has remap_pfn_range, unlike Debain's
  2.6.8-1-k7.


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Mike Mestnik

--- Dieter Nützel [EMAIL PROTECTED] wrote:

 Am Samstag, 23. Oktober 2004 08:59 schrieb Dave Airlie:
  try it now .. I've just checked in a compat fix.. hopefully it
 works...
 
  Dave.
 
   CC [M]  /opt/drm/linux-core/drm_stub.o
 /opt/drm/linux-core/drm_stub.c:50: error: parse error before int
 make[3]: *** [/opt/drm/linux-core/drm_stub.o] Fehler 1
 make[2]: *** [_module_/opt/drm/linux-core] Fehler 2
 make[2]: Leaving directory `/usr/src/linux-2.6.5-7.108'
 make[1]: *** [modules] Fehler 2
 make[1]: Leaving directory `/opt/drm/linux-core'
 make: *** [radeon.o] Fehler 2
 7.862u 2.181s 0:37.11 27.0% 0+0k 0+0io 92pf+0w
 
I didn't realy look to se if the build faild thought I don't think it did.
Now I get (WW) RADEON(0): [agp] AGP not available even thought it's
loaded as b4.

eeprom  7816  0 
radeon 79744  0 
drm68260  1 radeon
i2c_algo_bit9800  1 radeon
amd_k7_agp  7820  1 
agpgart34536  1 amd_k7_agp


 -Dieter
 
 
  On Fri, 22 Oct 2004, Mike Mestnik wrote:
   A recent DRM checkin Bring in patch from kernel for
 remap_pfn_range
   only workes if your 2.6 kernel has remap_pfn_range, unlike Debain's
   2.6.8-1-k7.
 




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Dieter Nützel
Am Samstag, 23. Oktober 2004 11:08 schrieb Mike Mestnik:
 --- Dieter Nützel [EMAIL PROTECTED] wrote:
  Am Samstag, 23. Oktober 2004 08:59 schrieb Dave Airlie:
   try it now .. I've just checked in a compat fix.. hopefully it
 
  works...
 
   Dave.
 
CC [M]  /opt/drm/linux-core/drm_stub.o
  /opt/drm/linux-core/drm_stub.c:50: error: parse error before int
  make[3]: *** [/opt/drm/linux-core/drm_stub.o] Fehler 1
  make[2]: *** [_module_/opt/drm/linux-core] Fehler 2
  make[2]: Leaving directory `/usr/src/linux-2.6.5-7.108'
  make[1]: *** [modules] Fehler 2
  make[1]: Leaving directory `/opt/drm/linux-core'
  make: *** [radeon.o] Fehler 2
  7.862u 2.181s 0:37.11 27.0% 0+0k 0+0io 92pf+0w

 I didn't realy look to se if the build faild thought I don't think it did.
 Now I get (WW) RADEON(0): [agp] AGP not available even thought it's
 loaded as b4.

 eeprom  7816  0
 radeon 79744  0
 drm68260  1 radeon
 i2c_algo_bit9800  1 radeon
 amd_k7_agp  7820  1
 agpgart34536  1 amd_k7_agp

With OLD code (-D '12 hours ago') I have (on SuSE 2.6.5-7.108 (.111), dual 
Athlon SMP):

radeon 79744  1
drm70560  2 radeon
i2c_algo_bit9800  1 radeon
w83781d32896  0
i2c_sensor  2944  1 w83781d
i2c_isa 2112  0
i2c_amd756  6596  0
i2c_core   25348  5 
i2c_algo_bit,w83781d,i2c_sensor,i2c_isa,i2c_amd756
amd76x_pm   4832  0
hw_random   5716  0
amd_k7_agp  7692  1
agpgart32940  2 amd_k7_agp


/opt/Mesa sensors
w83627hf-isa-0290
Adapter: ISA adapter
VCore 1:   +1.73 V  (min =  +1.74 V, max =  +1.94 V)
VCore 2:   +2.50 V  (min =  +1.74 V, max =  +1.94 V)
+3.3V: +3.33 V  (min =  +3.14 V, max =  +3.46 V)
+5V:   +4.89 V  (min =  +4.73 V, max =  +5.24 V)
+12V: +12.22 V  (min = +10.82 V, max = +13.19 V)
-12V: -12.44 V  (min = -13.18 V, max = -10.88 V)
-5V:   -5.15 V  (min =  -5.25 V, max =  -4.75 V)
V5SB:  +5.35 V  (min =  +4.73 V, max =  +5.24 V)
VBat:  +3.42 V  (min =  +2.40 V, max =  +3.60 V)
U160: 2311 RPM  (min = 1500 RPM, div = 4)
CPU 0:3461 RPM  (min = 3000 RPM, div = 2)
CPU 1:3199 RPM  (min = 3000 RPM, div = 2)
System:  +33°C  (high =   +40°C, hyst =   +37°C)   sensor = thermistor
CPU 1: +39.0°C  (high =   +52°C, hyst =   +47°C)   sensor = transistor
CPU 0: +36.5°C  (high =   +52°C, hyst =   +47°C)   sensor = transistor
vid:  +1.850 V  (VRM Version 8.2)
alarms:
beep_enable:
  Sound alarm disabled

;-)

-Dieter


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Where to get shiney new libGL for current DRI CVS?

2004-10-23 Thread Mike Mestnik
I used -D Fri Oct 22 16:03:19 2004 UTC to detect my AGP, now (II)
RADEON(0): Direct rendering enabled


This is where I got with my old Xserver(Debian's xserver-xfree8
4.3.0.dfsg.1-8).  I thoguht it would be trivial to replace with Xorg from
SS.  After linking XF86Config.4 to xorg.conf every thing worked fine. 
Maby the SS version should look for this older conf file and not try to
run getconfig at all.

I still don't have DR client's I just built the drivers from Mesa CVS.  I
only got the sym links for libGL, no binary.  I have tried all 3 versions
I have, one built from the old DRI xc tree, one from debian(note these
have never been compatible), and the last from fglrx(worth a try).




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Problem with remap_pfn_range on older 2.6.8 kernels.

2004-10-23 Thread Dieter Nützel
Am Samstag, 23. Oktober 2004 11:16 schrieb Dieter Nützel:
 Am Samstag, 23. Oktober 2004 11:08 schrieb Mike Mestnik:
  --- Dieter Nützel [EMAIL PROTECTED] wrote:
   Am Samstag, 23. Oktober 2004 08:59 schrieb Dave Airlie:
try it now .. I've just checked in a compat fix.. hopefully it
  
   works...
  
Dave.
  
 CC [M]  /opt/drm/linux-core/drm_stub.o
   /opt/drm/linux-core/drm_stub.c:50: error: parse error before int
   make[3]: *** [/opt/drm/linux-core/drm_stub.o] Fehler 1
   make[2]: *** [_module_/opt/drm/linux-core] Fehler 2
   make[2]: Leaving directory `/usr/src/linux-2.6.5-7.108'
   make[1]: *** [modules] Fehler 2
   make[1]: Leaving directory `/opt/drm/linux-core'
   make: *** [radeon.o] Fehler 2
   7.862u 2.181s 0:37.11 27.0% 0+0k 0+0io 92pf+0w
 
  I didn't realy look to se if the build faild thought I don't think it
  did. Now I get (WW) RADEON(0): [agp] AGP not available even thought
  it's loaded as b4.
 
  eeprom  7816  0
  radeon 79744  0
  drm68260  1 radeon
  i2c_algo_bit9800  1 radeon
  amd_k7_agp  7820  1
  agpgart34536  1 amd_k7_agp

 With OLD code (-D '12 hours ago') I have (on SuSE 2.6.5-7.108 (.111), dual
 Athlon SMP):

OK, this have to be -D '18 hours ago'.

Even without undefined symbol 'remap_pfn_range'.

-Dieter


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


DRM linux-core: inter_module_get(agp)

2004-10-23 Thread Nicolai Haehnle
Hi,

shouldn't the inter_module_get(agp) in drm_core_init() be 
inter_module_get(drm_agp) instead? drm_agp is what the old (non-core) 
DRM uses, and it works for me (unlike agp).

Also, which kernel version do I need for the symbol_get() thing to work?

cu,
Nicolai


pgpF3XicFohtp.pgp
Description: PGP signature


Re: DRM linux-core: inter_module_get(agp)

2004-10-23 Thread Dave Airlie

Yeah Jon must have gotten it wrong, I've just checked in a fix..

 Also, which kernel version do I need for the symbol_get() thing to work?


You need a patch Jon posted to LKML in the last couple of days...

Dave.

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
pam_smb / Linux DECstation / Linux VAX / ILUG person



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: DRM linux-core - debug parameter change

2004-10-23 Thread Jon Smirl
Now that I think about it there is no way to make this work without
the parallel kernel patch. I'll comment it out for the moment.

-- 
Jon Smirl
[EMAIL PROTECTED]


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-10-23 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to  
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1388
   




--- Additional Comments From [EMAIL PROTECTED]  2004-10-23 10:32 ---
I moved to kernel 2.6.9-gentoo-r1. 
Now it works perfectly. 
   
   
-- 
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email   
   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


inter_module_get() for AGP

2004-10-23 Thread Jon Smirl
I just checked in a new scheme for getting rid of the AGP
inter_module_get() to linux-core. This version doesn't need a kernel
patch. I checked it out with both AGP compiled in and not in. Let me
know if it works for everyone. I can easliy back it out if it has
problems like the first try did.

-- 
Jon Smirl
[EMAIL PROTECTED]


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Doom3 works on R200!

2004-10-23 Thread Bernardo Innocenti
Hello,
I just wanted to report success running the Linux native
version of Doom 3 with the open-source ATI driver with
only minor glitches.
Congratulations: you've beated ATI's propretary driver
which still doesn't work properly with Doom :-)
To get it working, I've built the latest CVS snapshots of
xorg, dri and Mesa, plus the external S3TC library:
 http://homepage.hispeed.ch/rscheidegger/dri_experimental/s3tc_index.html
For the past few days, I couldn't get Mesa to build in the
xorg tree with working direct-rendering.  So I've applied
Adam's recent patch to build GLX in Mesa's tree:
http://sourceforge.net/mailarchive/forum.php?thread_id=5797905forum_id=5154
The patch doesn't care update the Makefile to install
the dri modules, so I had to install the manually.  I also
had to change the modules path hardcoded in libGL by adding
-DDEFAULT_DRIVER_DIR=\/usr/local/xorg/lib/modules/dri\ to
CFLAGS.
The DRM linux-core worked fine with 2.6.9 (almost vanilla),
of course after disabling the in-kernel version.  I hope
the new core can soon be dropped in Linus's tree or at least
in -mm.
After installing all this stuff, everything was fine with
glxinfo, glxgears and et, while doom3 was just crashing.
This was easily fixed with the LD_PRELOAD trick:
  LD_PRELOAD=/usr/local/xorg/lib/libGL.so.1 doom3
Speed with my 9200 is almost as good as with Wine's
version: 15 to 30fps depending on the scene complexity,
with a usual rate of 22-25fps.
The only thing I'm complaining about is the light torch: the
aura looks good, but the projected light circle is invisible
most of the times.  Other lightning effects look fine,
including dangling lights in ceilings.
I also noticed that wine + Doom3.exe doesn't work any more
(blue window complaining about OPENGL32.DLL missing).  I'm
not sure if it's caused by new Mesa or new Wine, but I could
investigate.
--
 // Bernardo Innocenti - Develer S.r.l., RD dept.
\X/  http://www.develer.com/

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-10-23 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to  
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1388
   

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2004-10-23 12:24 ---
(In reply to comment #9)
 I moved to kernel 2.6.9-gentoo-r1. 
 Now it works perfectly. 

I've found a patch for this bug, download it from:

http://www.skynet.ie/~airlied/patches/dri/i915_linux.diff

and apply it to the kernel:

[/usr/src/linux] # cat i915_linux.diff | patch -p1


Then compile and install the new i915 module. 

Xfree 6.8.0 works perfectly now (same speed got under Xfree 4.3.0  i810... so
i've lost just three days of work with no reward :( )
   
   
-- 
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email   
   
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Mesa3d-dev] Doom3 works on R200!

2004-10-23 Thread Dave Airlie

 r200 render path looks really A LOT better, unfortunately the open-source
 driver doesn't implement the required extensions (some bits of documentation
 are missing afaik, and even if not (I have no idea what's in the documentation
 or not) it would probably quite a bit of work as core mesa doesn't support
 them neither (mostly ATI_(text_)fragment_shader).

Well I've started it, but it'll take me a while to finish off the software
implementation, Eric thinks he can do the hardware side (I think I can
probably do it as well.. but I'll try and get the software side working
first hopefully...)

Dave.

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
pam_smb / Linux DECstation / Linux VAX / ILUG person



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Mesa3d-dev] Doom3 works on R200!

2004-10-23 Thread Roland Scheidegger
Bernardo Innocenti wrote:
The only thing I'm complaining about is the light torch: the aura
looks good, but the projected light circle is invisible most of the
times.  Other lightning effects look fine, including dangling lights
in ceilings.
Actually, those rendering errors are pretty bad in some parts of the
game (makes it unplayable for some parts). You can get a correct 
rendering (as far as I can tell) if you switch off tcl (tcl_mode=0, or 
use driconf).
And I hate to say it, but IMHO the arb path of doomIII really looks ugly 
(it looks just as ugly if you use the windows driver and force the arb 
path, the r200 render path looks really A LOT better, unfortunately the 
open-source driver doesn't implement the required extensions (some bits 
of documentation are missing afaik, and even if not (I have no idea 
what's in the documentation or not) it would probably quite a bit of 
work as core mesa doesn't support them neither (mostly 
ATI_(text_)fragment_shader).

I also noticed that wine + Doom3.exe doesn't work any more (blue
window complaining about OPENGL32.DLL missing).  I'm not sure if it's
caused by new Mesa or new Wine, but I could investigate.
Looks more like a wine bug to me (there have been quite some changes 
afaik lately in that area).

Roland
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel