2008/11/28 My Own Linux <[EMAIL PROTECTED]>: > Thanks ! > > One more question : How does Xlib handle the drawing of points, lines, > rectangle ? Does it use any library like GD Graphics Library or it > does it on its own ?
The video driver for your video card is given an opportunity to draw it. It the video driver decides to not draw it, then it falls back to being drawn in software. Xorg is currently moving to using the 'pixman' library to do all the software rendering. John _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
