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=5835          
     
           Summary: xorg-server use wrong datatypes compiling
                    glcontextmodes.c imported from Mesa
           Product: Mesa
           Version: 6.4
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: GLX
        AssignedTo: mesa3d-dev@lists.sourceforge.net
        ReportedBy: [EMAIL PROTECTED]


The problem is that glcontextmodes.c being imported from Mesa sources to GL/glx
module of xorg-server does not include necessary server-related configuration
files. This is resulting in e.g. VisualID being typedef'd differently from other
glx files at least on amd64.
Therefore attempt to copy visual config using glcontextmodes.c results in
off-by-4byte error, and blue bits size is copied from alpha bit size, which
preclude detection of matching visuals later.          
     
     
--           
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.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to