- 08 Jul, 2019 1 commit
-
-
Arkadiusz Hiler authored
I have split the main body of the CONTRIBUTING file to 3 sections: * the short welcome message * the code - styling, suggestions * sending patches - licensing informations, mailing lists, reviews, etc. Changes for the code section contents: * link to the kernel coding style docs * be more clear on subtest naming * mention igt_describe() v2: Add link to the online documentation for igt-describe. It will start working once the series is merged. (Simon) Cc: Petri Latvala <petri.latvala@intel.com> Cc: Simon Ser <simon.ser@intel.com> Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by:
Petri Latvala <petri.latvala@intel.com> Reviewed-by:
Simon Ser <simon.ser@intel.com>
-
- 19 Feb, 2019 1 commit
-
-
Rodrigo Vivi authored
igt-dev is pretty established after a 1-year transition. Let's end the transition and avoid confusion. v2: Keep subjectprefix with i-g-t (Easwar) v3: Also remove "Intel" from the line above. (Easwar) Cc: Easwar Hariharan <easwar.hariharan@intel.com> Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by:
Easwar Hariharan <easwar.hariharan@intel.com>
-
- 25 Oct, 2018 2 commits
-
-
Daniel Vetter authored
Looks so much better in the gitlab UI. Maybe we want to split out some of these README into subdirectories ... v2: Polish layout a bit. Changes are only whitespace, but README is so complicated reworked that git's rename detection doesn't spot the similarities anymore. Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com>
-
Signed-off-by:
Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by:
Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Signed-off-by:
Daniel Vetter <daniel.vetter@ffwll.ch>
-
- 16 May, 2018 1 commit
-
-
Arkadiusz Hiler authored
This is just a simple change to reflect the actual state. No rewording yet, just a simple substitution in most visible places - docs, README and paths. There are probably some leftovers here and there, but we can let them be for now, this is already well overdue. v2: fixed couple of obvious leftovers pointed out by Petri Cc: Petri Latvala <petri.latvala@intel.com> Cc: Daniel Vetter <daniel.vetter@intel.com> Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by:
Harry Wentland <harry.wentland@amd.com> Reviewed-by:
Petri Latvala <petri.latvala@intel.com>
-
- 25 Apr, 2018 1 commit
-
-
Daniel Vetter authored
This tries to align with the X.org communities's long-standing tradition of trying to be an inclusive community and handing out commit rights fairly freely. We also tend to not revoke commit rights for people no longer regularly active in a given project, as long as they're still part of the larger community. Finally make sure that commit rights, like anything happening on fd.o infrastructre, is subject to the fd.o's Code of Conduct. v2: Point at MAINTAINERS for contact info (Daniel S.) v3: - Make it clear that commit rights are voluntary and that committers need to acknowledge positively when they're nominated by someone else (Keith). - Encourage committers to drop their commit rights when they're no longer active, and make it clear they'll get readded (Keith). - Add a line that maintainers and committers should actively nominate new committers (me). v4: Typo (Petri). v5: Typo (Sean). v6: Wording clarifications and spelling (Jani). v7: Require an explicit commitment to the documented merge criteria and rules, instead of just the implied one through the Code of Conduct threat (Jani). Acked-by:
Alex Deucher <alexander.deucher@amd.com> Acked-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by:
Daniel Stone <daniel@fooishbar.org> Acked-by:
Eric Anholt <eric@anholt.net> Acked-by:
Gustavo Padovan <gustavo@padovan.org> Acked-by:
Petri Latvala <petri.latvala@intel.com> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Cc: Ben Widawsky <ben@bwidawsk.net> Cc: Daniel Stone <daniel@fooishbar.org> Cc: Dave Airlie <airlied@gmail.com> Cc: Eric Anholt <eric@anholt.net> Cc: Gustavo Padovan <gustavo@padovan.org> Cc: Jani Nikula <jani.nikula@intel.com> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Keith Packard <keithp@keithp.com> Cc: Kenneth Graunke <kenneth@whitecape.org> Cc: Kristian H. Kristensen <hoegsberg@google.com> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Petri Latvala <petri.latvala@intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Cc: Sean Paul <seanpaul@chromium.org> Reviewed-by:
Keith Packard <keithp@keithp.com> Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com> Acked-by:
Harry Wentland <harry.wentland@amd.com> Acked-by:
Sean Paul <seanpaul@chromium.org>
-
- 23 Jan, 2018 2 commits
-
-
v2: Modify comments for feedback received (Petri Latvala) Signed-off-by:
Rhys Kidd <rhyskidd@gmail.com> Reviewed-by:
Petri Latvala <petri.latvala@intel.com>
-
Signed-off-by:
Rhys Kidd <rhyskidd@gmail.com> Reviewed-by:
Petri Latvala <petri.latvala@intel.com>
-
- 17 Jan, 2018 1 commit
-
-
Noticed while I was reading it. Makes for a good first contribution, I guess. Changes in v2: - None Changes in v3: - None Reviewed-by:
Petri Latvala <petri.latvala@intel.com> Signed-off-by:
Sean Paul <seanpaul@chromium.org>
-
- 11 Jan, 2018 1 commit
-
-
Daniel Vetter authored
I also noticed that meson.sh doesn't set the prefix for patch submission. Fix that (even thought hopefully real soon igt will move to its own list). v2: Review from Petri. Cc: Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by:
Petri Latvala <petri.latvala@intel.com> Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com>
-
- 20 Jul, 2017 1 commit
-
-
Daniel Vetter authored
There's a bunch of reasons why I think we should formalize and enforce our review rules for igt patches: - We have a lot of new engineers joining and review helps enormously with mentoring and learning. But right now only patches from contributors without commit rights are consistently subjected to review, which makes this imbalanced and removes senior contributors from the review pool. - We have a much bigger team and we need to make sure we're aligned on where igt as a tool and testsuite needs to head towards. Getting that alignment happens through reviewing each other's submission. Pushing a contentious patch and then dealing with a heated irc discussion is much less effective. - Finally igt becomes ever more important for our testing, making sure the code quality is high is important. Review helps with that. v2: Improve wording a bit (Imre). Acked-by:
Daniel Stone <daniels@collabora.com> Acked-by:
Jani Nikula <jani.nikula@intel.com> Acked-by:
Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Acked-by:
Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Acked-by:
Petri Latvala <petri.latvala@intel.com> Acked-by:
Imre Deak <imre.deak@intel.com> Acked-by:
Robert Foss <robert.foss@collabora.com> Acked-by:
Ben Widawsky <ben@bwidawsk.net> Acked-by:
Tvrtko Ursulin <tvrtko.ursulin@intel.com> Acked-by:
Mika Kuoppala <mika.kuoppala@intel.com> Acked-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by:
Eric Anholt <eric@anholt.net> Acked-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by:
Lyude <lyude@redhat.com> Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com>
-
- 12 Jun, 2017 1 commit
-
-
Emma Anholt authored
CONTRIBUTING requests that people do this, but it's a lot easier if we just set it up by default for them. v2: Update CONTRIBUTING about this happening (suggested by Petri). Signed-off-by:
Eric Anholt <eric@anholt.net> Acked-by: Petri Latvala <petri.latvala@intel.com> (v1)
-
- 13 Feb, 2015 1 commit
-
-
Daniel Vetter authored
Duplication just means it gets out of sync. Also update they keyword list in the Makefile, not everything was listed. And add a new "invalid" keyword. While at it update NEWS. Signed-off-by:
Daniel Vetter <daniel.vetter@ffwll.ch>
-
- 10 Dec, 2014 1 commit
-
-
Thomas Wood authored
Acked-by:
Daniel Vetter <daniel.vetter@intel.com> Signed-off-by:
Thomas Wood <thomas.wood@intel.com>
-
- 29 Oct, 2014 1 commit
-
-
Daniel Vetter authored
i-g-t has become a fairly big project with lots of people involved, so lets document the basics and formalize the current process a bit. Also use this opportunity to announce Thomas Wood as igt maintainer once more. v2: Recommend --subject-prefix="PATCH i-g-t" as suggested by Damien. v3: Clean out contributing-related information from README. Cc: Thomas Wood <thomas.wood@intel.com> Cc: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com>
-