blob: e6362722e3bbd4a4c8adcbb69208d77f937a78d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
# $Id: .scm-settings $
## @file
# Source code massager settings for common/crOpenGL.
#
#
# Copyright (C) 2010-2019 Oracle Corporation
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License (GPL) as published by the Free Software
# Foundation, in version 2 as it comes in the "COPYING" file of the
# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
#
# Much of this is externally licensed, but not all, sigh.
--external-copyright --no-convert-tabs
/array/arrayspu.rc: --no-external-copyright --convert-tabs
/feedback/feedbackspu.rc: --no-external-copyright --convert-tabs
/feedback/feedback_context.c: --no-external-copyright --convert-tabs
/pack/packspu.rc: --no-external-copyright --convert-tabs
/pack/packspu_framebuffer.c: --no-external-copyright --convert-tabs
/pack/packspu_getshaders.c: --no-external-copyright --convert-tabs
/pack/packspu_glsl.c: --no-external-copyright --convert-tabs
/pack/packspu_texture.c: --no-external-copyright --convert-tabs
/passthrough/passthroughspu.rc: --no-external-copyright --convert-tabs
/.scm-settings: --no-external-copyright --convert-tabs
/dri_drv.c: --no-external-copyright --convert-tabs
/dri_drv.h: --no-external-copyright --convert-tabs
/dri_glx.h: --no-external-copyright --convert-tabs
/egl.c: --no-external-copyright --convert-tabs
/fakedri_drv.c: --no-external-copyright --convert-tabs
/fakedri_drv.h: --no-external-copyright --convert-tabs
/fakedri_glfuncsList.h: --no-external-copyright --convert-tabs --no-fix-header-guards
/fakedri_glxfuncsList.h: --no-external-copyright --convert-tabs --no-fix-header-guards
/glx.c: --no-external-copyright --convert-tabs
/glx_c_exports.c: --no-external-copyright --convert-tabs
/glx_proto.h: --no-external-copyright --convert-tabs
/icd_drv.c: --no-external-copyright --convert-tabs
/icd_drv.h: --no-external-copyright --convert-tabs
/Linux_i386_glxapi_exports.py: --no-external-copyright --convert-tabs
/Makefile.kmk: --no-external-copyright --convert-tabs
/SunOS_i386_exports.py: --no-external-copyright --convert-tabs
/SunOS_i386_exports_dri.py: --no-external-copyright --convert-tabs
/SunOS_i386_glxapi_exports.py: --no-external-copyright --convert-tabs
/VBoxCROGL.rc: --no-external-copyright --convert-tabs
/VBoxICDList.h: --no-external-copyright --no-fix-header-guards
*_special: --treat-as Makefile
# Ignore some stuff.
--filter-out-files /COPYRIGHT.LLNL
--filter-out-files /COPYRIGHT.REDHAT
--filter-out-files /LICENSE
|