Re: [PATCH] add -DIN_DRI_DRIVER to xorg-6.9 build [was Re: problem found with new xorg-6.9RC2 on savage with DRI enabled]

2005-12-02 Thread Roland Scheidegger
Sergio Monteiro Basto wrote: Xorg build also misses -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DHAVE_ALIAS Ian, and those ones are needed ? Can't comment on the others (though usually care must be taken with the threading stuff!), but not having -DUSE_EXTERNAL_DXTN_LIB=1 will obviously cause it to n

Re: X700 support.

2005-12-02 Thread Eric Anholt
On Fri, 2005-12-02 at 15:11 -0500, Adam K Kirchhoff wrote: > FYI, I'm attaching two very small patches that get the r300 driver > working with my AGP X700 card. > > Adam Committed, thanks. Note that for the future, unified diffs (diff -u) are much preferred. -- Eric Anholt

Re: X700 support.

2005-12-02 Thread Brian Paul
Adam K Kirchhoff wrote: FYI, I'm attaching two very small patches that get the r300 driver working with my AGP X700 card. Checked in. -Brian --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems?

[Bug 5037] r300 driver misrenders celestia textures

2005-12-02 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=5037 [EMAIL PROTECTED] changed: What|Removed |Added --

Re: [Mesa3d-dev] mesa-6.4.1 fails to compile on amd64

2005-12-02 Thread Thomas Hellström
Thomas Hellström wrote: Brian Paul wrote: Tomas Carnecky wrote: x86_64-pc-linux-gnu-gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm` -I/usr/X11R6/include -Wall

Re: [Mesa3d-dev] mesa-6.4.1 fails to compile on amd64

2005-12-02 Thread Brian Paul
Thomas Hellström wrote: Thomas Hellström wrote: Brian Paul wrote: Yeah, I think code at lines 204 and 566 is bogus. In drm.h: #if defined(__linux__) typedef unsigned int drm_handle_t; #else typedef unsigned long drm_handle_t; /**< To mapped regions */ #endif But in XF86dri.c we have:

X700 support.

2005-12-02 Thread Adam K Kirchhoff
FYI, I'm attaching two very small patches that get the r300 driver working with my AGP X700 card. Adam Index: shared-core/drm_pciids.txt === RCS file: /cvs/dri/drm/shared-core/drm_pciids.txt,v retrieving revision 1.29 diff -r1.29

Re: [PATCH] add -DIN_DRI_DRIVER to xorg-6.9 build [was Re: problem found with new xorg-6.9RC2 on savage with DRI enabled]

2005-12-02 Thread Sergio Monteiro Basto
On Mon, 2005-11-21 at 19:15 +0100, Roland Scheidegger wrote: > > > Xorg build also misses -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 > > -DHAVE_ALIAS Ian, and those ones are needed ? > Can't comment on the others (though usually care must be taken with the > threading stuff!), but not having -DUSE_EXTE

Re: [Mesa3d-dev] mesa-6.4.1 fails to compile on amd64

2005-12-02 Thread Thomas Hellström
Brian Paul wrote: Tomas Carnecky wrote: x86_64-pc-linux-gnu-gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm` -I/usr/X11R6/include -Wall -march=k8 -O2 -pipe -fPI