[Mesa-dev] [PATCH] Initial Intel Vulkan internals documentation

kevin.rogovin at intel.com kevin.rogovin at intel.com
Fri Oct 14 14:36:29 UTC 2016


From: Kevin Rogovin <kevin.rogovin at 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



More information about the mesa-dev mailing list