mesa/src/gallium/state_trackers
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
..
clover clover: Use device cap to query pointer size instead of hardcoded 32bits 2016-08-29 14:40:15 -04:00
dri gallium: add a pipe_context parameter to resource_get_handle 2016-08-25 14:09:48 +02:00
glx/xlib gallium: add a pipe_context parameter to fence_finish 2016-08-10 01:11:10 +02:00
hgl Introduce .editorconfig 2016-08-31 17:06:54 -07:00
nine Introduce .editorconfig 2016-08-31 17:06:54 -07:00
omx st/omx/dec/h264: pass default scaling lists in raster format 2016-08-11 16:02:28 +02:00
osmesa st/osmesa: remove double-write (overwriting) 2016-06-02 07:05:05 -06:00
va gallium: add a pipe_context parameter to resource_get_handle 2016-08-25 14:09:48 +02:00
vdpau st/vdpau: use temporary buffers while applying filters 2016-08-29 11:23:56 +02:00
wgl st/wgl: make own_mutex() non-static 2016-06-30 15:29:07 -06:00
xa Introduce .editorconfig 2016-08-31 17:06:54 -07:00
xvmc st/xvmc: fix a couple 'unused-but-set-variable' warnings 2016-08-24 11:32:00 +01:00
README

README

This directory is a placeholder for incubating state-trackers. Mesa's
state-tracker is in src/mesa.