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




------- Additional Comments From [EMAIL PROTECTED]  2005-02-05 09:48 -------
OK, tested with vdma off which works around the lockup and as expected there 
still are some residual problems with moving windows ... try adding 

   glEnable (GL_SCISSOR_TEST);
   glScissor (20, 20, 100, 100);

to init() in Mesa/progs/redbook/hello.c and you'll see that the scissor doesn't
move with the window. 

Seems the easiest fix would just to create a temporary rectangle to
pass to savageIntersectClipRects in savageFlushCmdBufLocked from
ctx->Scissor and the current window position. There also looks like there
is a lot of dead code in savage_state.c about scissoring that could be
cleaned up.


Looks like           
     
     
--           
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to