d3d11: Implement d3d11_immediate_context_VSSetSamplers().
[wine.git] / MAINTAINERS
blob19c390dd09d8b6ac6988b61c829b66b7ef04ba4a
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/winepulse.drv/
39 F:      dlls/winmm/
40 F:      dlls/x3daudio*/
41 F:      dlls/xapofx*/
42 F:      dlls/xaudio*/
44 ARM, ARM64
45 M:      André Hentschel <nerv@dawncrow.de>
46 F:      dlls/dbghelp/cpu_arm*
47 F:      dlls/msvcrt/except_arm.c
48 F:      dlls/ntdll/signal_arm*
49 F:      programs/winedbg/be_arm*
51 Common Controls Library
52 P:      Nikolay Sivov <nsivov@codeweavers.com>
53 F:      dlls/comctl32/
55 Common Item Dialog
56 P:      Vincent Povirk <vincent@codeweavers.com>
57 F:      dlls/comdlg32/itemdlg.c
58 F:      dlls/comdlg32/tests/itemdlg.c
60 Direct2D
61 M:      Henri Verbeet <hverbeet@codeweavers.com>
62 F:      dlls/d2d*/
64 Direct3D
65 M:      Henri Verbeet <hverbeet@codeweavers.com>
66 P:      Stefan Dösinger <stefan@codeweavers.com>
67 P:      Józef Kucia <jkucia@codeweavers.com>
68 P:      Matteo Bruni <mbruni@codeweavers.com>
69 F:      dlls/d3d10*/
70 F:      dlls/d3d11/
71 F:      dlls/d3d8/
72 F:      dlls/d3d9/
73 F:      dlls/d3drm/
74 F:      dlls/ddraw*/
75 F:      dlls/dxgi/
76 F:      dlls/wined3d/
78 Direct3D helper libraries
79 M:      Matteo Bruni <mbruni@codeweavers.com>
80 P:      Henri Verbeet <hverbeet@codeweavers.com>
81 P:      Stefan Dösinger <stefan@codeweavers.com>
82 P:      Józef Kucia <jkucia@codeweavers.com>
83 F:      dlls/d3dcompiler*/
84 F:      dlls/d3dx10*/
85 F:      dlls/d3dx11*/
86 F:      dlls/d3dx9*/
88 DirectInput
89 P:      Andrew Eikum <aeikum@codeweavers.com>
90 F:      dlls/dinput/
92 DirectWrite
93 M:      Nikolay Sivov <nsivov@codeweavers.com>
94 F:      dlls/dwrite/
96 DotNet Runtime
97 M:      Vincent Povirk <vincent@codeweavers.com>
98 F:      dlls/mscoree/
101 M:      Huw Davies <huw@codeweavers.com>
102 F:      dlls/gdi32/
104 GDIPlus
105 M:      Vincent Povirk <vincent@codeweavers.com>
106 F:      dlls/gdiplus/
108 HID support
109 M:      Aric Stewart <aric@codeweavers.com>
110 F:      dlls/hid/
111 F:      dlls/hidclass.sys/
113 HTML rendering (Gecko)
114 M:      Jacek Caban <jacek@codeweavers.com>
115 F:      dlls/mshtml/
116 F:      dlls/ieframe/
117 F:      dlls/shdocvw/
119 Input methods
120 M:      Aric Stewart <aric@codeweavers.com>
121 F:      dlls/imm32/
123 JavaScript
124 M:      Jacek Caban <jacek@codeweavers.com>
125 F:      dlls/jscript/
127 Mac OS X graphics driver
128 M:      Ken Thomases <ken@codeweavers.com>
129 F:      dlls/winemac.drv/
131 Media format conversion
132 M:      Andrew Eikum <aeikum@codeweavers.com>
133 F:      dlls/msacm32/
134 F:      dlls/*.acm/
136 Microsoft C Runtime
137 M:      Piotr Caban <piotr@codeweavers.com>
138 F:      dlls/msvc*/
140 MSI installers
141 M:      Hans Leidekker <hans@codeweavers.com>
142 F:      dlls/msi/
144 Netstat
145 M:      André Hentschel <nerv@dawncrow.de>
146 F:      programs/netstat/
148 OLE Embedding
149 M:      Huw Davies <huw@codeweavers.com>
150 F:      dlls/ole32/clipboard.c
151 F:      dlls/ole32/datacache.c
152 F:      dlls/ole32/defaulthandler.c
153 F:      dlls/ole32/ole2.c
154 F:      dlls/ole32/ole2impl.c
155 F:      dlls/ole32/oleobj.c
157 OLE RPC
158 M:      Huw Davies <huw@codeweavers.com>
159 F:      dlls/ole32/compobj.c
160 F:      dlls/ole32/marshal.c
161 F:      dlls/ole32/rpc.c
162 F:      dlls/ole32/stubmanager.c
163 F:      dlls/ole32/usrmarshal.c
165 OLE Storage
166 M:      Vincent Povirk <vincent@codeweavers.com>
167 F:      dlls/ole32/filelockbytes.c
168 F:      dlls/ole32/memlockbytes.c
169 F:      dlls/ole32/stg_stream.c
170 F:      dlls/ole32/storage32.c
171 F:      dlls/ole32/storage32.h
172 F:      dlls/ole32/tests/storage32.c
174 OLE Typelibs
175 P:      Andrew Eikum <aeikum@codeweavers.com>
176 P:      Huw Davies <huw@codeweavers.com>
177 F:      dlls/oleaut32/typelib.c
179 OpenMP
180 M:      Sebastian Lackner <sebastian@fds-team.de>
181 F:      dlls/vcomp*/
183 Printing
184 M:      Huw Davies <huw@codeweavers.com>
185 F:      dlls/localspl/
186 F:      dlls/wineps.drv/
187 F:      dlls/winspool.drv/
189 Richedit
190 M:      Huw Davies <huw@codeweavers.com>
191 F:      dlls/riched20
193 RPC Runtime
194 P:      Huw Davies <huw@codeweavers.com>
195 F:      dlls/rpcrt4
196 F:      tools/widl
198 Threadpool
199 M:      Sebastian Lackner <sebastian@fds-team.de>
200 F:      dlls/ntdll/threadpool.c
202 Uniscribe
203 M:      Aric Stewart <aric@codeweavers.com>
204 F:      dlls/usp10/
206 Windows Imaging Component
207 M:      Vincent Povirk <vincent@codeweavers.com>
208 F:      dlls/windowscodecs/
209 F:      dlls/windowscodecsext/
211 Wine server, IPC
212 M:      Alexandre Julliard <julliard@winehq.org>
213 P:      Sebastian Lackner <sebastian@fds-team.de>
214 F:      server/
216 Winemaker
217 M:      André Hentschel <nerv@dawncrow.de>
218 F:      tools/winemaker
220 WPcap
221 M:      André Hentschel <nerv@dawncrow.de>
222 F:      dlls/wpcap/
224 VB Script
225 M:      Jacek Caban <jacek@codeweavers.com>
226 F:      dlls/vbscript/
228 X11 Driver
229 M:      Alexandre Julliard <julliard@winehq.org>
230 P:      Vincent Povirk <vincent@codeweavers.com>
231 F:      dlls/winex11.drv/
233 XML parsing
234 M:      Nikolay Sivov <nsivov@codeweavers.com>
235 F:      dlls/msxml*/
237 THE REST
238 M:      Alexandre Julliard <julliard@winehq.org>
239 P:      Alex Henrie <alexhenrie24@gmail.com>
240 P:      Andrew Eikum <aeikum@codeweavers.com>
241 P:      Huw Davies <huw@codeweavers.com>
242 P:      Sebastian Lackner <sebastian@fds-team.de>
243 P:      Vincent Povirk <vincent@codeweavers.com>
244 F:      *
245 F:      */