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=6240          
     




------- Additional Comments From [EMAIL PROTECTED]  2006-10-02 08:31 -------
Your test program is flawed.  You can't just create your own XVisualInfo
structure by filling in the fields yourself.  You need to a visualinfo returned
by glXChooseVisual(), or XMatchVisualInfo(), etc.  As it is, Mesa's getting
totally confused by the fact that the visualinfo you're constructing is
inconsistant with what's returned by XDefaultVisual(disp, XDefaultScreen(disp).;

There's several programs in Mesa/progs/xdemos/ that you can look at for 
examples.

After you've fixed your program, either close this bug if things work, or attach
the new test program.
          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to