wined3d: Pass a context to surface_load_fb_texture.
[wine.git] / MAINTAINERS
blobd7e678f82e4a3a37c887ff2515911f038214c7fc
3         List of Wine subsection maintainers
5 When submitting patches to Wine, the guidelines at
6 <http://wiki.winehq.org/SubmittingPatches> should be followed. This file
7 contains a list of maintainers for subsections of Wine. When submitting
8 patches, you may want to CC relevant people from this list. If you have
9 questions about your work in an area of Wine, you may find a list of
10 knowledgeable people here.
12 Many areas of Wine don't have a specific maintainer, although there may
13 be people with knowledge of those areas. If an area is not listed here
14 at all, you can use the git log to find developers working in that area
15 recently. Or, you can send a mail to wine-devel, but be aware that there
16 may simply be no one knowledgeable about that subject on the list.
18 This file uses a similar format to the Linux kernel MAINTAINERS file.
19 Descriptions of section entries used here:
21         M: Primary maintainer. CC patches to: FullName <address@domain>
22         P: Other knowledgeable person. FullName <address@domain>
23         F: Files and directories with wildcard patterns.
24            One pattern per line.  Multiple F: lines acceptable.
26 Maintainers List
28                 -----------------------------------
30 Audio I/O
31 M:      Andrew Eikum <aeikum@codeweavers.com>
32 F:      dlls/dsound/
33 F:      dlls/dswave/
34 F:      dlls/mmdevapi/
35 F:      dlls/winealsa.drv/
36 F:      dlls/winecoreaudio.drv/
37 F:      dlls/wineoss.drv/
38 F:      dlls/winmm/
39 F:      dlls/x3daudio*/
40 F:      dlls/xapofx*/
41 F:      dlls/xaudio*/
43 ARM, ARM64
44 M:      André Hentschel <nerv@dawncrow.de>
45 F:      dlls/dbghelp/cpu_arm*
46 F:      dlls/msvcrt/except_arm.c
47 F:      dlls/ntdll/signal_arm*
48 F:      programs/winedbg/be_arm*
50 Common Controls Library
51 P:      Nikolay Sivov <nsivov@codeweavers.com>
52 F:      dlls/comctl32/
54 Direct2D
55 M:      Henri Verbeet <hverbeet@codeweavers.com>
56 F:      dlls/d2d*/
58 Direct3D
59 M:      Henri Verbeet <hverbeet@codeweavers.com>
60 P:      Stefan Dösinger <stefan@codeweavers.com>
61 P:      Józef Kucia <jkucia@codeweavers.com>
62 P:      Matteo Bruni <mbruni@codeweavers.com>
63 F:      dlls/d3d10*/
64 F:      dlls/d3d11/
65 F:      dlls/d3d8/
66 F:      dlls/d3d9/
67 F:      dlls/d3drm/
68 F:      dlls/ddraw*/
69 F:      dlls/dxgi/
70 F:      dlls/wined3d/
72 Direct3D helper libraries
73 M:      Matteo Bruni <mbruni@codeweavers.com>
74 P:      Henri Verbeet <hverbeet@codeweavers.com>
75 P:      Stefan Dösinger <stefan@codeweavers.com>
76 P:      Józef Kucia <jkucia@codeweavers.com>
77 F:      dlls/d3dcompiler*/
78 F:      dlls/d3dx10*/
79 F:      dlls/d3dx11*/
80 F:      dlls/d3dx9*/
82 DirectInput
83 P:      Andrew Eikum <aeikum@codeweavers.com>
84 F:      dlls/dinput/
86 DirectWrite
87 M:      Nikolay Sivov <nsivov@codeweavers.com>
88 F:      dlls/dwrite/
90 HID support
91 M:      Aric Stewart <aric@codeweavers.com>
92 F:      dlls/hid/
93 F:      dlls/hidclass.sys/
95 HTML rendering (Gecko)
96 M:      Jacek Caban <jacek@codeweavers.com>
97 F:      dlls/mshtml/
98 F:      dlls/ieframe/
99 F:      dlls/shdocvw/
101 Input methods
102 M:      Aric Stewart <aric@codeweavers.com>
103 F:      dlls/imm32/
105 JavaScript
106 M:      Jacek Caban <jacek@codeweavers.com>
107 F:      dlls/jscript/
109 Mac OS X graphics driver
110 M:      Ken Thomases <ken@codeweavers.com>
111 F:      dlls/winemac.drv/
113 Media format conversion
114 M:      Andrew Eikum <aeikum@codeweavers.com>
115 F:      dlls/msacm32/
116 F:      dlls/*.acm/
118 Microsoft C Runtime
119 M:      Piotr Caban <piotr@codeweavers.com>
120 F:      dlls/msvc*/
122 MSI installers
123 M:      Hans Leidekker <hans@codeweavers.com>
124 F:      dlls/msi/
126 Netstat
127 M:      André Hentschel <nerv@dawncrow.de>
128 F:      programs/netstat/
130 OLE Typelibs
131 P:      Andrew Eikum <aeikum@codeweavers.com>
132 F:      dlls/oleaut32/typelib.c
134 OpenMP
135 M:      Sebastian Lackner <sebastian@fds-team.de>
136 F:      dlls/vcomp*/
138 Threadpool
139 M:      Sebastian Lackner <sebastian@fds-team.de>
140 F:      dlls/ntdll/threadpool.c
142 Uniscribe
143 M:      Aric Stewart <aric@codeweavers.com>
144 F:      dlls/usp10/
146 Wine server, IPC
147 M:      Alexandre Julliard <julliard@winehq.org>
148 P:      Sebastian Lackner <sebastian@fds-team.de>
149 F:      server/
151 Winemaker
152 M:      André Hentschel <nerv@dawncrow.de>
153 F:      tools/winemaker
155 WPcap
156 M:      André Hentschel <nerv@dawncrow.de>
157 F:      dlls/wpcap/
159 VB Script
160 M:      Jacek Caban <jacek@codeweavers.com>
161 F:      dlls/vbscript/
163 XML parsing
164 M:      Nikolay Sivov <nsivov@codeweavers.com>
165 F:      dlls/msxml*/