From: Kevin Rogovin <kevin.rogo...@intel.com>

This is an RFC for documentation I am making for the Intel OTC
Vulkan driver. The eventual goal for the documentation is to
help new developers understand the code base more quickly so
that they can contribute more easily.


Kevin Rogovin (1):
  vulkan: Initial partial documentation for Vulkan internals.

 src/intel/genxml/gen_macros.h           |    4 +-
 src/intel/vulkan/anv_allocator.c        |    5 +-
 src/intel/vulkan/anv_private.h          |  287 +++-
 src/intel/vulkan/docs/.gitignore        |    1 +
 src/intel/vulkan/docs/Doxyfile          | 2483 +++++++++++++++++++++++++++++++
 src/intel/vulkan/docs/intel_vulkan.doxy |   86 ++
 6 files changed, 2845 insertions(+), 21 deletions(-)
 create mode 100644 src/intel/vulkan/docs/.gitignore
 create mode 100644 src/intel/vulkan/docs/Doxyfile
 create mode 100644 src/intel/vulkan/docs/intel_vulkan.doxy

-- 
2.7.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to