Re: missing definition

2005-05-15 Thread Brian Paul
Ronny V. Vindenes wrote: fre, 13,.05.2005 kl. 08.56 -0400, skrev David Kesselring: I'm trying to build the software only mesa on cygwin but have a compile error for a missing definition. Would any of you know where to look for "M_E" from the following snip? t_vp_build.c, build_fog() case GL_EXP:

Re: full OpenGL vs OpenGL-ES

2005-05-15 Thread Jon Smirl
On 5/15/05, Adam Jackson <[EMAIL PROTECTED]> wrote: > On Sunday 15 May 2005 18:27, Jon Smirl wrote: > > On 5/15/05, Adam Jackson <[EMAIL PROTECTED]> wrote: > > > On Saturday 14 May 2005 10:45, Jon Smirl wrote: > > > > Our egl extension is supposed to expose the full OpenGL > > > > implementation, r

Re: full OpenGL vs OpenGL-ES

2005-05-15 Thread Adam Jackson
On Sunday 15 May 2005 18:27, Jon Smirl wrote: > On 5/15/05, Adam Jackson <[EMAIL PROTECTED]> wrote: > > On Saturday 14 May 2005 10:45, Jon Smirl wrote: > > > Our egl extension is supposed to expose the full OpenGL > > > implementation, right? For example egl Context is not exposing the > > > full O

Re: full OpenGL vs OpenGL-ES

2005-05-15 Thread Jon Smirl
On 5/15/05, Adam Jackson <[EMAIL PROTECTED]> wrote: > On Saturday 14 May 2005 10:45, Jon Smirl wrote: > > Our egl extension is supposed to expose the full OpenGL > > implementation, right? For example egl Context is not exposing the > > full OpenGL context. Don't we need some way to turn on full O

Re: full OpenGL vs OpenGL-ES

2005-05-15 Thread Adam Jackson
On Saturday 14 May 2005 10:45, Jon Smirl wrote: > Our egl extension is supposed to expose the full OpenGL > implementation, right? For example egl Context is not exposing the > full OpenGL context. Don't we need some way to turn on full OpenGL > support and then add all of the defines needed? I d

[Bug 3267] Rendering errors - Radeon 7500

2005-05-15 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 yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=3267 --- Additional Comments From [EMAIL PROTECTED] 2005-05-15 14:43 --- > Unf

Re: DRI lockup on R200, 2.6.11.7

2005-05-15 Thread Brian Paul
Ryan Richter wrote: On Sun, May 15, 2005 at 11:38:28AM +0100, Dave Airlie wrote: with XF4.3 you might need to use RADEON_NO_TCL=1 instead, I've no idea Nevermind, it's R200_NO_TCL=1. I'll start testing this out on Monday. By the way, what is TCL? :) Vertex Transformation, Clipping and Lighting. -

[Bug 3267] Rendering errors - Radeon 7500

2005-05-15 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 yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=3267 --- Additional Comments From [EMAIL PROTECTED] 2005-05-15 13:27 --- (In r

Re: DRI lockup on R200, 2.6.11.7

2005-05-15 Thread Ryan Richter
On Sun, May 15, 2005 at 11:38:28AM +0100, Dave Airlie wrote: > with XF4.3 you might need to use RADEON_NO_TCL=1 instead, I've no idea Nevermind, it's R200_NO_TCL=1. I'll start testing this out on Monday. By the way, what is TCL? :) -ryan ---

Re: DRI lockup on R200, 2.6.11.7

2005-05-15 Thread Ryan Richter
On Sun, May 15, 2005 at 11:38:28AM +0100, Dave Airlie wrote: > > If you are using bash: > > export tcl_mode=0 > > glxinfo > > will show that tcl is off: NO-TCL in the renderer string. > > start your programm from this shell and it should run in sw-tcl mode. > > > > Are you using r200_dri.so compile

[Bug 1394] Cannot compile. inl and outl undefined

2005-05-15 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 yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=1394 [EMAIL PROTECTED] changed: What|Removed |Added --

[Bug 3267] Rendering errors - Radeon 7500

2005-05-15 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 yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=3267 --- Additional Comments From [EMAIL PROTECTED] 2005-05-15 11:16 --- You n

[Bug 2195] switch radeon driver to t_vertex interface

2005-05-15 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 yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=2195 [EMAIL PROTECTED] changed: What|Removed |Added --

[Bug 3267] Rendering errors - Radeon 7500

2005-05-15 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 yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=3267 --- Additional Comments From [EMAIL PROTECTED] 2005-05-15 10:26 --- (In

Re: DRI lockup on R200, 2.6.11.7

2005-05-15 Thread Dave Airlie
> > this even applicable to this version of X? > > If you are using bash: > export tcl_mode=0 > glxinfo > will show that tcl is off: NO-TCL in the renderer string. > start your programm from this shell and it should run in sw-tcl mode. > > Are you using r200_dri.so compiled from current mesa-cvs re

Re: DRI lockup on R200, 2.6.11.7

2005-05-15 Thread Andreas Stenglein
Am 14.05.2005 21:17:07 schrieb(en) Ryan Richter: > I'm using Xfree 4.3 (Debian sid), so I don't think that will work. Is > this even applicable to this version of X? If you are using bash: export tcl_mode=0 glxinfo will show that tcl is off: NO-TCL in the renderer string. start your programm fro