Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Keith Whitwell
Vladimir Dergachev wrote: Hi all, The immediate mode drawing is working now. This enabled me to implement most (all ? - I am not sure which ones I missed) of rendering primitives. Thus the shimmering_gears snapshot. If you checkout r300_driver from CVS with this tag (i.e. cvs co

Re: [R300] Xorg cvs problem

2004-12-29 Thread Michel =?ISO-8859-1?Q?D=E4nzer?=
On Tue, 2004-12-28 at 13:17 +0100, Jerome Glisse wrote: Looking everywhere i notice that framebuffer sets the following : RADEON_DP_DATATYPE to RADEON_HOST_BIG_ENDIAN_EN but the xfree86 drivers do not seems to worry about this register, Sure it does, see RADEONEngineRestore().

Re: dri_util.c:157: warning: pointer targets differ in signedness.

2004-12-29 Thread Felix =?ISO-8859-1?Q?K=FChling?=
Am Mi, den 29.12.2004 schrieb John Lightsey um 1:41: [snip] With a new libGL in place, installing Mesa and drm CVS by hand isn't that difficult and doesn't have to overwrite the packaged X server. It would be nice if driconf had a way of overriding LIBGL_DRIVERS_PATH on a per-user or global

Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Vladimir Dergachev
debugging messages, you should get about 1000 fps. I hand tweaked 4-th coordinates of vertices and colors to display something sensible. Does Mesa actually use those ? (Especially color ones). Yes, but you have to respect the 'size' parameter of the vertex arrays. Eg. if size == 2, then you

Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Keith Whitwell
Vladimir Dergachev wrote: debugging messages, you should get about 1000 fps. I hand tweaked 4-th coordinates of vertices and colors to display something sensible. Does Mesa actually use those ? (Especially color ones). Yes, but you have to respect the 'size' parameter of the vertex arrays.

[Bug 2067] Back faces of triangles are not drawn. (Unichrome).

2004-12-29 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://bugs.freedesktop.org/show_bug.cgi?id=2067 --- Additional Comments From [EMAIL PROTECTED] 2004-12-29 09:12 --- Apparently

[Bug 2067] Back faces of triangles are not drawn. (Unichrome).

2004-12-29 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://bugs.freedesktop.org/show_bug.cgi?id=2067 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 2093] Unichrome / Mesa: Drawable changes sometimes not gets through.

2004-12-29 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://bugs.freedesktop.org/show_bug.cgi?id=2093 [EMAIL PROTECTED] changed: What|Removed |Added

New Savage DRM preview

2004-12-29 Thread Felix =?ISO-8859-1?Q?K=FChling?=
Hi all, After a few coding night shifts over the holidays the development of the new Savage DRM driver finally reached a stage where I am pretty confident that no more binary-incompatible changes to the interfaces between DDX, DRM and the 3D driver will be needed. I uploaded my work in the form

Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Peter Zubaj
Hi, I tryed r300 driver from r300.sourceforge.net. I have Athlon XP 1800 and ATI Radeon 9500 Pro - 128 MB. It worked somehow :-) . Here is screenshot of glxgears: http://www.gaya.sk/~pzubaj/scr1.png For this window size I have got 600 FPS (this is 4 times faster as software rendering). I have

Re: [R300] shimmering_gears snapshot

2004-12-29 Thread Vladimir Dergachev
On Wed, 29 Dec 2004, Peter Zubaj wrote: Hi, I tryed r300 driver from r300.sourceforge.net. I have Athlon XP 1800 and ATI Radeon 9500 Pro - 128 MB. It worked somehow :-) . Here is screenshot of glxgears: http://www.gaya.sk/~pzubaj/scr1.png Yep, that's how it looks on my screen as well :) For this

[patch] Please review: New DRM map type for consistent PCI memory

2004-12-29 Thread Felix =?ISO-8859-1?Q?K=FChling?=
Hello DRI developers, I'm asking for review of the attached patch. I submitted basically the same patch on Oct 17th but I didn't get a definite go or no-go. I need this for the new Savage DRM which I intend to commit to CVS soon. The patch adds a new mapping type to the DRM for consistent PCI

Re: [patch] Please review: New DRM map type for consistent PCI memory

2004-12-29 Thread Felix =?ISO-8859-1?Q?K=FChling?=
Am Mi, den 29.12.2004 schrieb Felix Kühling um 21:54: Hello DRI developers, I'm asking for review of the attached patch. [snip] It happened again. :-/ Here is the patch. Really! -- | Felix Kühling [EMAIL PROTECTED] http://fxk.de.vu | | PGP Fingerprint: 6A3C 9566 5B30

Re: dri_util.c:157: warning: pointer targets differ in signedness.

2004-12-29 Thread Mike Mestnik
--- Philip Armstrong [EMAIL PROTECTED] wrote: On Tue, Dec 28, 2004 at 06:41:38PM -0600, John Lightsey wrote: First let me say that if anyone would like to take over updating the dri-trunk-sid packages on a semi-regular basis, I'd really appreciate it. I don't track the Debian X or DRI

Re: dri_util.c:157: warning: pointer targets differ in signedness.

2004-12-29 Thread Mike Mestnik
--- John Lightsey [EMAIL PROTECTED] wrote: First let me say that if anyone would like to take over updating the dri-trunk-sid packages on a semi-regular basis, I'd really appreciate it. I don't track the Debian X or DRI mailing lists closely enough to keep up with changes. On Tue,

r300 cvs

2004-12-29 Thread Kevin Hessels
Hi, I ran into a bit of trouble compiling the r300 mesa driver. I'm using the latest r300_driver from cvs with mesa_6_2_branch, which I presume is the latest release. I'm compiling with gcc 3.4.0 and receive the following message: ... gcc -c -I. -I../../../../../src/mesa/drivers/dri/common