tree: 5582183ab83ddaf8629dbcc9d135df4c851f289a [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. extension_info.h
  22. extension_utils.c
  23. fb.c
  24. fb.h
  25. fence.c
  26. fence.h
  27. format.c
  28. format.h
  29. gpu.c
  30. gpu.h
  31. img.c
  32. img.h
  33. instance.c
  34. instance.h
  35. intel.h
  36. intel_icd.json
  37. layout.c
  38. layout.h
  39. mem.c
  40. mem.h
  41. obj.c
  42. obj.h
  43. pipeline.c
  44. pipeline.h
  45. query.c
  46. query.h
  47. queue.c
  48. queue.h
  49. README.md
  50. sampler.c
  51. sampler.h
  52. shader.c
  53. shader.h
  54. state.c
  55. state.h
  56. view.c
  57. view.h
  58. wsi.h
  59. wsi_null.c
  60. 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