winsys/android: new SW winsys for Android
authorChia-I Wu <olvaffe@gmail.com>
Thu, 18 Aug 2011 02:17:10 +0000 (10:17 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sat, 20 Aug 2011 18:01:48 +0000 (02:01 +0800)
commit8e54c47a6163d437cc44bc1b6ea6e0cfa6d4e774
tree399f192723ef496614fe6ff29576d0818fbb9a58
parent00b365bc78c131bfd1c19bb22ac55e36f4e8f3c5
winsys/android: new SW winsys for Android

On Android, color buffers are passed between server and clients as
opaque buffer_handle_t.  This winsys makes use of gralloc, which
provides a generic way to map and unmap buffer_handle_t for CPU access.
src/gallium/winsys/sw/android/android_sw_winsys.cpp [new file with mode: 0644]
src/gallium/winsys/sw/android/android_sw_winsys.h [new file with mode: 0644]