libkms: Rework interface to not duplicate fields from kms and make formats explicit
authorJakob Bornecrantz <jakob@vmware.com>
Sat, 23 Jan 2010 01:41:49 +0000 (01:41 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Thu, 28 Jan 2010 16:32:54 +0000 (17:32 +0100)
commit44a0e0a099eeeb6501359f08449dcaa5e9899398
tree2bf83614ef44ed81cb16060e7601275c306969c1
parentf2730574f2d204eee62d6f37aa56567bd2d94a26
libkms: Rework interface to not duplicate fields from kms and make formats explicit

List of changes:
Fixes the cursor size to 64x64, you still need ti supply width and height
Explicitly make the cursor format A8R8G8B8
Explicitly make the scanout format X8R8G8B8
libkms/api.c
libkms/intel.c
libkms/libkms.h
libkms/vmwgfx.c
tests/kmstest/main.c