diff options
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..6a63d42d3d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,13 @@ +# See https://help.github.com/articles/about-codeowners/ +# for more info about CODEOWNERS file + +# Please try and keep the list in alphabetical order + +/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/DRMPRIMEEGL.* @lrusak +/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/RendererDRMPRIME* @lrusak +/xbmc/platform/linux/ @lrusak +/xbmc/rendering/gles/ @lrusak +/xbmc/utils/EGL* @lrusak +/xbmc/utils/GBMBufferObject.* @lrusak +/xbmc/windowing/gbm/ @lrusak + |