Linked by Thom Holwerda on Thu 13th Dec 2007 18:27 UTC, submitted by SEJeff
Thread beginning with comment 290899
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: GTK uses the CPU
by dylansmrjones on Sat 15th Dec 2007 14:10
in reply to "RE[2]: GTK uses the CPU"
True, it requires a composite manager to work. They need cairo compiled with glitz to work, as it is. But without a composite manager it is just waste of good memory and harddisk space.
EDIT: And would a certain person please stop with his consistent down-modding of all my posts? (Not directed at Werecatf) -
Edited 2007-12-15 14:13 UTC





Member since:
2006-02-15
GTK+ on my machine supports 3D hardware acceleration through Cairo.
Mmmno. As much as I personally like GTK+ and Cairo I just have to correct you here: GTK+ devs have not seen it necessary to make Cairo use Glitz for rendering. As such, Cairo (when used by GTK+) does use software rendering. Even if Cairo is indeed compiled with Glitz support it still isn't used unless specified by the application/library utilizing Cairo.
Now what I would find interesting would be a benchmark between normal GTK+ vs. patched GTK+ with Glitz enabled.