[Mesa-dev] [PATCH 01/18] anv: Add a short style guide

Emil Velikov emil.l.velikov at gmail.com
Tue Apr 19 20:53:32 UTC 2016


On 19 April 2016 at 21:09, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Hi Jason,
>
> A couple of top level suggestions. Hopefully they'll help, but I don't
> feel bad if you ignore them ;-)
>
> - Please rename the file to CODING_STYLE or alike.
> - Add a few bullet points and/or make it clearer where the sections start/end.
> - Don't be afraid to check-in emacs/vi/other configuration file which
> will help enforce the style. If you/colleagues have some and/or if
> that's even possible.
>
Completely forgot, feel free to add it to the tarball.

--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -210,3 +210,5 @@ include $(top_srcdir)/install-lib-links.mk

 install-data-local:
        $(INSTALL_DATA) -D $(srcdir)/intel_icd.json
$(VULKAN_ICD_INSTALL_DIR)/intel_icd.json
+
+EXTRA_DIST = CODING_STYLE


-Emil


More information about the mesa-dev mailing list