Re: DRI web site at fd.o (was: Re: [Dri-users] snapshots status)

2004-12-03 Thread Jos Fonseca
it's running. They just modify the rules for WikiNames (so that S3, DRI, and other acronyms match), and also integrate with the doxygen (so that Mesa/DRM functions also match.) Regards, Jos Fonseca - Forwarded message from Jos Fonseca [EMAIL PROTECTED] - Date: Mon, 25 Oct 2004 13:37:33

Re: Wiki Spam

2004-11-01 Thread Jos Fonseca
Hi, On Thu, Oct 28, 2004 at 01:47:56PM +0200, Felix Kühling wrote: Am Mi, den 27.10.2004 schrieb Adam Jackson um 21:46: On Wednesday 27 October 2004 14:49, Alan Swanson wrote: Until someone has the time to upgrade the Wiki to a newer version with anti-spam features could we at least

Re: Code status (Was: New DRM driver model - gets rid of DRM() macros!)

2004-10-18 Thread Jos Fonseca
On Fri, Oct 15, 2004 at 11:40:30AM -0400, Jon Smirl wrote: On Fri, 15 Oct 2004 15:19:41 +0100, José Fonseca [EMAIL PROTECTED] wrote: It doesn't say nothing and I found (partially) why: the dynamic lynking is failing, so the call to drm_init(pci_driver, pciidlist, driver) never reaches a

Re: Code status (Was: New DRM driver model - gets rid of DRM() macros!)

2004-10-15 Thread Jos Fonseca
On Mon, Oct 11, 2004 at 10:52:40AM -0400, Jon Smirl wrote: What does dmesg say? There should be some debugging data in the log. drm loads right? which personality is failing? It doesn't say nothing and I found (partially) why: the dynamic lynking is failing, so the call to drm_init(pci_driver,

Re: Code status (Was: New DRM driver model - gets rid of DRM() macros!)

2004-10-11 Thread Jos Fonseca
On Wed, Oct 06, 2004 at 05:51:41PM -0400, Jon Smirl wrote: For debug info: insmod ./drm.ko drm_opts=debug:on insmod ./radeon.ko drm_opts=debug:on I haven't fully writen the code for the new parameters yet. When it is finished the message will disappear. Make sure you don't have any old

Code status (Was: New DRM driver model - gets rid of DRM() macros!)

2004-10-06 Thread Jos Fonseca
Jon, I was trying to build and test the linux-core - I really like what you've been doing there - but I get endless kernel oops after insmod'ing any of the driver modules (not the common drm one though), regardless the specific chip is present or not. Before I search deeper into this could you

Re: Code status (Was: New DRM driver model - gets rid of DRM() macros!)

2004-10-06 Thread Jos Fonseca
On Wed, Oct 06, 2004 at 12:30:01PM -0400, Jon Smirl wrote: On Wed, 6 Oct 2004 14:37:14 +0100, José Fonseca [EMAIL PROTECTED] wrote: Jon, I was trying to build and test the linux-core - I really like what you've been doing there - but I get endless kernel oops after insmod'ing any of

Re: Nightly doxygen documentation

2004-09-10 Thread Jos Fonseca
On Thu, Sep 09, 2004 at 06:48:59PM -0600, Brian Paul wrote: José Fonseca wrote: Hi, Doxygen documentation of DRM and Mesa is generated every night from CVS into http://freedesktop.org/~dri/doxygen/ . Enjoy, Thanks, José. I added new sections for the glapi and shader modules and

Nightly doxygen documentation

2004-09-09 Thread Jos Fonseca
Hi, Doxygen documentation of DRM and Mesa is generated every night from CVS into http://freedesktop.org/~dri/doxygen/ . Enjoy, José Fonseca --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an

Re: mach64_vbtmp.h why? and also t_vertex./.

2004-06-10 Thread Jos Fonseca
Dave, On Wed, Jun 09, 2004 at 06:48:10AM +0100, Dave Airlie wrote: This file is pretty much a copy of tnl_dd/t_dd_vbtmp.h with what looks like some experimental MACH64_PREMULT_TEXCOORDS code I think, Is this experiment finished? the code isn't use as mach64 has a native vertex format

Re: [Dri-devel] Re: Wiki Update

2004-04-28 Thread Jos Fonseca
On Wed, Apr 28, 2004 at 10:14:54AM +0200, Felix Kühling wrote: On Tue, 27 Apr 2004 13:35:26 +0100 Alan Cox [EMAIL PROTECTED] wrote: Standard problem with Wiki nowdays. Lots of dubious companies have crawlers that spam wikis with their URL then ask google to index the page to boost their

Re: [Dri-devel] [ dri-Bugs-901568 ] DRI's MoinMoin important PHP error

2004-02-21 Thread Jos Fonseca
The errors were caused by an attemp to list files in /home/groups/d/dr/dri/htdocs/snapshots which no longer exists after the snapshots been move to d.f.o. I fixed it just so that it shows the full page without errors. Still, I wonder if there any point having this page (and probably other alike)

