tree: 4a79a04856ee22961b9303064a329cbfa8de0da7 [path history] [tgz]
  1. compiler/
  2. genhw/
  3. kmd/
  4. CMakeLists.txt
  5. cmd.c
  6. cmd.h
  7. cmd_decode.c
  8. cmd_meta.c
  9. cmd_mi.c
  10. cmd_pipeline.c
  11. cmd_prepare.c
  12. cmd_priv.h
  13. dev.c
  14. dev.h
  15. dset.c
  16. dset.h
  17. event.c
  18. event.h
  19. fence.c
  20. fence.h
  21. format.c
  22. format.h
  23. gpu.c
  24. gpu.h
  25. img.c
  26. img.h
  27. intel.c
  28. intel.h
  29. layout.c
  30. layout.h
  31. mem.c
  32. mem.h
  33. obj.c
  34. obj.h
  35. pipeline.c
  36. pipeline.h
  37. query.c
  38. query.h
  39. queue.c
  40. queue.h
  41. README.md
  42. sampler.c
  43. sampler.h
  44. shader.c
  45. shader.h
  46. state.c
  47. state.h
  48. view.c
  49. view.h
  50. wsi_x11.c
  51. wsi_x11.h
icd/intel/README.md

Intel Sample Driver

This directory provides support for the Intel Haswell, Ivy Bridge and Sandy Bridge GPUs:

  • Top level directory is the OS-independent API support
  • compiler contains BIL->Intel ISA compiler
  • kmd contains OS kernel mode driver abstraction
  • genhw contains autogenerated HW interface