They're less funky now (see my somewhat dyslexic commit message in
r128_texstate.c), but there are still some state(?) problems remaining:
e.g. herring turning into trees in tuxracer...
On Fri, 6 Dec 2002, Alan Hourihane wrote:
> In fact, don't do a texmem-to-trunk just yet :)
>
> I extre
Alan Hourihane wrote:
CVSROOT: /cvsroot/dri
Module name: xc
Repository: xc/xc/lib/GL/mesa/src/drv/r128/
Changes by: alanh@sc8-pr-cvs1. 02/12/05 16:22:45
Log message:
texture units are 0 and 1, not 1 and 2.
Textures are still a bit funky yet
Nice. The problem I saw but haven't fixed yet
On Thu, Dec 05, 2002 at 09:45:49PM -0500, Leif Delgass wrote:
> There are still texture problems though, particularly with multitexture.
> Try multiarb.
Right, There are a few problems left with single texturing too. Run 'fire'.
I have noticed though (may help in multitexturing) that the 'unit'
72 Hours To Success
If you are a motivated and qualified communicator
I will personally demonstrate to you a system
that will make you $1,000 per week or more! This is
NOT mlm.
Call our 24 hour pre-recorded number to get the
details. Don't waste another minute! Ca
Hi,
I recently upgraded the kernel on my laptop to latest for Red Hat 7.2, called
2.4.18-18.7.x. I then tried to reinstall DRI from the latest dripkg (dated
12/4/2002). The laptop has a Mach64 Rage Mobility graphics chip. After all
these upgrades, I can no longer get hardware acceleration. The
Hi,
In looking at a problem I was having with the DRM, I noticed that in dripkg
in the file ./drm/Makefile.linux, near the bottom there's a dependency line:
$(MACHOBJS): $(MACH64HEADERS)
which should be
$(MACH64OBJS): $(MACH64HEADERS)
so that the mach64.o module is recompiled if one of the DRM
On Fre, 2002-12-06 at 15:32, Allen Barnett wrote:
>
> I recently upgraded the kernel on my laptop to latest for Red Hat 7.2, called
> 2.4.18-18.7.x. I then tried to reinstall DRI from the latest dripkg (dated
> 12/4/2002). The laptop has a Mach64 Rage Mobility graphics chip. After all
> these
On Don, 2002-12-05 at 21:03, Martin Spott wrote:
>
> In purpose of producing some gdb-output I started an X server without any
> further function - just by running 'X', no xdm query, nothing. I'm using an
> X server and OpenGL libraries built from today's DRI CVS trunk. Then I
> connected as root
On Fri, 6 Dec 2002 09:32:14 -0500
Allen Barnett <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I recently upgraded the kernel on my laptop to latest for Red Hat 7.2, called
> 2.4.18-18.7.x. I then tried to reinstall DRI from the latest dripkg (dated
> 12/4/2002). The laptop has a Mach64 Rage Mobility gr
On Fri, Dec 06, 2002 at 12:08:47AM +, Alan Hourihane wrote:
> On Thu, Dec 05, 2002 at 08:16:57AM -0800, Ian Romanick wrote:
> > The commit of the merge is done. I checked-out the branch and compared it
> > with my repository, and everything looks good.
> >
> > I do apologize for not properly
Am Freitag, 6. Dezember 2002 16:31 schrieb Felix Kühling:
> On Fri, 6 Dec 2002 09:32:14 -0500
>
> Allen Barnett <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I recently upgraded the kernel on my laptop to latest for Red Hat 7.2,
> > called 2.4.18-18.7.x. I then tried to reinstall DRI from the latest
Am Freitag, 6. Dezember 2002 17:05 schrieb Ian Romanick:
> On Fri, Dec 06, 2002 at 12:08:47AM +, Alan Hourihane wrote:
> > On Thu, Dec 05, 2002 at 08:16:57AM -0800, Ian Romanick wrote:
> > > The commit of the merge is done. I checked-out the branch and compared
> > > it with my repository, and
On Fri, Dec 06, 2002 at 04:29:14PM +0100, Michel Dänzer wrote:
> So apparently the problem stems from the interaction between 3D and 2D,
> e.g. missing synchronization, locking problems, indirect buffer issues,
This is my impression.
I did another run, I did a local login via xdm and killed every
Thanks, I've committed this.
On Fri, 6 Dec 2002, Allen Barnett wrote:
> Hi,
> In looking at a problem I was having with the DRM, I noticed that in dripkg
> in the file ./drm/Makefile.linux, near the bottom there's a dependency line:
>
> $(MACHOBJS): $(MACH64HEADERS)
>
> which should be
>
> $(
On Thu, Dec 05, 2002 at 04:40:00PM -0800, magenta wrote:
> On Thu, Dec 05, 2002 at 03:56:09PM -0800, Ian Romanick wrote:
> > >
> > > But it's not even supported in the DRI driver on the R100... It's not like
> > > the wrapper can magically make functionality which isn't there to begin
> > > with
Sorry for continuing this thread but I think there are some open issues:
1. There is a memory leak (or something similar) in the mach64 driver
since consecutive calls to the Xv driver fails . (With a call to a
GL application in between)
2. Does the lack of feedback indicate that the issue i
On Fri, Dec 06, 2002 at 09:26:49AM -0800, Ian Romanick wrote:
> On Thu, Dec 05, 2002 at 04:40:00PM -0800, magenta wrote:
> > On Thu, Dec 05, 2002 at 03:56:09PM -0800, Ian Romanick wrote:
> > >
> > > It is one way. It's the way that the OpenGL ARB has sanctified with an
> > > extension. It's not
> > > I recently upgraded the kernel on my laptop to latest for Red Hat
> > > 7.2, called 2.4.18-18.7.x. I then tried to reinstall DRI from the
> > > latest dripkg (dated 12/4/2002). The laptop has a Mach64 Rage
> > > Mobility graphics chip. After all these upgrades, I can no longer
> > > get har
On Fri, 6 Dec 2002, Svante Signell wrote:
> Sorry for continuing this thread but I think there are some open issues:
>
> 1. There is a memory leak (or something similar) in the mach64 driver
>since consecutive calls to the Xv driver fails . (With a call to a
>GL application in between)
>
On Die, 2002-12-03 at 23:17, Felix Kühling wrote:
>
> I just tried glaxium myself. And it freezes the Xserver here too.
> However, I don't have to move the window :-/ it always freezes about 3
> seconds after I enter the game. I also tried it without TCL. Then it
> seemed to run fine (at least a
20 matches
Mail list logo