Re: [Mesa3d-dev] Figuring out R300_VAP_CNTL

2007-06-02 Thread Christoph Brill
Not sure if you are still collecting ... but here you go 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R300 ND [Radeon 9700 Pro] (prog-if 00 [VGA]) Subsystem: Elsa AG Unknown device 0c90 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop+ ParErr-

[r200] minor minor minor cleanups

2007-05-17 Thread Christoph Brill
Hi list, attached are few fixes for issues I found while browsing through the r200 DRI code. Bye, Christoph 0001-r200-Drop-CVS-header-from-files.patch Description: application/mbox 0002-r200-reenable-debug-output.patch Description: application/mbox

R200 minor cleanups

2007-05-14 Thread Christoph Brill
and commit please, Christoph Brill r200-updates.tar.bz2 Description: application/bzip-compressed-tar - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control

Re: R200 minor cleanups

2007-05-14 Thread Christoph Brill
Am Montag, den 14.05.2007, 22:53 +0200 schrieb Roland Scheidegger: Christoph Brill wrote: Hi, find attached some minor cleanups I did while comparing r200 and r300 code. Most of them are indention and cosmetical changes. Only real changes are that I replaced som if (0

[R300] minor cleanups

2007-05-09 Thread Christoph Brill
Hi list, I've been browsing through the code to get more in touch with it. On my way I added few doxygen comments and removed the use of a unnecessary function. The removal was agreed by Jerome Glisse. Please check and push these. Thanks in advance, Christoph Brill 0001-Add-few-doxygen

R300 cleanup questions

2007-05-08 Thread Christoph Brill
the limitation can be worked around or the limitation does not exist. Last but not least is r300_foo_bar preferred or r300FooBar Which is the one mesa uses? Otherwise thumbs up for starting to cleanup code... on of the most unthankfull jobs :-) Regards, Christoph Brill

[ANNOUNCE] TiRDC #4

2007-04-25 Thread Christoph Brill
free to read what happened lately and give feedback about what you think of TiRDC. The current issue is at: http://dri.freedesktop.org/wiki/Radeon_20Companion_204 and older versions can be found at http://dri.freedesktop.org/wiki/R300 Thanks for reading, Christoph Brill (TiRDC author

[PATCH] R300 early Z cleanup

2007-02-26 Thread Christoph Brill
Attached is a mini-patch to add the address of early Z to r300_reg.h and use it. Jerome Glisse helped me with this patch. Thanks. :-) diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 9f636ec..5dfd1fb 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h

Re: [PATCH] R300 early Z cleanup

2007-02-26 Thread Christoph Brill
Attached is a revised patch with few comments (because of missing bit shifts) from agd5f in #dri-devel. Thanks! diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 9f636ec..6abcfa4 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++

[PATCHES] Misc R300 cleanup towards a better r300_reg.h

2007-02-26 Thread Christoph Brill
R300_SE_VPORT_ZOFFSET 0x1DAC +/* + * Vertex Array Processing (VAP) Control + * Stolen from r200 code from Christoph Brill (It's a guess!) + */ +#define R300_VAP_CNTL 0x2080 + /* This register is written directly and also starts data section * in many 3d CP_PACKET3's */ @@ -135,7 +141,7

[PATCH] Use constants during reset

2007-02-26 Thread Christoph Brill
Attached is a patch to use some more constants in r300ResetHwState() or r300_state.c. Maybe some of the unk registers in r300_hw_state of r300_context.h should be renamed, too. diff -Naur /usr/src/mesa/src/mesa/drivers/dri/r300/r300_cmdbuf.c ./r300_cmdbuf.c ---

Re: R300 status

2007-01-10 Thread Christoph Brill
Am Mittwoch, den 10.01.2007, 15:54 +0100 schrieb Paul Heldens: http://dri.freedesktop.org/wiki/R300_20Portal I think it's a good idea but it's really hidden. And lacks content ... a bit ;-) But it's a good start. I'm willing to fill it with more information... is it available in an aggregated

Re: r500 - where to start?

2007-01-09 Thread Christoph Brill
Might it be an idea to collect these tools on a single page? Definitely! So I hacked it up at: http://dri.freedesktop.org/wiki/ReverseEngineering Maybe everything is wrong. Maybe it helps. I have no idea. I never used with any of these. Regards, Christoph Brill

Re: r300 code cleanup

2006-07-05 Thread Christoph Brill
Am Dienstag, den 04.07.2006, 18:35 +0200 schrieb Jerome Glisse: On 7/4/06, Tilman Sauerbeck [EMAIL PROTECTED] wrote: Jerome Glisse [2006-07-03 23:49]: For indenting rules i personnaly use the linux kernel ones, iirc this was the original indenting choosed by Nicolai. Anyway, we can use

[r300] Lockups

2006-03-02 Thread Christoph Brill
. But as soon as the grid hits the borders of the window, my system locks up. I'm not 100% sure so if anyone else can reproduce this it would be great. Thanks, Christoph Brill [1] http://www.wings3d.com --- This SF.Net email is sponsored by xPML

Re: New DRI snapshots built from modular Xorg

2006-02-27 Thread Christoph Brill
Felix Kühling wrote: Hi, I just uploaded the first set of snapshots built from the modular Xorg tree (20060226). This now has the latest and greatest changes in Xorg CVS that the monolithic tree did not have. Among other things this means that i915 should now work again, with rotation support.