Does the Linux kernel have functions to convert images to palleted images? I want to display a 4bit palleted cursor, not too sure how to handle that in DRM. Some ideas I have:
* change DRM to handle palleted cursors * convert 32bit images in drivers * write library functions do convert * require the conversion to be done in userspace
thanks, Chris
On Tue, Mar 19, 2013 at 03:15:14PM -0400, Christopher Harvey wrote:
Does the Linux kernel have functions to convert images to palleted images? I want to display a 4bit palleted cursor, not too sure how to handle that in DRM. Some ideas I have:
- change DRM to handle palleted cursors
- convert 32bit images in drivers
- write library functions do convert
- require the conversion to be done in userspace
thanks, Chris
s/pallete/palette/
:S
dri-devel@lists.freedesktop.org