Re: [Dri-devel] Missing radeonEmitState in radeonValidateState?

2003-02-25 Thread Felix Kühling
On Mon, 24 Feb 2003 21:13:09 -0700 Keith Whitwell <[EMAIL PROTECTED]> wrote: > Keith Whitwell wrote: > > Michel Dänzer wrote: > > > >> On Son, 2003-02-09 at 23:40, Keith Whitwell wrote: > >> > >>> Felix Kühling wrote: > >>> > On Sun, 09 Feb 2003 09:53:55 -0700 > Keith Whitwell <[EMAIL P

Re: [Dri-devel] Missing radeonEmitState in radeonValidateState?

2003-02-25 Thread David Bronaugh
On Mon, 24 Feb 2003 21:13:09 -0700 Keith Whitwell <[EMAIL PROTECTED]> wrote: > >> > >> What became of this? It seems to fix the flag in bzflag having the wrong > >> texture with the r200 driver with SW TCL as well. > > > > > > I think I figured out the underlying problem. > > > > In core mesa, a

Re: [Dri-devel] Radeon 9000Pro hangs with current DRM

2003-02-25 Thread Jaakko Niemi
Alan Cox <[EMAIL PROTECTED]> writes: > On Mon, 2003-02-24 at 22:14, Jaakko Niemi wrote: >> Just a data point, things seem stable with my 9100 with XFree86 4.3-pre >> and drm from cvs head. Bots were whacking each other in one q3 mod for >> 18 hours.. > > What chipset. My problems are AGP 1x on

Re: [Dri-devel] Missing radeonEmitState in radeonValidateState?

2003-02-25 Thread Felix Kühling
On Tue, 25 Feb 2003 00:46:36 -0800 David Bronaugh <[EMAIL PROTECTED]> wrote: > On Mon, 24 Feb 2003 21:13:09 -0700 > Keith Whitwell <[EMAIL PROTECTED]> wrote: > > >> > > >> What became of this? It seems to fix the flag in bzflag having the wrong > > >> texture with the r200 driver with SW TCL as we

Re: [Dri-devel] S3 Savage4 DRI driver status update

2003-02-25 Thread Lorenzo Ansaloni
The link seems to be incorrect ... thanks [EMAIL PROTECTED]@n Il lun, 2003-02-24 alle 17:38, José Fonseca ha scritto: > You can download the Savage4 specs from > http://jrfonseca.dyndns.org/misc/savage/ and notify me when you finish > so I can erase them. > > They were downloaded from Keith Packa

Re: [Dri-devel] S3TC (again)

2003-02-25 Thread Sven Luther
On Mon, Feb 24, 2003 at 06:44:05PM -0800, Ian Romanick wrote: > Sven Luther wrote: > >On Mon, Feb 24, 2003 at 09:48:42AM -0800, Ian Romanick wrote: > > > >>What about apps that send uncompressed textures into the driver, expect > >>the driver to compress then, and then read the textures back? Acc

Re: [Dri-devel] S3 Savage4 DRI driver status update

2003-02-25 Thread José Fonseca
On Tue, Feb 25, 2003 at 12:00:19PM +0100, Lorenzo Ansaloni wrote: > The link seems to be incorrect ... Indeed, I had upload it to another directory by mistake. But _why_ did you replied my private email to the list!? If I wanted to everybody to download these I would post the URL to the list myse

Re: [Dri-devel] Radeon 9000Pro hangs with current DRM

2003-02-25 Thread Michel Dänzer
On Mon, 2003-02-24 at 01:45, hy0 wrote: > > Anyway, basically most registers belonging to 2D and 3D engines are FIFOed, > while the registers belonging to the display engine (like crtc, dac, cursor, > fp, palette, overlay...) are not. Thanks. I suspect there's no simple rule as with Mach64 then,

Re: [Dri-devel] module release method, threads, pids

2003-02-25 Thread Steven Newbury
Keith Whitwell wrote: Linus Torvalds wrote: On Sat, 22 Feb 2003, Keith Whitwell wrote: What about processes that *don't* do a close - that just use an fd and exit. The exit does a close, and you'll see a flush() from the dying process (and a release() if that was the last user). In the threa

Re: [Dri-devel] Final new code in texmem-0-0-1 branch

2003-02-25 Thread Brian Paul
Ian Romanick wrote: NOTE TO IHVs: If you make binary-only drivers, READ THIS as it will effect you! Today I am sending out the last of the patches that I intend to commit to the texmem-0-0-1 branch. After these patches are committed and Leif is satisfied with the state of the r128 driver, I wi

Re: [Dri-devel] Final new code in texmem-0-0-1 branch

2003-02-25 Thread Ian Romanick
Brian Paul wrote: Ian Romanick wrote: [snip] The functions __glXEnableExtension and __glXDisableExtension take a name of an extension and either enable or disable the extension. This mirrors the functionality of _mesa_enable_extension and _mesa_disable_extension. The function __glXAddExtensi

Re: [Dri-devel] Adding extensions to the indirect path?

2003-02-25 Thread Ian Romanick
Brian Paul wrote: Ian Romanick wrote: An issue was recently found with some extensions that are part of the OpenGL core that are not exported by the indirect path. By exported I mean that they are not listed by GL_EXTENSIONS. This caused at least on hic-up when trying to test UT2k3 with 'LIBG

Re: [Dri-devel] Missing radeonEmitState in radeonValidateState?

2003-02-25 Thread Michel Dänzer
On Die, 2003-02-25 at 05:13, Keith Whitwell wrote: > > > > I think I figured out the underlying problem. > > > > In core mesa, all statechanges are preceded by a call to > > ctx->Driver.FlushVertices(), to ensure all buffered vertices are fired > > before the state is changed. This is currentl

[Dri-devel] (no subject)

2003-02-25 Thread erek
Definition problems with SPINUNINIT (too many arguments) and mtx_destroy (not defined at all via includes or other) under FreeBSD 4.7-RELEASE causing `make -f Makefile.bsd' to fail, corrected. Index: programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/Makefile.bsd ==

[Dri-devel] FreeBSD Patch [build failure]

2003-02-25 Thread erek
*Ignore previous message, multiple ergregious erros* In programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/ `make -f Makefile.bsd' fails due to definition problems with SPINUNINIT and mtx_destroy, both have been corrected. Index: programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_os_