tree: 63a3200a020e77f9879a0a530abbe23f2ea9fec7 [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_decode.c
  10. cmd_meta.c
  11. cmd_mi.c
  12. cmd_pipeline.c
  13. cmd_prepare.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. intel.c
  32. intel.h
  33. layout.c
  34. layout.h
  35. mem.c
  36. mem.h
  37. obj.c
  38. obj.h
  39. pipeline.c
  40. pipeline.h
  41. query.c
  42. query.h
  43. queue.c
  44. queue.h
  45. README.md
  46. sampler.c
  47. sampler.h
  48. shader.c
  49. shader.h
  50. state.c
  51. state.h
  52. view.c
  53. view.h
  54. wsi_x11.c
  55. 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