[Dri-devel] (User) help wanted (Was: DRI's MoinMoin important PHP error)

2004-02-21 Thread Jos Fonseca
On Sat, Feb 21, 2004 at 06:14:02PM +0100, Felix Kühling wrote: Sounds like a good idea to remove outdated information or at least make it inaccessible. But instead of redirecting to the new Download page I'd redirect to the Wiki front page to make people aware that the old website is dead

[Dri-devel] newdrm prelim. docs no CVS write access (Was: mach64 and new tree)

2004-02-15 Thread Jos Fonseca
I've put the Doxygen documentation of the DRM work I have done till now at http://jrfonseca.dyndns.org/misc/drafts/newdrm/. The most interesting tidbits are the new DMA buffer API described in http://jrfonseca.dyndns.org/misc/drafts/newdrm/drm__bufs_8h.html and

Re: [Dri-devel] mach64 and new tree

2004-02-13 Thread Jos Fonseca
On Fri, Feb 13, 2004 at 01:31:59AM +, Dave Airlie wrote: So should we just work on getting everything running on newtree then and not worry about the security issues for now? Sounds good to me, I'll look into disabling DMA by default, if we have the option we are okay, my only

Re: [Dri-devel] mach64 and new tree

2004-02-12 Thread Jos Fonseca
If it's OK to sacrifice some speed in order to make the mach64 driver secure and elegible to go the the trubk then there is quite a simple solution: disable DMA by default (using the MMIO pseudo-DMA). Users still have the option to force DMA in XF86Config if they so wish. I think this would make

[Dri-devel] Fwd: Re: Question about mach64/DRI/Kernel 2.6

2004-01-11 Thread Jos Fonseca
- Forwarded message from Andrew Cohen [EMAIL PROTECTED] - Date: Sat, 10 Jan 2004 11:30:13 -0500 From: Andrew Cohen [EMAIL PROTECTED] Subject: Re: Question about mach64/DRI/Kernel 2.6 To: José Fonseca [EMAIL PROTECTED] Oops, sorry about the blank message---cold fingers hit wrong

Re: [Dri-devel] mach64-0-0-6-branch dri bug report

2003-12-07 Thread Jos Fonseca
Chris, On Thu, Dec 04, 2003 at 05:02:17PM -0500, Christopher Gleba wrote: Hello Jose, It's very strange that this doesn't work. If you compile the driver and the Xserver into /usr/X11R6-DRI/ and use that XFree86 server there shouln't be any binary incompatabilities problems (which I

Re: [Dri-devel] mach64-0-0-6-branch dri bug report

2003-12-04 Thread Jos Fonseca
Christopher, On Tue, Dec 02, 2003 at 02:57:50PM -0500, Christopher Gleba wrote: Hello Jose, Thank you for the response. Do you have a PCI card? If not make sure the agpgart kernel module is loaded before the mach64 module, by adding pre-install mach64 modprobe -k agpgart

Re: [Dri-devel] mach64_ring_idle failed

2003-12-04 Thread Jos Fonseca
On Wed, Dec 03, 2003 at 04:45:46PM -0500, Brendan Burns wrote: Jose, thanks for the quick response, here are the details: Intel 440BX motherboard Intel Pentium III (Coppermine) 500mhz 192Mb RAM ATI Rage Pro (On the motherboard) 4mb graphics memory Well, nothing special here. The hardware

Re: [Dri-devel] mach64_ring_idle failed

2003-12-02 Thread Jos Fonseca
Brendan, On Sun, Nov 30, 2003 at 09:42:33PM -0500, Brendan Burns wrote: Hey folks, Whilst playing Quake II (http://www.icculus.org/quake2) my Rage Pro AGP (1x/2x) freezes my XServer (XFree 4.3.0) I'm using the latest Bleeding Edge mach64 module, the error message follows. Any ideas? My

Re: [Dri-devel] mach64-0-0-6-branch dri bug report

2003-12-02 Thread Jos Fonseca
Christopher, On Mon, Dec 01, 2003 at 12:46:55AM -0500, Christopher Gleba wrote: Hello, I had been using the mach64-0-0-5-branch in linux for a while but recently I upgraded my install and thus gave a shot at the mach64-0-0-6-branch and encountered a problem. This report is broken

Re: [Dri-devel] Wiki notification emails

2003-11-29 Thread Jos Fonseca
On Sat, Nov 29, 2003 at 01:14:19PM -0800, Eric Anholt wrote: On Fri, 2003-11-28 at 07:09, José Fonseca wrote: Is it OK to send this to dri-patches? José Fonseca I wouldn't mind getting the diffs myself. I used to track the RecentChanges and review the pages, but the lack of diffs made

[Dri-devel] Wiki notification emails

2003-11-28 Thread Jos Fonseca
Today another funny guy decided to tamper with the Wiki (this time by applying rot13 to a full page). Thankfully this doesn't happen often (I recall only 3 times so far). Still, since I'm the only one monitoring I'm afraid I could let attacks like pass though. I'm even more concerned about minor

[Dri-devel] Wiki notification emails

2003-11-28 Thread Jos Fonseca
Today another funny guy decided to tamper with the Wiki (this time by applying rot13 to a full page). Thankfully this doesn't happen often (I recall only 3 times so far). Still, since I'm the only one monitoring I'm afraid I could let attacks like pass though. I'm even more concerned about minor

Re: libexpat foo, was: Re: [Dri-devel] ATI radeon 9200 DRI

2003-11-27 Thread Jos Fonseca
On Tue, Nov 25, 2003 at 06:09:42PM +0100, Felix Kühling wrote: What about putting the snapshot build/install scripts into CVS? Then anybody could modify them (with all the necessary care) and it wouldn't matter where the snapshots are being built. You'd just need one additional bootstrap

[Dri-devel] Re: [Dri-users] Where did the mach64 binaries go?

2003-11-27 Thread Jos Fonseca
On Thu, Nov 27, 2003 at 04:28:15PM +0100, Felix Kühling wrote: On Thu, 27 Nov 2003 11:33:23 + José Fonseca [EMAIL PROTECTED] wrote: On Tue, Nov 25, 2003 at 10:54:11PM -0500, Marcus Lauer wrote: Can anyone tell me how I can get the latest mach64 binary snapshot? Up until the end

Re: libexpat foo, was: Re: [Dri-devel] ATI radeon 9200 DRI

2003-11-26 Thread Jos Fonseca
On Wed, Nov 26, 2003 at 07:41:48AM +0200, Ville Syrjälä wrote: On Tue, Nov 25, 2003 at 12:28:29PM -0800, Ian Romanick wrote: The problem seems to be with older distros that have libexpat.so.0 instead of libexpat.so.1. People have found that it works if they symlink libexpat.so.0 to

Re: libexpat foo, was: Re: [Dri-devel] ATI radeon 9200 DRI

2003-11-25 Thread Jos Fonseca
On Tue, Nov 25, 2003 at 01:27:32PM +0100, Felix Kühling wrote: On Tue, 25 Nov 2003 10:31:21 + Keith Whitwell [EMAIL PROTECTED] wrote: Ian Romanick wrote: Michel Dänzer wrote: On Mon, 2003-11-24 at 20:01, en ne wrote: I send you the verbose output and the ldd output.

Re: libexpat foo, was: Re: [Dri-devel] ATI radeon 9200 DRI

2003-11-25 Thread Jos Fonseca
Actually I did have libexpat statically linked, but as you can see... test $BRANCH == config-0-0-1-branch sed -i -e 's/-lexpat/-Wl,-Bstatic -lexpat -Wl,-Bdynamic/' build/$BRANCH/xc/config/cf/X11.tmpl ... just on config-0-0-1-branch, because the config-0-0-1-branch hadn't been merged into the

Re: libexpat foo, was: Re: [Dri-devel] ATI radeon 9200 DRI

2003-11-25 Thread Jos Fonseca
On Tue, Nov 25, 2003 at 08:55:03AM -0800, Eric Anholt wrote: On Tue, 2003-11-25 at 06:48, José Fonseca wrote: Regarding puting the snapshot builds on freedesktop.org, I'm fine with it (it's true I've been quite busy with other stuff and that perhaps I can't give all the attention required)

Re: [Dri-devel] Fedora + DRI R200 binary snapshots - libGL problem

2003-11-21 Thread Jos Fonseca
Felix, On Fri, Nov 21, 2003 at 03:51:40PM +0100, Felix Kühling wrote: José, many people are having this libexpat problem. What's the recommended method to add some sort of trouble-shooting entry in the Wiki? The TroubleShooting template seems to be tailored for application-specific

Re: [Dri-devel] Fedora + DRI R200 binary snapshots - libGL problem

2003-11-19 Thread Jos Fonseca
On Wed, Nov 19, 2003 at 12:57:25AM +, Sergey V. Oudaltsov wrote: Stock drivers never have. You may want to help with the kernel patches floating around for this? Well, I don't really know. I am not a big kernel expert. I just say what I see: when I run standard Fedora X driver -

Re: [Dri-devel] Fedora + DRI R200 binary snapshots - libGL problem

2003-11-19 Thread Jos Fonseca
On Wed, Nov 19, 2003 at 02:02:50PM +, Sergey V. Oudaltsov wrote: pre-install r200 modprobe -k agpgart Just one question. Should it be r200 or radeon? It should be radeon actually. My bad... Jose Fonseca --- This SF.net email is

Re: [Dri-devel] Fedora + DRI R200 binary snapshots - libGL problem

2003-11-19 Thread Jos Fonseca
On Wed, Nov 19, 2003 at 03:25:49PM +, Sergey V. Oudaltsov wrote: It should be radeon actually. My bad... I knew! I knew! :) Well, anyway - this does not explain why libGL cannot find dri while xfree86.0.log says it is there... Sergey It must be the TLS thingy. Do ldd

