[Dri-devel] Fw: [Bugme-new] [Bug 1940] New: System hang on resume if DRI is enabled

2004-01-22 Thread Andrew Morton
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

[Dri-devel] fix for logic blend/color ops (radeon / r200)

2004-01-22 Thread Roland Scheidegger
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

Re: [Dri-devel] r200 color material enable fix / endgame

2004-01-22 Thread Michel Dänzer
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

[Dri-devel] PFNGLXGETUSTPROC argument signed or unsigned?

2004-01-22 Thread David Dawes
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)

Re: [Dri-devel] r200 color material enable fix / endgame

2004-01-22 Thread Michel Dänzer
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

Re: [Dri-devel] r200 color material enable fix / endgame

2004-01-22 Thread Michel Dänzer
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,

[Dri-devel] bug with page flipping in R200 (and radeon)

2004-01-22 Thread Robert F Merrill
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

[Dri-devel] Re: libGL backwards compatibility broken

2004-01-22 Thread Michel Dänzer
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

[Dri-devel] libGL backwards compatibility broken

2004-01-22 Thread Michel Dänzer
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 =

Re: [Dri-devel] even more r200 mesa test failures

2004-01-22 Thread Dieter Nützel
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_

Re: [Dri-devel] r200 color material enable fix / endgame

2004-01-22 Thread Dieter Nützel
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

Re: [Dri-devel] even more r200 mesa test failures

2004-01-22 Thread Dieter Nützel
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_

Re: [Dri-devel] r200 color material enable fix / endgame

2004-01-22 Thread 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 retrieving revision 1.6 diff -p -u -r1.6 r200_state.c --- r200_state.c27 Dec 2003 22:06:39 -

Re: [Dri-devel] r200 color material enable fix / endgame

2004-01-22 Thread Roland Scheidegger
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.

[Dri-devel] i810-issues-DRI

2004-01-22 Thread Wlodzimierz Kozlowski
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

Re: [Dri-devel] GL_MESA_ycbcr_texture and GL_NVX_ycrcb

2004-01-22 Thread Brian Paul
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

Re: [Dri-devel] r200 color material enable fix / endgame

2004-01-22 Thread Roland Scheidegger
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

Re: [Dri-devel] r200 color material enable fix / endgame

2004-01-22 Thread Keith Whitwell
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

Re: [Dri-devel] even more r200 mesa test failures

2004-01-22 Thread Keith Whitwell
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

Re: [Dri-devel] even more r200 mesa test failures

2004-01-22 Thread Felix Kühling
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

Re: [Dri-devel] r200 color material enable fix / endgame

2004-01-22 Thread Felix Kühling
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

[Dri-devel] [Bug 1091] SecondaryColor & FogCoord not support for indirect rendering

2004-01-22 Thread bugzilla-daemon
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,