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
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
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?
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
--
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
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:
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
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
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