aboutsummaryrefslogtreecommitdiff
path: root/icd/README.md
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2015-02-02 18:02:40 -0700
committerIan Elliott <ian@LunarG.com>2015-02-18 15:46:17 -0700
commit2c0301c988dcf6fa5e28ec5b69916ba2cf26cd5e (patch)
treedd8223e08331269a9cc44ff340c4a2c92b707385 /icd/README.md
parent7b8fee6cb12a92cd5c82f976ba2b8114d94290fc (diff)
downloadusermoji-2c0301c988dcf6fa5e28ec5b69916ba2cf26cd5e.tar.xz
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.
Diffstat (limited to 'icd/README.md')
-rw-r--r--icd/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/icd/README.md b/icd/README.md
index 0edaa05d..2c0b009a 100644
--- a/icd/README.md
+++ b/icd/README.md
@@ -1,6 +1,7 @@
This sample driver implementation provide multiple subcomponents required to build and test an Installable Client Driver (ICD):
- [Common Infrastructure](common)
- [Implementation for Intel GPUs](intel)
+- [Null driver](nulldrv)
- [*Sample Driver Tests*](../tests)
- Now includes Golden images to verify xgl_render_tests rendering.