On 10/28/2015 11:46 PM, Gwenole Beauchesne wrote:
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<[email protected]>
---
FYI, this will be pushed by the end of this week.

Hi, Gwenole

    Not sure what is the meaning of this patch?

The commit log already includes the contribution. But it doesn't make sense to add the author only because some bug fixes are pushed. For example: A lot of people are involved in the linux Kernel development(Bugs fixes, feature enhancements and so on). But the author of the patch/commit is not updated to the author list of the file.

If you are the original author of the file, it is OK to me that you can add your name into the author list.

Thanks.
    Yakui

  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<[email protected]>
   */

  #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<[email protected]>
   */

  #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<[email protected]>
- *
+ *    Gwenole Beauchesne<[email protected]>
   */

  #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<[email protected]>
   *   Li Zhong<[email protected]>
+ *   Sirisha Muppavarapu<[email protected]>
+ *   Gwenole Beauchesne<[email protected]>
   */

  #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<[email protected]>
- *
+ *    Gwenole Beauchesne<[email protected]>
+ *    Yakui Zhao<[email protected]>
   */

  #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<[email protected]>
   *    Zhao  Yakui<[email protected]>
- *
+ *    Gwenole Beauchesne<[email protected]>
   */

  #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<[email protected]>
+ *    Gwenole Beauchesne<[email protected]>
   */

  #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<[email protected]>
   */

  #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<[email protected]>
   */

  #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<[email protected]>
- *
+ *    Gwenole Beauchesne<[email protected]>
+ *    Yakui Zhao<[email protected]>
   */

  #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<[email protected]>
   *    Keith Packard<[email protected]>
   *    Xiang Haihao<[email protected]>
- *
+ *    Gwenole Beauchesne<[email protected]>
+ *    Yakui Zhao<[email protected]>
   */

  /*

_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to