-
Notifications
You must be signed in to change notification settings - Fork 0
/
gui.bib
306 lines (281 loc) · 9.51 KB
/
gui.bib
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
@report{gdikernel,
title="MS Windows NT Kernel-mode User and GDI White Paper",
type="White Paper",
institution="Microsoft Corporation",
date="2014-02-20",
url="https://docs.microsoft.com/en-us/previous-versions//cc750820(v=technet.10)",
urldate="2019-01-11"
}
@report{oglcomp,
title="OpenGL on Windows: Components",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/OpenGL/components",
urldate="2019-02-17"
}
@report{createwindow,
title="CreateWindowA macro",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-12",
url="https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-createwindowa",
urldate="2019-02-16"
}
@report{wmnccreate,
title={WM{${\_}$}NCCREATE message},
type="Reference",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/winmsg/wm-nccreate",
urldate="2019-02-16"
}
@report{haikuapi,
author="Niels Sascha Reedijk and others",
title="The Haiku Book",
type="Reference",
institution="Haiku Inc.",
date="2019-02-14",
url="https://www.haiku-os.org/docs/api/",
urldate="2019-02-16"
}
@report{usingwindows,
title="Using Windows",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/winmsg/using-windows",
urldate="2019-02-17"
}
@report{dispatchmessage,
title="DispatchMessage function",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-12",
url="https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-dispatchmessage",
urldate="2019-02-17"
}
@report{msgstruct,
title="MSG structure",
type="Reference",
institution="Microsoft Corporation",
date="2018-11-16",
url="https://docs.microsoft.com/en-us/windows/desktop/api/winuser/ns-winuser-tagmsg",
urldate="2019-02-17"
}
@report{whatiswindow,
title="What Is a Window?",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/learnwin32/what-is-a-window-",
urldate="2019-01-28"
}
@report{creatingwindow,
title="Creating a Window",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/learnwin32/creating-a-window",
urldate="2019-01-28"
}
@report{dwmoverview,
author="Greg Schechter",
title="Under the Hood of the Desktop Window Manager",
type="Blog entry",
institution="Microsoft Corporation",
date="2006-03-06",
url="https://web.archive.org/web/20170626002836/https://blogs.msdn.microsoft.com/greg_schechter/2006/03/06/under-the-hood-of-the-desktop-window-manager/"
}
@report{dwmdirectx,
author="Greg Schechter",
title="DWM's use of DirectX, GPUs, and hardware acceleration",
type="Blog entry",
institution="Microsoft Corporation",
date="2006-03-19",
url="https://web.archive.org/web/20160324094156/https://blogs.msdn.microsoft.com/greg_schechter/2006/03/19/dwms-use-of-directx-gpus-and-hardware-acceleration/"
}
@report{dwmwddm,
author="Greg Schechter",
title="The role of the Windows Display Driver Model in the DWM",
type="Blog entry",
institution="Microsoft Corporation",
date="2006-04-02",
url="https://web.archive.org/web/20170815032125/https://blogs.msdn.microsoft.com/greg_schechter/2006/04/02/the-role-of-the-windows-display-driver-model-in-the-dwm/"
}
@report{dwmredirect,
author="Greg Schechter",
title="Redirecting GDI, DirectX, and WPF applications",
type="Blog entry",
institution="Microsoft Corporation",
date="2006-05-03",
url="https://web.archive.org/web/20160820070743/https://blogs.msdn.microsoft.com/greg_schechter/2006/05/03/redirecting-gdi-directx-and-wpf-applications/"
}
@report{dwmwpf,
author="Greg Schechter",
title="How underlying WPF concepts and technology are being used in the DWM",
type="Blog entry",
institution="Microsoft Corporation",
date="2006-06-09",
url="https://web.archive.org/web/20160312220130/https://blogs.msdn.microsoft.com/greg_schechter/2006/06/09/how-underlying-wpf-concepts-and-technology-are-being-used-in-the-dwm/"
}
@report{aboutd2d,
title="About Direct2D",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/Direct2D/direct2d-overview",
urldate="2019-01-30"
}
@report{d2dvsgdi,
title="Comparing Direct2D and GDI Hardware Acceleration",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/Direct2D/comparing-direct2d-and-gdi",
urldate="2019-01-25"
}
@report{oglrc,
title="Creating a Rendering Context and Making It Current",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/OpenGL/creating-a-rendering-context-and-making-it-current",
urldate="2019-01-30"
}
@report{oglicd,
author="Mimi Sasouvanh and Nathan Bazan",
title="Loading an OpenGL Installable Client Driver",
type="Reference",
institution="Microsoft Corporation",
date="2017-04-20",
url="https://docs.microsoft.com/en-us/windows-hardware/drivers/display/loading-an-opengl-installable-client-driver",
urldate="2019-01-30"
}
@report{aboutwinproc,
title="About Window Procedures",
institution="Microsoft Corporation",
type="Reference",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/winmsg/about-window-procedures",
urldate="2019-01-30"
}
@report{messages,
title="Using Messages and Message Queues",
institution="Microsoft Corporation",
type="Reference",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/winmsg/using-messages-and-message-queues",
urldate="2019-01-30"
}
@report{translatemessage,
title="TranslateMessage Function",
institution="Microsoft Corporation",
type="Reference",
date="2018-05-12",
url="https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-translatemessage",
urldate="2019-01-30"
}
@report{vulkanloader,
author="Mark Young and others",
title="Architecture of the Vulkan Loader Interfaces",
institution="Khronos",
date="2018-12-18",
url="https://github.com/KhronosGroup/Vulkan-Loader/blob/faf01fe0cf54d33a33795ecbd150e05bc70a5b42/loader/LoaderAndLayerInterface.md",
urldate="2019-01-30"
}
@report{vulkanspec,
title="Vulkan 1.1.98 -- A Specification (with KHR extensions)",
institution="The Khronos Vulkan Working Group",
date="2019-01-13",
url="https://www.khronos.org/registry/vulkan/specs/1.1-khr-extensions/pdf/vkspec.pdf",
urldate="2019-01-30"
}
@report{disabledwm,
title="Enable and Control DWM Composition",
type="Reference",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/dwm/composition-ovw",
urldate="2019-01-18"
}
@report{dwmalwayson,
title="Desktop Window Manager is always on",
subtitle="Compatibility cookbook for Windows",
institution="Microsoft Corporation",
date="2018-05-31",
url="https://docs.microsoft.com/en-us/windows/desktop/w8cookbook/desktop-window-manager-is-always-on",
urldate="2019-01-18"
}
@report{win7,
author="Ameet Chitre and Steven Sinofsky",
title="Engineering Windows 7 Graphics Performance",
type="Blog entry",
institution="Microsoft Corporation",
date="2009-04-25",
url="https://blogs.msdn.microsoft.com/e7/2009/04/25/engineering-windows-7-graphics-performance/",
urldate="2019-01-11"
}
@report{probertwin32k,
author="Probert, David B",
title="Windows Kernel Internals: Win32K.sys",
type="Lecture slides",
institution="Microsoft Corporation",
url="http://i-web.i.u-tokyo.ac.jp/edu/training/ss/lecture/new-documents/Lectures/17-Win32K/Win32K.pdf",
urldate="2019-01-11"
}
@report{wddm2,
author="Mimi Sasouvanh and Kenichi Saita and Nathan Bazan",
title="GPU virtual memory in WDDM 2.0",
type="Reference",
institution="Microsoft Corporation",
url="https://docs.microsoft.com/en-us/windows-hardware/drivers/display/gpu-virtual-memory-in-wddm-2-0",
urldate="2019-01-15"
}
@report{gpuseg,
author="Mimi Sasouvanh and Nathan Bazan",
title="Using Memory Segments to Describe the GPU Address Space",
type="Reference",
institution="Microsoft Corporation",
url="https://docs.microsoft.com/en-us/windows-hardware/drivers/display/using-memory-segments-to-describe-the-gpu-address-space",
urldate="2019-01-18"
}
@report{wddmarch,
author="Mimi Sasouvanh and Nathan Bazan",
title="Windows Display Driver Model (WDDM) Architecture",
type="Reference",
institution="Microsoft Corporation",
url="https://docs.microsoft.com/en-us/windows-hardware/drivers/display/windows-vista-and-later-display-driver-model-architecture",
urldate="2019-01-28"
}
@incollection{goingdeep,
author="Greg Schechter",
editor="Charles Torre and Tim Sneath",
title="Windows Presentation Foundation (WPF) Architecture",
booktitle="Going Deep",
date="2006-05-07",
url="https://channel9.msdn.com/shows/Going+Deep/Greg-Schechter-Windows-Presentation-FoundationWPF-Architecture/",
urldate="2019-01-27",
publisher="Channel 9"
}
@inproceedings{miller1968response,
title={Response time in man-computer conversational transactions},
author={Miller, Robert B},
booktitle={Proceedings of the December 9-11, 1968, fall joint computer conference, part I},
pages={267--277},
year={1968},
organization={ACM}
}
@inproceedings{mandy2011kernel,
title={Kernel Attacks through User-Mode Callbacks},
author={Tarjei Mandt},
booktitle={Proceedings of Black Hat Briefings USA 2011},
year={2011}
}
@online{reactos,
title={ReactOS},
author={{The ReactOS Contributors}},
date={2019-01-31},
url="https://reactos.org/wiki/ReactOS",
urldate={2019-02-08}
}