mesa/src/hgl
Eric Engestrom 3bd885d09c Introduce .editorconfig
A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files
to try and enforce the formatting of the code, to which Michel Dänzer
suggested [1] we start by importing the existing .dir-locals.el
settings. The first draft was discussed in the RFC [2].

These .editorconfig are a first step, one that has the advantage of
requiring little to no intervention from the devs once the settings
files are in place, but the settings are very limited. This does have
the advantage of applying while the code is being written.
This doesn't replace the need for more comprehensive formatting tools
such as clang-format & clang-tidy, but those reformat the code after
the fact.

[0] https://lists.freedesktop.org/archives/mesa-dev/2016-June/121545.html
[1] https://lists.freedesktop.org/archives/mesa-dev/2016-June/121639.html
[2] https://lists.freedesktop.org/archives/mesa-dev/2016-July/123431.html

Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Acked-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2016-08-31 17:06:54 -07:00
..
.editorconfig Introduce .editorconfig 2016-08-31 17:06:54 -07:00
GLDispatcher.cpp glapi/hgl: Drop extern "C" as it was added to glapi 2015-05-13 15:26:29 -04:00
GLDispatcher.h glapi/hgl: Drop extern "C" as it was added to glapi 2015-05-13 15:26:29 -04:00
GLRenderer.cpp haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00
GLRendererRoster.cpp hgl: traverse add-on entries 2014-12-10 14:01:01 +00:00
GLRendererRoster.h haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00
GLView.cpp haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00
SConscript gallium/st + hgl: Build fixes for Haiku 2015-05-13 09:41:30 -05:00