--- Michel Dänzer <[EMAIL PROTECTED]> wrote:

> On Thu, 2005-01-20 at 20:09 +0100, Jacek Rosik wrote:
> > 
> > Anyway I don't think that these groups would be multiple of 2048. I
> > can't set offset to any value, it must be aligned as i wrote before.
> So
> > this would be something around 2040. Or, am I missing something?
> 
> The alignment only matters for the first group I think, the other ones
> will automatically be aligned.
> 
This is correct.  Just out of curiosity is it posible to have the viewport
be smaller then 2048, something better/diffrent then using a cliprect. 
The reason I ask is that I'd like to play around with rendering to
slivers(6 * Y) vs (128 * Y). It would look ugly to have more then just
OFFSET == (X | 16), I.E. if Y > 2048 and (Y - X) < 4096; OFFSET = ((X - (Y
- X) / 4) | 16).

> 
> -- 
> Earthling Michel Dänzer      |     Debian (powerpc), X and DRI developer
> Libre software enthusiast    |   http://svcs.affero.net/rm.php?r=daenzer
> 
> 
> -------------------------------------------------------
> 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
> Dri-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dri-devel
> 



                
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 



-------------------------------------------------------
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
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to