--- Log opened Срд Июн 21 00:00:33 2006
00:04 < marcheu> btw I put logs of all renouveau tests for some cards here : http://icps.u-strasbg.fr/~marchesin/nvdri/
00:05 -!- LinuxBlues [n=desktop@unaffiliated/linuxblues] has joined #nouveau
00:06 < LinuxBlues> hi
00:07 < LinuxBlues> I have a 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
00:08 < LinuxBlues> how can I help nouveau ?
00:09 < marcheu> hmm, can you write code ?
00:10 < LinuxBlues> C ?
00:10 < marcheu> yes
00:10 < LinuxBlues> nice
00:11 < LinuxBlues> I've never reverse engineered anything, so that's why I don't know how to start...
00:11 < marcheu> do you know a little opengl ?
00:11 < LinuxBlues> no, but I have NeHe tutorials...
00:12 < marcheu> well, first look the nehe tutorials so learn how opengl sends commands
00:12 < marcheu> and then get our reverse engineering tool, renouveau, from cvs
00:12 < LinuxBlues> ok
00:12 < LinuxBlues> thank you very much..
00:13 < marcheu> it's got a nice README file which explains the basics or reverse engineering
00:15 < LinuxBlues> nice, http://nouveau.cvs.sourceforge.net/nouveau/renouveau/README?view=markup
00:15 < LinuxBlues> thnx
01:07 -!- pmdata [n=patrice@ANantes-154-1-32-249.w81-53.abo.wanadoo.fr] has quit ["using sirc version 2.211+KSIRC/1.3.11"]
01:47 -!- EdB [n=EdB@ARennes-251-1-30-189.w81-250.abo.wanadoo.fr] has quit ["Konversation terminated!"]
01:57 -!- Duke` [n=gnu@ANantes-251-1-156-82.w86-203.abo.wanadoo.fr] has quit ["Fatal signal: Segmentation Fault"]
02:10 -!- LinuxBlues [n=desktop@unaffiliated/linuxblues] has quit ["..."]
02:13 -!- stringfellow [n=stringfe@ip56503c9f.direct-adsl.nl] has quit [Remote closed the connection]
02:42 -!- shavenger [n=sha@swarm.ulb.ac.be] has joined #nouveau
02:43 < shavenger> hi
03:55 -!- Lumag [n=Lumag@chimpanzee.school.ioffe.ru] has left #nouveau []
04:19 -!- shavenger is now known as shavangerAway
06:55 -!- |pedro [n=kvirc@c906e04c.virtua.com.br] has quit [Read error: 110 (Connection timed out)]
10:30 -!- Duke` [n=gnu@ANantes-251-1-156-106.w86-203.abo.wanadoo.fr] has joined #nouveau
10:30 < darktama_> Duke`: just the person I wanted to see :)
10:31 < Duke`> hi
10:31 < darktama_> there are some changes in cvs, which will *hopefully* solve the NV30 fragprog problem
10:32 < Duke`> something gone wrong with a diff (see main.c around lines 129-138)
10:33 < Duke`> <<<<<<< main.c
10:33 < Duke`> >>>>>>> 1.28
10:33 < Duke`> =======
10:34 < darktama_> hmm, had you changed something around there?  cvs probably got confused and couldn't update it automatically
10:34 < Duke`> no I haven't changed anything on cvs
10:34 < darktama_> no, locally?
10:35 < darktama_> anyway, rm main.c and run cvs update again if there's nothing in main.c you want to keep
10:35 < Duke`> hum. maybe, yes
10:36 < Duke`> according to renouveau output fragment program is ok
10:36 < Duke`> now
10:36 < Duke`> :)
10:36 < darktama_> cool :)
10:36 < Duke`> how did you fix it ?
10:37 < darktama_> well.. it seems the bit I thought indicated a write to a result.* reg was actually the bit that says it's the end of the program..
10:37 < Duke`> arf
10:38 < Duke`> just for nv30 or for every chip?
10:38 < darktama_> for every chip, I'm not sure why there's a 0x00000001 added to NV40 (and sometimes NV30)
10:38 < darktama_> but that's just a NOP + PROGRAM_END anyway
11:05 -!- |pedro [n=kvirc@c906e04c.virtua.com.br] has joined #nouveau
11:16 -!- Lumag [n=Lumag@chimpanzee.school.ioffe.ru] has joined #nouveau
11:20 < Lumag> hi
11:25 -!- EdB [n=EdB@ARennes-251-1-73-49.w86-195.abo.wanadoo.fr] has joined #nouveau
11:33 -!- Duke_ [n=gnu@LNeuilly-152-22-64-21.w80-14.abo.wanadoo.fr] has joined #nouveau
11:45 -!- darktama_ [n=darktama@124-168-238-39.dyn.iinet.net.au] has quit [Connection timed out]
12:16 -!- EdB [n=EdB@ARennes-251-1-73-49.w86-195.abo.wanadoo.fr] has quit [Remote closed the connection]
12:17 -!- EdB [n=EdB@ARennes-251-1-73-49.w86-195.abo.wanadoo.fr] has joined #nouveau
12:25 < |pedro> hey guys...
12:28 < |pedro> as I'm reading renouveau's code (long time without looking it with the proper attention) I could write something like WhatWeAlreadyKnow wiki page... do you think that's worth it?
12:44 -!- EdB [n=EdB@ARennes-251-1-73-49.w86-195.abo.wanadoo.fr] has quit [Remote closed the connection]
12:44 -!- EdB [n=EdB@ARennes-251-1-73-49.w86-195.abo.wanadoo.fr] has joined #nouveau
13:52 -!- EdB [n=EdB@ARennes-251-1-73-49.w86-195.abo.wanadoo.fr] has quit [Remote closed the connection]
13:54 < marcheu> |pedro: we've got the feature matrix already
14:06 < |pedro> marcheu: about those object stuff and how initialization (on 2D driver, regs and bios)...
14:07 < |pedro> maybe it's too easy to look on the source code though...
14:07 < |pedro> don't know...
14:07 < |pedro> *initialization (...) works
14:12 -!- EdB [n=EdB@ARennes-251-1-73-49.w86-195.abo.wanadoo.fr] has joined #nouveau
14:14 < |pedro> blah... what I really should do is start contributing code to nouveau... okay...
14:14 < |pedro> going to study now... bye...
14:28 -!- shavangerAway is now known as shavenger
14:35 -!- EdB [n=EdB@ARennes-251-1-73-49.w86-195.abo.wanadoo.fr] has quit ["Konversation terminated!"]
16:00 -!- EdB|l [n=EdB@212.234.68.206] has joined #nouveau
17:15 -!- darktama [n=darktama@gentoo/contributor/darktama] has joined #nouveau
17:36 -!- EdB|w [n=EdB@212.234.68.206] has joined #nouveau
17:53 -!- EdB|l [n=EdB@212.234.68.206] has quit [Read error: 110 (Connection timed out)]
18:16 -!- darktama [n=darktama@gentoo/contributor/darktama] has quit [Remote closed the connection]
18:16 -!- darktama [n=darktama@124-168-238-39.dyn.iinet.net.au] has joined #nouveau
18:20 -!- EdB|w is now known as EdB
18:20 -!- shenki [n=shenki@ppp148-187.lns3.adl2.internode.on.net] has joined #nouveau
18:23 -!- EdB is now known as Cklo
18:23 -!- Cklo is now known as Chlo
18:23 -!- Chlo is now known as Chloe
18:29 -!- Netsplit niven.freenode.net <-> irc.freenode.net quits: darktama, ag, Lumag, ddl, svu_
18:30 -!- Netsplit over, joins: darktama, Lumag, svu_, ag, ddl
20:20 -!- Duke_ [n=gnu@LNeuilly-152-22-64-21.w80-14.abo.wanadoo.fr] has quit ["SIGKILL"]
20:51 -!- pmdata [i=patrice@ANantes-154-1-89-182.w86-210.abo.wanadoo.fr] has joined #nouveau
20:51 -!- stringfellow [n=stringfe@ip56503c9f.direct-adsl.nl] has joined #nouveau
20:51 -!- shenki [n=shenki@ppp148-187.lns3.adl2.internode.on.net] has quit [Read error: 104 (Connection reset by peer)]
21:27 < pmdata> hello
21:35 -!- Duke` [n=gnu@ANantes-251-1-156-106.w86-203.abo.wanadoo.fr] has quit ["Fatal signal: Segmentation Fault"]
21:36 < Lumag> hello
21:38 < pmdata> nice to see that there are new people coming here sometimes
21:38 -!- Duke` [n=gnu@ANantes-251-1-156-106.w86-203.abo.wanadoo.fr] has joined #nouveau
21:47 -!- shenki [n=shenki@ppp148-187.lns3.adl2.internode.on.net] has joined #nouveau
21:57 -!- EdB|w [n=EdB@212.234.68.206] has joined #nouveau
22:06 -!- EdB|l [n=EdB@212.234.68.206] has joined #nouveau
22:22 -!- Chloe [n=EdB@212.234.68.206] has quit [Read error: 110 (Connection timed out)]
22:25 -!- Chloe [n=EdB@212.234.68.206] has joined #nouveau
22:30 -!- EdB|w [n=EdB@212.234.68.206] has quit [Read error: 110 (Connection timed out)]
22:39 -!- EdB|l [n=EdB@212.234.68.206] has quit [Read error: 110 (Connection timed out)]
22:42 -!- shenki [n=shenki@ppp148-187.lns3.adl2.internode.on.net] has quit [Read error: 104 (Connection reset by peer)]
22:44 -!- shenki [n=shenki@ppp148-187.lns3.adl2.internode.on.net] has joined #nouveau
23:28 -!- Chloe [n=EdB@212.234.68.206] has quit [Read error: 104 (Connection reset by peer)]
--- Log closed Чтв Июн 22 00:00:33 2006
