tree: 74ce1df27df61acc7121dc3887520223ced514bf [path history] [tgz]
  1. compiler/
  2. genhw/
  3. kmd/
  4. buf.c
  5. buf.h
  6. CMakeLists.txt
  7. cmd.c
  8. cmd.h
  9. cmd_barrier.c
  10. cmd_decode.c
  11. cmd_meta.c
  12. cmd_mi.c
  13. cmd_pipeline.c
  14. cmd_priv.h
  15. desc.c
  16. desc.h
  17. dev.c
  18. dev.h
  19. event.c
  20. event.h
  21. fb.c
  22. fb.h
  23. fence.c
  24. fence.h
  25. format.c
  26. format.h
  27. gpu.c
  28. gpu.h
  29. img.c
  30. img.h
  31. instance.c
  32. instance.h
  33. intel.h
  34. layout.c
  35. layout.h
  36. mem.c
  37. mem.h
  38. obj.c
  39. obj.h
  40. pipeline.c
  41. pipeline.h
  42. query.c
  43. query.h
  44. queue.c
  45. queue.h
  46. README.md
  47. sampler.c
  48. sampler.h
  49. shader.c
  50. shader.h
  51. state.c
  52. state.h
  53. view.c
  54. view.h
  55. wsi.h
  56. wsi_null.c
  57. wsi_x11.c
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