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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From [EMAIL PROTECTED]  2005-08-31 07:46 -------
Fallout from previous commits:

grep -n "viaScreen->reg"
via_context.c:564:    vmesa->regMMIOBase = (GLuint *)((GLuint)viaScreen->reg);
via_context.c:565:    vmesa->pnGEMode = (GLuint *)((GLuint)viaScreen->reg + 
0x4);
via_context.c:566:    vmesa->regEngineStatus = (GLuint *)((GLuint)viaScreen->reg
+ 0x400);
via_context.c:567:    vmesa->regTranSet = (GLuint *)((GLuint)viaScreen->reg +
0x43C);
via_context.c:568:    vmesa->regTranSpace = (GLuint *)((GLuint)viaScreen->reg +
0x440);
via_screen.c:166:           drmUnmap(viaScreen->reg, gDRIPriv->regs.size);
via_screen.c:197:    drmUnmap(viaScreen->reg, gDRIPriv->regs.size);

viaScreen->reg is never assigned anymore.

I'm not certain why the drmAddress map change was necessary, but it will have
broken something, even though i'm seeing no adverse effects in running glxgears.
 But then, i didn't see anything with Bool as char either, amazingly.          
     
     
--           
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.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to