common: add common code for all drivers
authorChia-I Wu <olvaffe@gmail.com>
Sun, 3 Aug 2014 01:55:18 +0000 (09:55 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 3 Aug 2014 23:54:08 +0000 (07:54 +0800)
commit2d37bf70ff10cf42c1fc4ef4cce39c66289aed02
tree5b56aa73354c9447c857010a6fe06125ace244e7
parent82790396a6f4a74218892f8765b5c8e33ba8e3da
common: add common code for all drivers

The common code includes

 - XGL API except xglInitAndEnumerateGpus
 - helper and utility functions
icd/CMakeLists.txt
icd/README [new file with mode: 0644]
icd/common/CMakeLists.txt [new file with mode: 0644]
icd/common/icd.c [new file with mode: 0644]
icd/common/icd.h [new file with mode: 0644]
xgl-generate.py