Are any of the DRI developers watching the drivers_video-dri account
on kernel bugzilla? bugme.kernel.org.
Begin forwarded message:
Date: Thu, 22 Jan 2004 13:28:22 -0800
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Bugme-new] [Bug 1940] New: System hang on resume if DRI is enabled
Here's a small patch which makes color / blend logic ops work with
r200/radeon (untested on radeon). It's actually a copy&paste job from
the mesa sources, mesa has the comment
/* This is needed to support 1.1's RGB logic ops AND
* 1.0's blending logicops.
*/
wherever it tries to figure
On Thu, 2004-01-22 at 13:59, Roland Scheidegger wrote:
> Michel DÃnzer wrote:
> >
> > Indeed, I had forgotten about something I had been playing with, see
> > attachment. Looks like the stuff in the block needs to be done
> > unconditionally as well?
> With this patch attached, endgame indeed wo
What is the correct typedef for PFNGLXGETUSTPROC? glxclient.h has:
typedef int (* PFNGLXGETUSTPROC) ( int64_t * ust );
and it is used as a signed quantity in glxcmds.c.
But most drivers use uint64_t, and src/glx/mini/dri_util.h in the Mesa
trunk uses unsigned:
typedef int (* PFNGLXGETUSTPROC)
On Thu, 2004-01-22 at 13:03, Keith Whitwell wrote:
> Michel DÃnzer wrote:
>
> >>I'm using your http://penguinppc.org/~daenzer/DRI/r200-attenuation-2.diff
> >>patch
> >
> > So am I; BTW, does everyone agree it's better than the first cut?
>
> Yep.
Thanks, committed.
--
Earthling Michel DÃnze
On Thu, 2004-01-22 at 10:54, Felix KÃhling wrote:
> On Thu, 22 Jan 2004 00:17:54 +0100
> Michel DÃnzer <[EMAIL PROTECTED]> wrote:
>
> [snip]
> > > btw the same code is also in the radeon driver. If endgame doesn't work
> > > there correctly, it's likely for the same reason I guess.
> >
> > Yeah,
Page flipping works okay in R200, except for one glitch
If you switch to another tty from X and then back, it starts
"jittering", like the vertical hold is messed up.
In radeon (well, when I was still using it), when a GL app starts, page
flipping makes all the text on the screen flicker - it s
On Fri, 2004-01-23 at 02:28, Michel DÃnzer wrote:
>
> [...] (works with current libGL):
Actually, most if not all textured apps spew
[driAllocateTexture:577] unable to allocate texture
all over the place and seem to fall back to software rendering. In
contrast to the other problem, this doesn't
I'm normally using the libGL from my 2003.10.05 snapshot packages, and
the current r200 driver segfaults with that (works with current libGL):
0x0eb1a908 in driBindContext2 (dpy=0x100160f8, scrn=0, draw=102760450,
read=102760450, gc=0x1001a6c0) at dri_util.c:447
447 pcp->driDrawablePriv =
Am Donnerstag, 22. Januar 2004 02:01 schrieb Roland Scheidegger:
> Michel DÃnzer wrote:
> > On Thu, 2004-01-22 at 00:16, Roland Scheidegger wrote:
> >> samples/sphere: the texture on the sphere looks wrong, almost
> >> reversed (seems to be the same problem as with isosurf, both use
> >> GL_SPHERE_
Am Donnerstag, 22. Januar 2004 19:12 schrieb Keith Whitwell:
> Roland Scheidegger wrote:
> > Keith Whitwell wrote:
> >>> Index: r200_state.c
> >>> ===
> >>> RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/r200/r200_state.c,v
> >>> retrie
Am Donnerstag, 22. Januar 2004 02:01 schrieb Roland Scheidegger:
> Michel DÃnzer wrote:
> > On Thu, 2004-01-22 at 00:16, Roland Scheidegger wrote:
> >> samples/sphere: the texture on the sphere looks wrong, almost
> >> reversed (seems to be the same problem as with isosurf, both use
> >> GL_SPHERE_
Roland Scheidegger wrote:
Keith Whitwell wrote:
Index: r200_state.c
===
RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/r200/r200_state.c,v
retrieving revision 1.6
diff -p -u -r1.6 r200_state.c
--- r200_state.c27 Dec 2003 22:06:39 -
Keith Whitwell wrote:
Index: r200_state.c
===
RCS file: /cvs/mesa/Mesa/src/mesa/drivers/dri/r200/r200_state.c,v
retrieving revision 1.6
diff -p -u -r1.6 r200_state.c
--- r200_state.c27 Dec 2003 22:06:39 -1.6
+++ r200_state.
On Wed 2004-01-21 at 23:53 Daniel Kasak wrote:
> Subject: i810-issues-DRI
> ...
> I just upgraded to 4.3.99.902, which is the latest version of XFree86...
> I had great success to start with.
> ... after another reboot, the computer locked hard while starting X
>
> And then without ma
Matt Sealey wrote:
Is anyone here on the ARB so they can go bug for these specs to be
made part of the OpenGL core?
Anyone can join the ARB as a "contributor". Or, post to the one of
the OpenGL forums on www.opengl.org. People at the major ISVs read
those forums.
> With OpenML etc. popping up
Michel DÃnzer wrote:
Removing only the state test does absolutely nothing for endgame
(4.05 or 4.14) unfortunately for me. Maybe we have different other
patches attached?
Indeed, I had forgotten about something I had been playing with, see
attachment. Looks like the stuff in the block needs to b
Michel DÃnzer wrote:
I'm using your http://penguinppc.org/~daenzer/DRI/r200-attenuation-2.diff
patch
So am I; BTW, does everyone agree it's better than the first cut?
Yep.
Index: r200_state.c
===
RCS file: /cvs/mesa/Mesa/src/mes
Felix Kühling wrote:
On Thu, 22 Jan 2004 00:16:52 +0100
Roland Scheidegger <[EMAIL PROTECTED]> wrote:
[snip]
xdemos/glthreads: I didn't have the courage to test this (I just didn't
feel like rebooting ;-)) - in the past it always locked up immediately
when at least 33 threads were specified, or
On Thu, 22 Jan 2004 00:16:52 +0100
Roland Scheidegger <[EMAIL PROTECTED]> wrote:
[snip]
> xdemos/glthreads: I didn't have the courage to test this (I just didn't
> feel like rebooting ;-)) - in the past it always locked up immediately
> when at least 33 threads were specified, or locked up after
On Thu, 22 Jan 2004 00:17:54 +0100
Michel Dänzer <[EMAIL PROTECTED]> wrote:
[snip]
> > btw the same code is also in the radeon driver. If endgame doesn't work
> > there correctly, it's likely for the same reason I guess.
>
> Yeah, and I wonder whether attenuation works there or needs some of the
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter your comments there.
http://bugs.xfree86.org/show_bug.cgi?id=1091
--- Additional Comments From [EMAIL PROTECTED] 2004-01-21 17:33 ---
I realize that,
22 matches
Mail list logo