Re: [Dri-devel] Re: [Bug 131] Metabug - Mach64 DRI is not merged into the [DRI] trunk.

2003-11-09 Thread Jos Fonseca
On Sun, Nov 09, 2003 at 05:33:51AM -0500, Mike A. Harris wrote: On Fri, 7 Nov 2003, David Dawes wrote: --- Additional Comments From [EMAIL PROTECTED] 2003-07-11 06:30 --- So why this bug is closed? This is METABUG It is closed because it is neither a bug report or a

Re: [Dri-devel] Snapshots

2003-10-13 Thread Jos Fonseca
Just to let everybody know that all snapshots are failing ATM. I get the following error on all logs: gcc -m32 -o xf86cfg -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall -Wpointer-arith -Wstrict-prototypes

Re: [Dri-devel] One driver binary for fbdev and XFree86 vs. internal interface changes

2003-10-11 Thread Jos Fonseca
On Sat, Oct 11, 2003 at 12:57:00AM -0700, Ian Romanick wrote: The context problems are even bigger than I thought. In order to remove the call to XF86DRICreateContext in dri_util.c, I had to add a call to drmCreateContext. However, it turns out that this DRM call is root-only. Can

Re: [Dri-devel] Snapshots

2003-10-10 Thread Jos Fonseca
Felix, On Fri, Oct 10, 2003 at 10:06:51AM +0200, Felix Kühling wrote: Hi, there were 2 reports from snapshot users on dri-users that DRI was disabled with the new configuration stuff. In at least one case the problem was that libexpat was not installed on the system. Could the snapshot

