JensOwen | f629f22 | 2014-11-01 14:05:50 -0600 | [diff] [blame] | 1 | # Intel Sample Driver |
| 2 | |
| 3 | This directory provides support for the Intel Haswell, Ivy Bridge and Sandy Bridge GPUs: |
| 4 | - Top level directory is the OS-independent API support |
| 5 | - [compiler](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/compiler) contains BIL->Intel ISA compiler |
| 6 | - [kmd](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/kmd) contains OS kernel mode driver abstraction |
| 7 | - [genhw](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel/genhw) contains autogenerated HW interface |
JensOwen | b5ea329 | 2014-11-02 11:01:19 -0700 | [diff] [blame] | 8 | |
| 9 | Implementation status is available in the [API Entry Point Table](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/LunarG/XGL-Sample-Driver-Entrypoint-Status-31-Oct-2014.pdf) |