[Libva] [PATCH] Update list of authors.

Gwenole Beauchesne gb.devel at gmail.com
Wed Oct 28 08:46:53 PDT 2015


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.beauchesne at 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.beauchesne at 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.beauchesne at 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.xiang at intel.com>
- *
+ *    Gwenole Beauchesne <gwenole.beauchesne at 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.li at intel.com>
  *   Li Zhong <zhong.li at intel.com>
+ *   Sirisha Muppavarapu <sirisha.muppavarapu at intel.com>
+ *   Gwenole Beauchesne <gwenole.beauchesne at 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.xiang at intel.com>
- *
+ *    Gwenole Beauchesne <gwenole.beauchesne at intel.com>
+ *    Yakui Zhao <yakui.zhao at 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.xiang at intel.com>
  *    Zhao  Yakui  <yakui.zhao at intel.com>
- *
+ *    Gwenole Beauchesne <gwenole.beauchesne at 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.xiang at intel.com>
+ *    Gwenole Beauchesne <gwenole.beauchesne at 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.beauchesne at 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.beauchesne at 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.xiang at intel.com>
- *
+ *    Gwenole Beauchesne <gwenole.beauchesne at intel.com>
+ *    Yakui Zhao <yakui.zhao at 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 <eric at anholt.net>
  *    Keith Packard <keithp at keithp.com>
  *    Xiang Haihao <haihao.xiang at intel.com>
- *
+ *    Gwenole Beauchesne <gwenole.beauchesne at intel.com>
+ *    Yakui Zhao <yakui.zhao at intel.com>
  */
 
 /*
-- 
1.9.1



More information about the Libva mailing list