nulldrv: Creation of the nulldrv, for use on Windows.
authorDavid Pinedo <david@lunarg.com>
Tue, 3 Feb 2015 01:02:40 +0000 (18:02 -0700)
committerIan Elliott <ian@LunarG.com>
Wed, 18 Feb 2015 22:46:17 +0000 (15:46 -0700)
commit2c0301c988dcf6fa5e28ec5b69916ba2cf26cd5e
treedd8223e08331269a9cc44ff340c4a2c92b707385
parent7b8fee6cb12a92cd5c82f976ba2b8114d94290fc
nulldrv: Creation of the nulldrv, for use on Windows.

Since the sample Intel driver hasn't been ported to Windows, this nulldrv is
being used to bootstrap Windows support.  It can also provide a hint to new
IHV's for how to set the magic number.
15 files changed:
.gitignore
CMakeLists.txt
icd/CMakeLists.txt
icd/README.md
icd/common/CMakeLists.txt
icd/common/icd-alloc.c
icd/common/icd-format.h
icd/common/icd-utils.h
icd/common/icd.h
icd/nulldrv/CMakeLists.txt [new file with mode: 0644]
icd/nulldrv/README.md [new file with mode: 0644]
icd/nulldrv/XGL_nulldrv.def [new file with mode: 0644]
icd/nulldrv/nulldrv.c [new file with mode: 0644]
icd/nulldrv/nulldrv.h [new file with mode: 0644]
include/xglWsiWinExt.h [new file with mode: 0644]