Re: [Dri-devel] Snapshot script changes for xdriinfo

2003-10-07 Thread Jos Fonseca
Felix, On Sat, Oct 04, 2003 at 01:35:13AM +0200, Felix Kühling wrote: Hi, I made some modifications to the snapshot scripts in order to include xdriinfo and its manpage in the snapshots of the config-0-0-1-branch or the trunk after the merge. A patch is attached. I chose to use the

Re: [Dri-devel] CVS merge problem solved + suggestion for cvs policy

2003-10-07 Thread Jos Fonseca
On Tue, Oct 07, 2003 at 12:33:49PM +0200, Felix Kühling wrote: Hi all, I'm happy to report that I found a solution to the merge problems Eric and I were seeing. I believe the problem had to do with vendor branches. They are created automatically when sources are imported using cvs import.

Re: [Dri-devel] Merging radeon mergedfb patch before 4.4.0

2003-10-05 Thread Jos Fonseca
On Fri, Oct 03, 2003 at 12:35:42PM -0400, David Dawes wrote: On Fri, Oct 03, 2003 at 07:31:49AM -0700, Alex Deucher wrote: his thoughts. Will there be another xfree86-DRI merge before the release? will Felix' config code make it in? There won't be any further wholesale DRI-XFree86 merge.

Re: [Dri-devel] Merging radeon mergedfb patch before 4.4.0

2003-10-05 Thread Jos Fonseca
On Sun, Oct 05, 2003 at 11:05:21AM -0400, David Dawes wrote: I don't see anything new or unusual about what I said. A similar thing happened with the 4.3 release -- there was no wholesale merge of the then DRI trunk into XFree86 at the point of the feature freeze. The only difference I can

Re: [Dri-devel] config branch merge schedule

2003-09-30 Thread Jos Fonseca
On Tue, Sep 30, 2003 at 12:24:53AM +0100, José Fonseca wrote: Anyway, I'm now building a snapshot. If it succeeds please do a public request for testing on the dri-users and dri-devel. Just to let you know that the config snapshots built without any incident. Regards, José Fonseca PS: For

[Dri-devel] s3virge (Was: config branch merge schedule)

2003-09-30 Thread Jos Fonseca
On Tue, Sep 30, 2003 at 11:16:54AM +0100, Keith Whitwell wrote: José Fonseca wrote: On Tue, Sep 30, 2003 at 12:24:53AM +0100, José Fonseca wrote: PS: For general information, the HEAD failed to build somehere in the SiS driver. And the s3virge seems to have the missing-newline-at-eof problem

Re: [Dri-devel] config branch merge schedule

2003-09-30 Thread Jos Fonseca
On Tue, Sep 30, 2003 at 01:06:58PM +0200, Felix Kühling wrote: On Tue, 30 Sep 2003 13:00:16 +0200 Felix Kühling [EMAIL PROTECTED] wrote: José, Thanks for getting the config snapshots working again. I just downloaded the latest one for radeon

[Dri-devel] Re: Firewalled (Was: Weekly IRC meeting reminder)

2003-09-30 Thread Jos Fonseca
On Tue, Sep 30, 2003 at 12:32:08AM +0100, José Fonseca wrote: Anybody knows if there is any way around firewalled IRC port? As this is (hopefully) my last PhD year I've decided to spend most of my time in the university and dropped internet home. I'd like to assist the IRC meetings but

[Dri-devel] Re: branch 4 cle266 (Was: good news for savage users or not ???)

2003-09-30 Thread Jos Fonseca
On Tue, Sep 30, 2003 at 09:08:58PM +0100, Alan Cox wrote: On Maw, 2003-09-30 at 00:51, José Fonseca wrote: The tar ball of the via gl directory can be found at. http://www.linux.org.uk/~alan/via-gl.tar.gz and is hopefully useful for building a proper via branch in CVS. Alan, I know

Re: [Dri-devel] Website update needed...

2003-09-29 Thread Jos Fonseca
On Sun, Sep 28, 2003 at 01:11:14PM -0400, Adam K Kirchhoff wrote: Someone should really fix this so it no longer refers to the sourceforge CVS server: http://dri.sourceforge.net/doc/cvs.html I've: - wikified that documented in http://dri.sourceforge.net/cgi-bin/moin.cgi/CvsBranches, -

Re: [Dri-devel] config branch merge schedule

2003-09-29 Thread Jos Fonseca
Felix, On Tue, Sep 30, 2003 at 12:09:04AM +0200, Felix Kühling wrote: Hello, I'd like to get some sort of merge schedule for the config branch. Actually I had planned to do it now after getting back from vacation. But José had reported a strange compiling error in expat.h on his snapshot

[Dri-devel] Firewalled (Was: Weekly IRC meeting reminder)

