LWN.net Logo

Advertisement

Front, Kernel, Security, Distributions, Development. See your byline here on LWN.net.

Advertise here

Between Fedora 12 and 13

Between Fedora 12 and 13

Posted Dec 1, 2009 13:18 UTC (Tue) by nix (subscriber, #2304)
In reply to: Between Fedora 12 and 13 by luya
Parent article: Between Fedora 12 and 13

Um, just about every graphics card out there has some sort of tiling (it's useful for locality-of-reference because it means that things close in space are close in memory). That doesn't mean it necessarily supports any 2D acceleration to speak of.


(Log in to post comments)

Between Fedora 12 and 13

Posted Dec 3, 2009 9:09 UTC (Thu) by luya (subscriber, #50741) [Link]

Except majority of modern videocards does not use deferred rendering method i.e only visible pixels are rendered, they use immediate mode rendering. That method reduces memory usage and can save power as well which explains why PowerVR chipset has become defacto in mobile world. Check out: http://www.imgtec.com/powervr/powervr-technology.asp

The videocard of old Dremcast uses same method being the predecessor of those chipsets.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds