|
From: Christopher P W. <softpixel.com> <cw...@so...> - 2002-03-21 20:32:19
|
> There are in the 2.5.x kernels any plans to add support for HW > acceleration of primitives (lines, rectangles etc.) of the fbdev from > the user space? > > Best wishes, > > MArian Krivos. unfortunatly, I don't think this will even happen with fbdev. fbdev's job is just mode setting and information collecting. some minor accelerations come with bitblt, but this may not be general use (does the tux boot logo). However, a library could make use of the information provided by fbdev to accelerate in userspace. ttyl chris |