Re: [Dri-devel] Mesa driver docs

2004-04-30 Thread Vladimir Dergachev
On Fri, 30 Apr 2004, Stephane Marchesin wrote: > > I think I saw a document on how to build a "bare" Mesa driver, but I don't > > seem to find it anymore - could someone e-mail me a link ? > > > > I vaguely remember it talking about needing a Context function and at > > least two functions to re

[Dri-devel] r100/200 drawpixels acceleration

2004-04-30 Thread Stephane Marchesin
Hi, I've been trying to get {read,draw}pixels acceleration for the r100 driver by adapting existing code from the r200 and adding a temporary dma buffer. So I've made this little patch to the r200 driver that's supposed to accelerate drawpixels using dma. However a similar patch doesn't work on

Re: [Dri-devel] [PATCH] Linux 2.6: Use userland firmware loading for Radeon, R128

2004-04-30 Thread Michel Dänzer
On Thu, 2004-04-29 at 22:34, Nathanael Nerode wrote: > Michel DÃnzer wrote: > > On Mon, 2004-04-26 at 00:12, Nathanael Nerode wrote: > > > >>+ if (dev_priv->is_r200) > >>+ filename="r200_cp_microcode"; > >>+ else > >>+ filename="radeon_cp_microcode"; > > >

Re: [Dri-devel] Mesa driver docs

2004-04-30 Thread Stephane Marchesin
> I think I saw a document on how to build a "bare" Mesa driver, but I don't > seem to find it anymore - could someone e-mail me a link ? > > I vaguely remember it talking about needing a Context function and at > least two functions to read and write pixel. > I think you're talking about this w

[Dri-devel] new s3tc texture compression patch (for mesa's new compression framework)

2004-04-30 Thread Roland Scheidegger
Here's a new version of the texture compression patch. Changes: - Thanks to Brian's changes all (core mesa) changes are now in only one file (texcompress_s3tc.c), except one boolean variable. - the texel fetch code works again (not sure why it didn't work last time) - some small cleanups in the l

[Dri-devel] Re: Kernel Build Failure in 2.4.26 in drm/r128_drv.c

2004-04-30 Thread Wolfgang Köbler
Hi, On 29-Apr-2004 Wolfgang Köbler wrote: > PS: I write to you because of section DRM DRIVERS in the MAINTAINERS file > and section "Martin Schulze" in CREDITS file in linux kernel 2.4.26 source. [EMAIL PROTECTED] does not seem to exist (Mail Delivery Failure) Who can update the linux kernel MAIN

[Dri-devel] Re: Kernel Build Failure in 2.4.26 in drm/r128_drv.c

2004-04-30 Thread Martin Schulze
Wolfgang Köbler wrote: > Hi, > > On 29-Apr-2004 Wolfgang Köbler wrote: > > PS: I write to you because of section DRM DRIVERS in the MAINTAINERS file > > and section "Martin Schulze" in CREDITS file in linux kernel 2.4.26 source. > [EMAIL PROTECTED] does not seem to exist (Mail Delivery Failure) >

[Dri-devel] Mesa driver docs

2004-04-30 Thread Vladimir Dergachev
I think I saw a document on how to build a "bare" Mesa driver, but I don't seem to find it anymore - could someone e-mail me a link ? I vaguely remember it talking about needing a Context function and at least two functions to read and write pixel. thank you !