2003-09-29 Thread Jos Fonseca
Anybody knows if there is any way around firewalled IRC port? As this is (hopefully) my last PhD year I've decided to spend most of my time in the university and dropped internet home. I'd like to assist the IRC meetings but unfortunatly my university blocks the IRC port. I once asked IT support

[Dri-devel] branch 4 cle266 (Was: good news for savage users or not ???)

2003-09-29 Thread Jos Fonseca
On Sun, Sep 21, 2003 at 01:15:25AM +0100, Alan Cox wrote: On Gwe, 2003-09-12 at 19:53, Maximo wrote: As i know CLE266 works only on Xfree86 4.2.0, what i'm doing is make it work on xfree86 4.3.0 I promised folks I'd get around to putting up the XFree 4.3.0 port of the DRI stuff (or what

Re: [Dri-devel] Website Wiki

2003-09-25 Thread Jos Fonseca
On Thu, Sep 25, 2003 at 10:58:01AM +0200, [EMAIL PROTECTED] wrote: Good day José First off I am using http://dri.sourceforge.net/wiki which resolves to: http://dri.sourceforge.net/cgi-bin/moin.cgi/ I assume this is correct, if not ignore me. g Yep. First off looking good, looking

[Dri-devel] Discontinuing rsync mirror

2003-09-25 Thread Jos Fonseca
Now that DRI CVS services moved to dri.desktop.org I'll be discontinuing my rsync mirror within the next 24 hrs. Those who updated recently, or do so in these 24hrs, just need to do instead of the rsync command: cvs -q -z3 update -dP from the top directory to use the anonymous CVS server in

Re: [Dri-devel] Website - Wiki (RFC)

2003-09-25 Thread Jos Fonseca
On Thu, Sep 25, 2003 at 03:46:25PM -0700, Eric Anholt wrote: On Thu, 2003-09-25 at 15:32, Felix Kühling wrote: How do I add a new homepage? Just point your browser to http://dri.sf.net/cgi-bin/moin.cgi/FelixKuehling and chose the HomepageTemplate. This works the same for any new page.

Re: [Dri-devel] Anon CVS instructions on website

2003-09-23 Thread Jos Fonseca
On Tue, Sep 23, 2003 at 09:53:50AM +0600, Dimitry N. Naldaev wrote: ? ? ?? 22 2003 23:24 Keith Whitwell ???: Has the website been updated to point users/new developers to the new freedesktop.org address for anonymous CVS? NO it HASN'T I looked the site dri.sf.net

Re: [Dri-devel] Anon CVS instructions on website

2003-09-23 Thread Jos Fonseca
On Mon, Sep 22, 2003 at 08:56:58PM -0700, Eric Anholt wrote: On Mon, 2003-09-22 at 20:53, Dimitry N. Naldaev wrote: ? ? ?? 22 2003 23:24 Keith Whitwell ???: Has the website been updated to point users/new developers to the new freedesktop.org address for anonymous

[Dri-devel] Website - Wiki (RFC)

2003-09-23 Thread Jos Fonseca
I've finished with a big chunk of the wikification of the website, including updating CVS download info. These would be the new top leves entry pages: Home: http://dri.sf.net/cgi-bin/moin.cgi/FrontPage Status: http://dri.sf.net/cgi-bin/moin.cgi/Status Contribute:

Re: [Dri-devel] Website - Wiki (RFC)

2003-09-23 Thread Jos Fonseca
On Tue, Sep 23, 2003 at 09:40:50PM +0200, Michel Dänzer wrote: On Tue, 2003-09-23 at 19:52, José Fonseca wrote: BTW: I've added a very simple Homepage to some of the DRI developers here so that references to TheirNames will hyperlink to that homepage. I use nothing but widely avaible

Re: [Dri-devel] CVS modules the transition to freedesktop.org

2003-09-20 Thread Jos Fonseca
On Sat, Sep 20, 2003 at 02:41:20PM +0200, Michel Dänzer wrote: On Fri, 2003-09-19 at 12:13, José Fonseca wrote: BTW, a pet peeve of mine is the double 'xc/xc' in the main CVS module. If viable, when transitioning leave only one 'xc', and take way the orfan 'xc/t' dir too. This could

Re: [Dri-devel] READ ME FOR VERSION MISMATCH ERRORS

2003-09-20 Thread Jos Fonseca
On Sat, Sep 20, 2003 at 08:58:23AM -0700, Alex Deucher wrote: If you are getting version mismatch errors with the sanpshots, you need a newer version of the xfree86 server. DRI just merged in the changes from the Xfree86 tree and a newer XFree86 binary is needed. you can either build it

[Dri-devel] Mesa docs integrated in the Wiki

2003-09-20 Thread Jos Fonseca
I've uploaded updated Mesa source documentation to http://dri.sourceforge.net/doc/mesa/ and... On Tue, Sep 16, 2003 at 03:31:54PM +0100, José Fonseca wrote: On certain pages where code symbol names are used, such as http://dri.sourceforge.net/cgi-bin/moin.cgi/DriMemoryManagerDesign , the

[Dri-devel] CVS modules the transition to freedesktop.org

2003-09-19 Thread Jos Fonseca
I'm going to add a new module to the CVS, named 'moin', to version the DRI costumizations made to MoinMoin Wiki. But there is no interest in moving it to freedesktop.org -- it'll remain at SF as long as the webpages also do. There is no point either to move the 'faq' module, as the DRI Developers

Re: [Dri-devel] Website

2003-09-19 Thread Jos Fonseca
On Thu, Sep 18, 2003 at 06:52:23PM +0200, Alexander Stohr wrote: i want to propose to integrate a link to the new WIKI pages to the Help FAQ section of the DRI homepage. I've added a link to the Wiki next to the HELP FAQ. further there was some sort of uncertainty to which XF86 version

Re: [Dri-devel] [ANNOUNCE] DRI Wiki (continued)

2003-09-16 Thread Jos Fonseca
This Wiki stuff is really powerfull: I've been adding content into the Wiki from all those dri-devel posts I have flagged (since long ago). See http://dri.sourceforge.net/cgi-bin/moin.cgi/RecentChanges It's really very easy and quick to add stuff - either you edit on the browser or on a seperate

Re: [Dri-users] Re: [Dri-devel] [ANNOUNCE] DRI Wiki (continued)

2003-09-16 Thread Jos Fonseca
On Tue, Sep 16, 2003 at 03:39:03PM +0100, Keith Whitwell wrote: José Fonseca wrote: This Wiki stuff is really powerfull: I've been adding content into the Wiki from all those dri-devel posts I have flagged (since long ago). See http://dri.sourceforge.net/cgi-bin/moin.cgi/RecentChanges It's

Re: [Dri-users] Re: [Dri-devel] [ANNOUNCE] DRI Wiki (continued)

2003-09-16 Thread Jos Fonseca
Keith, On Tue, Sep 16, 2003 at 04:33:42PM +0100, José Fonseca wrote: In the link, replace 'moin.cgi' by 'test.cgi' (e.g., http://dri.sourceforge.net/cgi-bin/test.cgi/RecentChanges ) and send me the output. I've checked the output you sent and the error logs, and my only explanation is that

Re: [Dri-devel] Merge fixups

2003-09-16 Thread Jos Fonseca
On Tue, Sep 16, 2003 at 01:17:47PM +, Martin Spott wrote: Alan Hourihane [EMAIL PROTECTED] wrote: O.k. I've completed the merge fixups and doing a test build now. Great. I'm going to tag the trunk with trunk-20030916 if everything goes well. It would be helpful if Jose would

[Dri-devel] [ANNOUNCE] DRI Wiki (2 replace the devel FAQ and other docs)

2003-09-14 Thread Jos Fonseca
Hi, When I was compiling the FAQ somebody suggested to use a Wiki. As I wasn't very familiar with the concept I've opted with something more mainstream as DocBook (DB). DB has the advantages of multiple output formats, but after the initial hype the hassle of the edit-convert-check-commit is

Re: [Dri-devel] [ANNOUNCE] DRI Wiki (2 replace the devel FAQ and other docs)

2003-09-14 Thread Jos Fonseca
On Sun, Sep 14, 2003 at 02:47:16PM -0700, Jon Smirl wrote: I thought we were moving to http://dri.freedesktop.org/, why not use the wiki there? I knew about the CVS but I didn't knew anything regarding moving the DRI website. Nevertheless, when I choosed the Wiki implementation, I evaluated

[Dri-devel] Re: Snapshots

2003-09-05 Thread Jos Fonseca
Michel, Felix, On Thu, Sep 04, 2003 at 12:22:23PM +0200, Michel D?nzer wrote: BTW, have you added atimisc_drv.o to the r200, radeon and rage128 snapshots as a reaction to the recent radeon 2D driver problems? It should be ati_drv.o instead. No, it always had been there (from the original

[Dri-devel] config-0-0-1-branch snapshots failing

2003-09-05 Thread Jos Fonseca
Felix, I noticed the config-0-0-1-branch snapshots have been failing. The error reported in the log is: xmlconfig.c: In function `driParseOptionInfo': xmlconfig.c:482: error: storage size of `s' isn't known xmlconfig.c:514: error: `XML_STATUS_OK' undeclared (first use in this function)

Re: [Dri-devel] rsync vs anon CVS

2003-09-05 Thread Jos Fonseca
On Fri, Sep 05, 2003 at 01:09:00PM +0200, Felix K?hling wrote: On Fri, 05 Sep 2003 11:57:57 +0100 Keith Whitwell [EMAIL PROTECTED] wrote: Felix Kühling wrote: I think the idea is that you mirror the entire CVS repository with cvsup. Then you can do any read-only cvs

Re: [Dri-devel] VIA 3D Driver

2003-07-25 Thread Jos Fonseca
Alan, On Thu, Jul 24, 2003 at 10:29:21PM +0100, Alan Cox wrote: I have the VIA 3D building in XFree 4.3 now. Some of the changes I'm fairly confident about others like the clipping stuff I've armwaved and we'll see what happens. That's good news. I suppose you also had to port the 3D driver

[Dri-devel] Re: searching for other CVS or RSYNC mirror of DRI trunk

2003-07-23 Thread Jos Fonseca
Martin, On Wed, Jul 23, 2003 at 09:53:31AM +0200, Martin Zimmermann wrote: Hello to all folks :-) Yes it's hard work for developers ... but what will happen if it is tooo easy :-) Anybody there who has another mirror for DRI cvs tree as vcs or rsync? This one in UK will be not very

[Dri-devel] More CVS branches on rsync mirror

2003-07-16 Thread Jos Fonseca
I've put more branches in my rsync mirror, namely: config-0-0-1-branch mach64-0-0-6-branch newdrm-0-0-1-branch savage-0-0-1-branch savage-1_0_0-branch To download a branch do something like: rsync -avz --delete rsync://mefriss1.swan.ac.uk/dri/branch/ branch/ where 'branch' is one

Re: [Dri-devel] More CVS branches on rsync mirror

2003-07-16 Thread Jos Fonseca
On Wed, Jul 16, 2003 at 12:06:20PM +0100, José Fonseca wrote: Be careful with the trailing '/' or you might end erasing your home directory or whateever directory you're doing this. Forget this nonsense. I had little sleep today and it shows. Still the '/' are important, otherwise in the

[Dri-devel] Re: More CVS branches on rsync mirror

2003-07-16 Thread Jos Fonseca
On Wed, Jul 16, 2003 at 12:05:02PM +0100, José Fonseca wrote: I've put more branches in my rsync mirror, namely: config-0-0-1-branch mach64-0-0-6-branch newdrm-0-0-1-branch savage-0-0-1-branch savage-1_0_0-branch To download a branch do something like: rsync -avz

Re: [Dri-devel] Mach 64 DMA work.

2003-07-09 Thread Jos Fonseca
James, On Tue, Jul 08, 2003 at 02:57:53PM -0700, James Jones wrote: I was just wondering how the new DMA code Jose was working on for the mach64 driver is going. I've been doing the necessary architectural changes on the newdrm-0-0-1-branch. The most important stuff - allocationg and

Re: [Dri-devel] ERROR COMPILING - DRI Driver Installation (R E P O S T)

2003-07-02 Thread Jos Fonseca
John, On Wed, Jul 02, 2003 at 09:15:42AM -0400, John R. Tomawski wrote: After I see this: Compiling... ERROR: Kernel modules did not compile I get the following in dri.log, when I try sh install.sh make -f Makefile.linux DRM_MODULES=radeon.o modules make[1]: Entering directory

Re: [Dri-devel] Only normal DRI and Mesa CVS access as developer, now?

2003-06-30 Thread Jos Fonseca
On Mon, Jun 30, 2003 at 01:04:18AM +0100, Alan Hourihane wrote: On Sun, Jun 29, 2003 at 11:04:47PM +0100, Keith Whitwell wrote: This is a reasonable proposition -- let's start putting a draft together, then. --- SF admins, We're concerned about the recent changes to

Re: [Dri-devel] Only normal DRI and Mesa CVS access as developer, now?

2003-06-30 Thread Jos Fonseca
On Mon, Jun 30, 2003 at 12:06:05PM +0100, José Fonseca wrote: I'm going to follow Alan suggestion and setup a rsync mirror of the CVS trunk checkout on my machine at the Uni. I just don't know wether I'll do the update from a cronjob (if so how frequent?), or if trigered by the commits (e.g.,

Re: [Dri-devel] [PATCH] Make mach64.o kernel module work with 2.5

2003-06-30 Thread Jos Fonseca
Colin, On Mon, Jun 30, 2003 at 04:58:37PM +0200, Colin Leroy wrote: Hi, this patch fixes compilation of mach64 kernel module for kernel 2.5. (module will be named mach64.ko for these kernels). apply with -p0 in xc/programs/Xserver/hw/xfree86/os-support. HTH, -- Colin Random BOFH

Re: [Dri-devel] Building from Savage-1_0_0-branch

2003-06-30 Thread Jos Fonseca
On Fri, Jun 27, 2003 at 04:58:52PM -0700, Ian Romanick wrote: Alan Cox wrote: On Gwe, 2003-06-27 at 18:42, Alan Hourihane wrote: The savage-1_0_0-branch wont work until the 3D driver is fixed up for Mesa 4.x - it's still based on Mesa 3.4. Is there any good info on doing this since the

Re: [Dri-devel] Only normal DRI and Mesa CVS access =?iso-8859-15?q?as developer?=, now?

2003-06-28 Thread Jos Fonseca
On Sat, Jun 28, 2003 at 04:18:15PM +0200, Dieter Nützel wrote: Mesa3d seems to be affected, too. No mesa CVS update for 10 days, now ;-( My DRI CVS is 12 days old... No chance from old Europe anymore? I've just checked and the tarballs in

Re: [Dri-devel] Only normal DRI and Mesa CVS access as developer, now?

2003-06-24 Thread Jos Fonseca
On Tue, Jun 24, 2003 at 08:44:32PM +0200, Michel Dänzer wrote: On Tue, 2003-06-24 at 17:37, José Fonseca wrote: I mentioned XFree86.org because (supposedly) it has the bandwith and machine resources to host the DRI repository, and obviously XFree86 and DRI are two very close entities. That

Re: [Dri-devel] Only normal DRI and Mesa CVS access as developer, now?

2003-06-24 Thread Jos Fonseca
On Tue, Jun 24, 2003 at 08:19:33PM +0100, José Fonseca wrote: On Tue, Jun 24, 2003 at 08:44:32PM +0200, Michel Dänzer wrote: I wonder if it's really such a pressing problem though. Imagine you're working with somebody testing some code, but that person has no CVS write access. After you

Re: [Dri-devel] Gamma DRM driver status

2003-06-23 Thread Jos Fonseca
On Mon, Jun 23, 2003 at 08:20:31AM +0100, Keith Whitwell wrote: José Fonseca wrote: The Gamma DRM driver is quite peculiar in several aspects. I'd like to know if those differences are result of experiments which might be worth to generalise to other drivers or if instead it's mostly

Re: [Dri-devel] Gamma DRM driver status

2003-06-23 Thread Jos Fonseca
On Mon, Jun 23, 2003 at 12:41:45PM +0100, Alan Cox wrote: On Llu, 2003-06-23 at 10:41, Keith Whitwell wrote: BTW, do we have a owner of such card among the subscribers which can do some testing when the time comes? I think Alan Cox. Alan Hourihane had one, but I think it died -- I

Re: [Dri-devel] Gamma DRM driver status

2003-06-23 Thread Jos Fonseca
On Mon, Jun 23, 2003 at 01:11:12PM +0100, Alan Cox wrote: On Llu, 2003-06-23 at 13:01, José Fonseca wrote: I see. Well it really doesn't trouble me to rewrite the gamma driver since I'll be changing all other drivers. Also the work I'm doing will move a big chunk of each driver into common

Re: [Dri-devel] Gamma DRM driver status

2003-06-23 Thread Jos Fonseca
On Mon, Jun 23, 2003 at 10:21:30AM -0700, Ian Romanick wrote: Alan Hourihane wrote: On Mon, Jun 23, 2003 at 01:50:02PM +0100, Alan Cox wrote: http://www.linux.org.uk/~alan/S3.zip http://www.linux.org.uk/~alan/CLE266.zip The CLE266 has some fairly complicated Linux kernel entanglements to

Re: [Dri-devel] Only normal DRI and Mesa CVS access as developer, now?

2003-06-23 Thread Jos Fonseca
On Mon, Jun 23, 2003 at 06:58:39PM +0200, Dieter Nützel wrote: These sourceforge backup server move is very annoying. It's hindering open source so much. Do we have other options? I've never tried but isn't possible for non-developers also access the SF CVS repository via SSH (read-only, of

Re: [Dri-devel] Bad interactions between Wine and the DRI

2003-06-22 Thread Jos Fonseca
Lionel, On Sat, Jun 21, 2003 at 03:33:41PM +0200, Lionel Ulmer wrote: Hi all, I am a Wine developper working on OpenGL and Direct3D support. We sometimes receive bug reports about Wine not working properly on the DRI, mostly linked to corrupted textures. The big problem is that my main

[Dri-devel] Gamma DRM driver status

2003-06-21 Thread Jos Fonseca
The Gamma DRM driver is quite peculiar in several aspects. I'd like to know if those differences are result of experiments which might be worth to generalise to other drivers or if instead it's mostly deprecated and should be made more equal to the others. For one instance, the Gamma is the only

Re: [Dri-devel] subscribers only policy established

2003-06-19 Thread Jos Fonseca
On Thu, Jun 19, 2003 at 10:17:51AM +0200, Michel Dänzer wrote: On Thu, 2003-06-19 at 02:28, José Fonseca wrote: On Wed, Jun 18, 2003 at 09:18:17PM +0200, Alexander Stohr wrote: for dri-announce, dri-devel, dri-users, dri-patches i have now enabled the mailman option

Re: [Dri-devel] Build from CVS and Savage4 chipset.

2003-06-19 Thread Jos Fonseca
On Wed, Jun 18, 2003 at 11:07:37AM -0300, Maximo wrote: At 09:19 PM 17/6/2003, José Fonseca wrote: I already read the glossary but what i wanted to know is how the interact with each other and what kind of information do they deal with. I don't really understand them and I may

Re: [Dri-devel] Savage vs r128

2003-06-18 Thread Jos Fonseca
On Wed, Jun 18, 2003 at 12:24:46PM +0600, Dimitry N. Naldaev wrote: HI Unfortunatly my notebook with Savage MX video subsystem is broken at the moment :',-( so I can not do real coding / testing for a while, but I am studing the problem an have some questions First of all, I have not

Re: [Dri-devel] Savage vs r128

2003-06-18 Thread Jos Fonseca
On Wed, Jun 18, 2003 at 10:37:49AM +0100, José Fonseca wrote: On Wed, Jun 18, 2003 at 12:24:46PM +0600, Dimitry N. Naldaev wrote: First of all, I have not any documentation for Savage chip, but I have Utah-GLX source and will refer to it The Utah-GLX is only source of information in

Re: [Dri-devel] CVS Update: xc (branch: trunk)

2003-06-18 Thread Jos Fonseca
On Wed, Jun 18, 2003 at 10:54:02AM +, Martin Spott wrote: Jos? Fonseca [EMAIL PROTECTED] wrote: I'm going to see if I can reproduce the problem and solve it. I'd like to help if anyone suggests how to do so, Sure, Martin. I didn't asked more of you since there have been some

Re: [Dri-devel] subscribers only policy established

2003-06-18 Thread Jos Fonseca
Alex, On Wed, Jun 18, 2003 at 09:18:17PM +0200, Alexander Stohr wrote: for dri-announce, dri-devel, dri-users, dri-patches i have now enabled the mailman option member_posting_only. this is done for stopping the major portion of spam as we have seen it coming via the list in recent times.

  1   2   3   >