Re: [R300] Undefined symbols in Mesa compile

2005-02-04 Thread Donnie Berkholz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vladimir Dergachev wrote: | On Thu, 3 Feb 2005, Jacob Gorm Hansen wrote: |> Will version 6.8.1.902 (from Gentoo) be recent enough? | | | I don't think so - this sounds like 6.8.2-rc1 Actually RC2 -- it's how the numbering scheme works. (version-1).90X i

Re: [R300] Undefined symbols in Mesa compile

2005-02-04 Thread Vladimir Dergachev
On Thu, 3 Feb 2005, Jacob Gorm Hansen wrote: Vladimir Dergachev wrote: No special tinkering is required beyound recent Xorg CVS. Will version 6.8.1.902 (from Gentoo) be recent enough? I don't think so - this sounds like 6.8.2-rc1 You ca check this easily by looking in /var/log/Xorg.0.log - it shou

Re: [R300] Undefined symbols in Mesa compile

2005-02-04 Thread Alex Deucher
On Thu, 03 Feb 2005 23:50:21 -0800, Jacob Gorm Hansen <[EMAIL PROTECTED]> wrote: > Vladimir Dergachev wrote: > > > No special tinkering is required beyound recent Xorg CVS. > > Will version 6.8.1.902 (from Gentoo) be recent enough? > no. you need xorg from cvs HEAD. Alex ---

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Jacob Gorm Hansen
Vladimir Dergachev wrote: No special tinkering is required beyound recent Xorg CVS. Will version 6.8.1.902 (from Gentoo) be recent enough? Jacob --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source datab

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Vladimir Dergachev
On Thu, 3 Feb 2005, Jacob Gorm Hansen wrote: Roland Scheidegger wrote: Jacob Gorm Hansen wrote: I still get an error in r300, using the freedesktop drm: Well yes. For radeon and r200 drivers (and apparently savage), you need the freedesktop drm, since the one from the r300 driver is too old. For

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Jacob Gorm Hansen
Roland Scheidegger wrote: Jacob Gorm Hansen wrote: I still get an error in r300, using the freedesktop drm: Well yes. For radeon and r200 drivers (and apparently savage), you need the freedesktop drm, since the one from the r300 driver is too old. For the r300 driver, you need the r300 drm, as th

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Roland Scheidegger
Jacob Gorm Hansen wrote: I still get an error in r300, using the freedesktop drm: Well yes. For radeon and r200 drivers (and apparently savage), you need the freedesktop drm, since the one from the r300 driver is too old. For the r300 driver, you need the r300 drm, as the freedesktop does not co

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Jacob Gorm Hansen
Vladimir Dergachev wrote: On Thu, 3 Feb 2005, Jacob Gorm Hansen wrote: hi, trying to compile mesa with the r300 driver I get the following error: r200_ioctl.c: In function `r200PageFlip': r200_ioctl.c:571: error: structure has no member named `tiling_enabled' r200_ioctl.c: In function `r200Clear

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Vladimir Dergachev
On Thu, 3 Feb 2005, Jacob Gorm Hansen wrote: hi, trying to compile mesa with the r300 driver I get the following error: r200_ioctl.c: In function `r200PageFlip': r200_ioctl.c:571: error: structure has no member named `tiling_enabled' r200_ioctl.c: In function `r200Clear': r200_ioctl.c:635: error:

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Jacob Gorm Hansen
Roland Scheidegger wrote: For the Mesa radeon and r200 driver, you need a very recent drm from dri.freedesktop.org. I've no idea what's in the drm from r300_driver, but it might be possible it does not contain all recent changes of the drm from dri.freedesktop.org. With the latest drm (CVS HEAD)

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Rune Petersen
Jacob Gorm Hansen wrote: hi, trying to compile mesa with the r300 driver I get the following error: r200_ioctl.c: In function `r200PageFlip': r200_ioctl.c:571: error: structure has no member named `tiling_enabled' r200_ioctl.c: In function `r200Clear': r200_ioctl.c:635: error: `RADEON_USE_COMP_ZBUF

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Roland Scheidegger
Jacob Gorm Hansen wrote: Dave Airlie wrote: r200_ioctl.c: In function `r200PageFlip': r200_ioctl.c:571: error: structure has no member named `tiling_enabled' r200_ioctl.c: In function `r200Clear': r200_ioctl.c:635: error: `RADEON_USE_COMP_ZBUF' undeclared (first use in this function) r200_ioctl.c:6

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Jacob Gorm Hansen
Dave Airlie wrote: r200_ioctl.c: In function `r200PageFlip': r200_ioctl.c:571: error: structure has no member named `tiling_enabled' r200_ioctl.c: In function `r200Clear': r200_ioctl.c:635: error: `RADEON_USE_COMP_ZBUF' undeclared (first use in this function) r200_ioctl.c:635: error: (Each undeclar

Re: [R300] Undefined symbols in Mesa compile

2005-02-03 Thread Dave Airlie
> r200_ioctl.c: In function `r200PageFlip': > r200_ioctl.c:571: error: structure has no member named `tiling_enabled' > r200_ioctl.c: In function `r200Clear': > r200_ioctl.c:635: error: `RADEON_USE_COMP_ZBUF' undeclared (first use in > this function) > r200_ioctl.c:635: error: (Each undeclared iden

[R300] Undefined symbols in Mesa compile

2005-02-03 Thread Jacob Gorm Hansen
hi, trying to compile mesa with the r300 driver I get the following error: r200_ioctl.c: In function `r200PageFlip': r200_ioctl.c:571: error: structure has no member named `tiling_enabled' r200_ioctl.c: In function `r200Clear': r200_ioctl.c:635: error: `RADEON_USE_COMP_ZBUF' undeclared (first use i