Statistics based on precise commits and actual contents (subsytems, features, etc.). List of contributions could be derived into three parts: primary/major (100+), regular (15+) and occasional.
Signed-off-by: Gwenole Beauchesne <gwenole.beauche...@intel.com> --- FYI, this will be pushed by the end of this week. AUTHORS | 29 +++++++++++++++++++++++++++++ src/dso_utils.c | 3 +++ src/dso_utils.h | 3 +++ src/gen6_mfd.c | 2 +- src/gen75_vpp_vebox.c | 2 ++ src/gen7_mfd.c | 3 ++- src/gen8_mfd.c | 2 +- src/i965_decoder_utils.c | 4 ++++ src/i965_output_wayland.c | 3 +++ src/i965_output_wayland.h | 3 +++ src/i965_post_processing.c | 3 ++- src/i965_render.c | 3 ++- 12 files changed, 55 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index f296b02..b1965ad 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,9 +2,38 @@ Intel Linux graphics team working on the driver: Chang Zhou Gwenole Beauchesne Haihao Xiang (primary author) +Halley Zhao +Li Zhong Nanhai Zou +Sreerenj Balachandran +Xiaowei Li +Yakui Zhao Additional contributors: +Adrian Marius Negreanu Alexander Osin +Antti Seppälä +Chris Wilson Damien Lespiau +Dmitry Ermilov +Dmitry V Rogozhkin Edgar Hucek +Emil Velikov +Guangxin Xu +Haitao Huang +Homer Hsing +Joe Konno +Julien Isorce +Kenneth Graunke +Olivier Crete +Pengfei Qu +Peter Fruehberger +Rob Bradford +Sameer Kibey +Sean V Kelley +Sebastian Ramacher +Siew Hoon Lim +Sirisha Muppavarapu +Stéphane Marchesin +Tobias Jakobi +U. Artie Eoff diff --git a/src/dso_utils.c b/src/dso_utils.c index 8fdea11..217b059 100644 --- a/src/dso_utils.c +++ b/src/dso_utils.c @@ -20,6 +20,9 @@ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Authors: + * Gwenole Beauchesne <gwenole.beauche...@intel.com> */ #define _GNU_SOURCE 1 diff --git a/src/dso_utils.h b/src/dso_utils.h index 9b8eba7..2f12ce3 100644 --- a/src/dso_utils.h +++ b/src/dso_utils.h @@ -20,6 +20,9 @@ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Authors: + * Gwenole Beauchesne <gwenole.beauche...@intel.com> */ #ifndef DSO_UTILS_H diff --git a/src/gen6_mfd.c b/src/gen6_mfd.c index ed4829c..5e5a353 100755 --- a/src/gen6_mfd.c +++ b/src/gen6_mfd.c @@ -23,7 +23,7 @@ * * Authors: * Xiang Haihao <haihao.xi...@intel.com> - * + * Gwenole Beauchesne <gwenole.beauche...@intel.com> */ #include "sysdeps.h" diff --git a/src/gen75_vpp_vebox.c b/src/gen75_vpp_vebox.c index 06c27f8..5e5e1c3 100644 --- a/src/gen75_vpp_vebox.c +++ b/src/gen75_vpp_vebox.c @@ -24,6 +24,8 @@ * Authors: * Li Xiaowei <xiaowei.a...@intel.com> * Li Zhong <zhong...@intel.com> + * Sirisha Muppavarapu <sirisha.muppavar...@intel.com> + * Gwenole Beauchesne <gwenole.beauche...@intel.com> */ #include <stdio.h> diff --git a/src/gen7_mfd.c b/src/gen7_mfd.c index 9cf4402..11a27b7 100755 --- a/src/gen7_mfd.c +++ b/src/gen7_mfd.c @@ -23,7 +23,8 @@ * * Authors: * Xiang Haihao <haihao.xi...@intel.com> - * + * Gwenole Beauchesne <gwenole.beauche...@intel.com> + * Yakui Zhao <yakui.z...@intel.com> */ #include "sysdeps.h" diff --git a/src/gen8_mfd.c b/src/gen8_mfd.c index 23eaca3..0fa56e8 100644 --- a/src/gen8_mfd.c +++ b/src/gen8_mfd.c @@ -24,7 +24,7 @@ * Authors: * Xiang Haihao <haihao.xi...@intel.com> * Zhao Yakui <yakui.z...@intel.com> - * + * Gwenole Beauchesne <gwenole.beauche...@intel.com> */ #include <stdio.h> diff --git a/src/i965_decoder_utils.c b/src/i965_decoder_utils.c index 3085a56..1960294 100644 --- a/src/i965_decoder_utils.c +++ b/src/i965_decoder_utils.c @@ -19,6 +19,10 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. + * + * Authors: + * Xiang Haihao <haihao.xi...@intel.com> + * Gwenole Beauchesne <gwenole.beauche...@intel.com> */ #include "sysdeps.h" diff --git a/src/i965_output_wayland.c b/src/i965_output_wayland.c index 5a75397..7bfe203 100644 --- a/src/i965_output_wayland.c +++ b/src/i965_output_wayland.c @@ -20,6 +20,9 @@ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Authors: + * Gwenole Beauchesne <gwenole.beauche...@intel.com> */ #include <stdlib.h> diff --git a/src/i965_output_wayland.h b/src/i965_output_wayland.h index acea8d9..ec8d314 100644 --- a/src/i965_output_wayland.h +++ b/src/i965_output_wayland.h @@ -20,6 +20,9 @@ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Authors: + * Gwenole Beauchesne <gwenole.beauche...@intel.com> */ #ifndef I965_OUTPUT_WAYLAND_H diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c index 0d145d8..fbf49cc 100755 --- a/src/i965_post_processing.c +++ b/src/i965_post_processing.c @@ -23,7 +23,8 @@ * * Authors: * Xiang Haihao <haihao.xi...@intel.com> - * + * Gwenole Beauchesne <gwenole.beauche...@intel.com> + * Yakui Zhao <yakui.z...@intel.com> */ #include <stdio.h> diff --git a/src/i965_render.c b/src/i965_render.c index f941d1b..24e0423 100644 --- a/src/i965_render.c +++ b/src/i965_render.c @@ -24,7 +24,8 @@ * Eric Anholt <e...@anholt.net> * Keith Packard <kei...@keithp.com> * Xiang Haihao <haihao.xi...@intel.com> - * + * Gwenole Beauchesne <gwenole.beauche...@intel.com> + * Yakui Zhao <yakui.z...@intel.com> */ /* -- 1.9.1 _______________________________________________ Libva mailing list Libva@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libva