To view parent comment, click here.
To read all comments associated with this story, please click here.
I think he's talking about the RENDER extension, which does antialiasing of fonts and other stuff inside windows. Compositing is another extension altogether and deals with the windows itself, providing graphics contexts for X apps to draw on. The drawing is done with RENDER. RENDER works without the compositing extension and has acceptable unaccelerated performance.
It was just a simple misunderstanding, kid. Fonts are anti-aliased with help of the RENDER extension, and this is supported without compositing in most (all?) modern window managers, and works well with no hardware acceleration at all. You were talking about window borders, which have different needs, as windows are moved around over different backgrounds all the time. When dragging a text block off a window, you need compositing for anti-aliasing.




Member since:
2005-11-12
I suggest you go learn about this sort of thing before comparing what gets anti-aliased, what doesn't and why.