this is something to do with double buffering no sure what is going wrong
though, probably getting a doubled buffered visual and using it as single
or somthing...

adding
  glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE );
to the main before CreateWindow
and
   glutSwapBuffers();
to the end if display make it work for me on my mach64...

Dave.

On Wed, 6 Aug 2003, Nathan Gray wrote:

> Hello,
>
> This is an example from an opengl tutorial that I'm trying out.  If I run it
> with LIBGL_ALWAYS_INDIRECT it works fine, but with direct rendering I just
> get a blank window.  I'm using the radeon driver from recent CVS (checked
> out yesterday anonymously) on a Dell Inspiron 4150 w/Radeon Mobility M7.
>
> Any ideas?
>
> Thanks,
> -n8
>
>

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / [EMAIL PROTECTED]
pam_smb / Linux DECstation / Linux VAX / ILUG person



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to