forked from sharpdx/SharpDX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes.html
679 lines (679 loc) · 121 KB
/
ReleaseNotes.html
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<html>
<head>
<title>SharpDX 2.5.0 Release Notes (10 Aug 2013)</title>
</head>
<body>
<p>Release Notes (2013-08-10)</p>
<h2 class="title">General Information</h2>
<p><strong>A new version 2.5.0 of SharpDX is available today for download.</strong></p>
<p>This version is a maintenance version of legacy APIs (Direct3D1, Direct2D...etc.) and contains also <b>lots of improvements for the SharpDX Toolkit</b> with new features and several issues fixed.</p>
<p>Among the list of new features and fixes in this release for the Toolkit, It contains most notably:</p>
<ul>
<li>An <b>installer</b> to ease the installation of SharpDX.</li>
<li>A <b>Visual Studio package</b> that you can download from the extension manager that provides an <b>advanced project template Wizard</b> for the Toolkit. You can see the <a href="http://visualstudiogallery.msdn.microsoft.com/6f220534-d52e-4e16-a45b-c6086b3a3ae8" target="_blank">SharpDX Toolkit for VisualStudio</a> on the Visual Studio Gallery.</li>
<li>Add support for <b>Input</b> via the new assembly SharpDX.Toolkit.Input supporting Mouse, Keyboard and Pointer APIs - for Desktop, WinRT and WP8.</li>
<li>Add support for <b>integration of WPF</b> in the Toolkit.</li>
<li>Add support for <b>3D Model</b> loading.</li>
<li>Add support for <b>Primitive 3D</b>.</li>
<li>Add support for <b>DrawingSurface on WP8</b>.</li>
<li>Add support for <b>dynamic re-compilation of effects at runtime</b> when sourcecode changed without having to recompile an application (Check Toolkit CustomEffect sample).</li>
<li>Add support for more events for better notification in GraphicsDevice state changes.</li>
<li>Add support for multiple-window/control on Desktop with the Toolkit (see MultiWindow Sample).</li>
<li>Several issues fixed in the Toolkit preventing correct usage of custom effects.</li>
<li>An improved SharpDX.Toolkit.Compiler/tkfxc supporting input file dependency to track changes and compile an effect only if all dependent files - including indirect "includes" - changed. This improves drastically the performance when compiling.</li>
<li>A new Toolkit.CompilerTask and a msbuild extension "SharpDX.targets" (used in Toolkit samples), that provides FX file compiling and automatic references of SharpDX assemblies depending on the project settings.</li>
<li>Various fixes, performance improvements, etc.</li>
</ul>
<p>There are also some <u>breaking changes</u> since 2.4.2:</p>
<ul>
<li>Viewport/ViewportF is now part of SharpDX core instead of having different structure for each D3D APIs</li>
<li>DrawingRectangle/DrawingRectangleF is removed, as they were confusing. New Rectangle and RectangleF is used for all D3D APIs. The old Rectangle constructor was changed from (left, top, right, bottom) to (x, y, width, height).</li>
<li>Support for Dispose on finalizers for ComObject is removed, as they are not supported by all platforms and can lead to unpredictable results.</li>
</ul>
<p>For building easily SharpDX, there is also a new batch file <code>MakeSharpDX_localbuild.cmd</code>. This will rebuild all SharpDX platforms at once. Any build errors will be written in console and in the <code>BuildErrors.log</code> file.</p>
<p>This release is integrating several patches made by the community on github. Thanks to all of them!</p>
<p>
Best regards,<br/>
The SharpDX team
</p>
<h2 class="title">Changes and bugfixes</h2>
<p>Please find below an auto-generated list of all changes and fixes from previous 2.4.2 version.</p>
<h4>Animation</h4>
<ul>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/bd2891f9c619710a280c9512a1bfbbfa308bf218' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/3211c7a93a93c13185b3c2bf6d278e3501cbf473' target='_blank'>2</a>)</li>
</ul>
<h4>Build</h4>
<ul>
<li>Make sure that we perform a pull rebase just before pushing back master_integration (<a href='https://github.com/sharpdx/SharpDX/commit/19572a16c003c72bb94baf9f5cf1cb2bddea998e' target='_blank'>changes</a>)</li>
<li>Remove work-tree (<a href='https://github.com/sharpdx/SharpDX/commit/84f11be8199d2f72d28d5e0e388032cec12633d3' target='_blank'>changes</a>)</li>
<li>Fix SharpDX.targets (changes: <a href='https://github.com/sharpdx/SharpDX/commit/55a31b00cd41eb7567deb0d6c071ff5ea1ab4085' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/dbaa8335bb0472b5841f931067ec54b5987ecd3a' target='_blank'>2</a>)</li>
<li>Add auto commit to master from master_integration when build is fine for all platforms. Used from TeamCity server. (<a href='https://github.com/sharpdx/SharpDX/commit/9007b02f7a3247f7943071c2f21145e06e8cd4e2' target='_blank'>changes</a>)</li>
<li>Add FtpUpload to FullBuild (<a href='https://github.com/sharpdx/SharpDX/commit/16c2c00070f9295302d6f26ffcd60231590fd9d4' target='_blank'>changes</a>)</li>
<li>Add Net35Plus defines to build project to allow usage of 3.5+ language features (extension methods...etc.) (<a href='https://github.com/sharpdx/SharpDX/commit/979ab041d04d3e445eece79388ab812af59000a2' target='_blank'>changes</a>)</li>
<li>Add Zip and FTP for nightly builds (<a href='https://github.com/sharpdx/SharpDX/commit/b64de8f7987bfedb8b399ecc5134acba7ebb25a6' target='_blank'>changes</a>)</li>
<li>Added batch file to rebuild all platforms at once (changes: <a href='https://github.com/sharpdx/SharpDX/commit/31abcc470cebc74bdc7cb92ad2fbf7819306cd2e' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/b00be2e5492b86a3ee3718adb4b3325dcb572e78' target='_blank'>2</a>)</li>
<li>Added nuspec file (<a href='https://github.com/sharpdx/SharpDX/commit/24889e6d3807cf96f37f18272225dac6a7c303c5' target='_blank'>changes</a>)</li>
<li>Added switch to SharpDX.targets to allow selecting DX version - 11 or 11.1 (<a href='https://github.com/sharpdx/SharpDX/commit/66d4469436e291880373bb7cf0a2f8c47f75c704' target='_blank'>changes</a>)</li>
<li>Change build output from local directory to $(SolutionDir)\Bin\XXX. Nant file is not yet updated so MakeSharpDX.com is temporarily not working. (<a href='https://github.com/sharpdx/SharpDX/commit/0b23f0fbd73e530181822d428f5755151ae70e09' target='_blank'>changes</a>)</li>
<li>Change directories for distribution in Bin. Now prefixed by DirectX11 (for DirectX Runtime June 2010) and DirectX11_1 (for Windows 8 Runtime) (<a href='https://github.com/sharpdx/SharpDX/commit/427997002367ed37e7f09c953cc99fcecc83e76d' target='_blank'>changes</a>)</li>
<li>Cleanup SharpDX.sln and fix compilation errors for Toolkit.Input for all release targets (<a href='https://github.com/sharpdx/SharpDX/commit/c7a68cea3a295207dcc0d935aed8396bae2c864e' target='_blank'>changes</a>)</li>
<li>Fix assembly signing (<a href='https://github.com/sharpdx/SharpDX/commit/eb197e4fda75ac274948f475b3b34855f1c8687e' target='_blank'>changes</a>)</li>
<li>Fix automated build (<a href='https://github.com/sharpdx/SharpDX/commit/5a3ce3cb9b71eb7c84796846fabe55c42c2be870' target='_blank'>changes</a>)</li>
<li>Fix build for Windows 8 (<a href='https://github.com/sharpdx/SharpDX/commit/e413362466351966c864012ed25842dc2be64bb2' target='_blank'>changes</a>)</li>
<li>Fix build on Windows RT (<a href='https://github.com/sharpdx/SharpDX/commit/70a1699ffcc66115a62e6802c885d0ab30173ddf' target='_blank'>changes</a>)</li>
<li>Fix compilation errors for WP8 (<a href='https://github.com/sharpdx/SharpDX/commit/b6706d654c1f64177cf5f9f066354a6833d629fd' target='_blank'>changes</a>)</li>
<li>Fix compilation on W8/WP8 (<a href='https://github.com/sharpdx/SharpDX/commit/d5b2f78859315d7d36298ef5750950099dc2f4ab' target='_blank'>changes</a>)</li>
<li>Fix compilation under Win8 (<a href='https://github.com/sharpdx/SharpDX/commit/cae6e1781d1b6ab621fdf0ee63d9ffa07da14ef2' target='_blank'>changes</a>)</li>
<li>Fix documentation config for wp8 (<a href='https://github.com/sharpdx/SharpDX/commit/0ee6d03451dcb5b23714dfc7dbf541fc887028e8' target='_blank'>changes</a>)</li>
<li>Fix error in build (<a href='https://github.com/sharpdx/SharpDX/commit/5965f6c7ab33cbbc3765cb259a5e178904cc456c' target='_blank'>changes</a>)</li>
<li>Fix git command (<a href='https://github.com/sharpdx/SharpDX/commit/df835510acf3577b1f09d2d8c6a4f8bac1444c13' target='_blank'>changes</a>)</li>
<li>Fix issue for Zip and clean samples, nightly builds (<a href='https://github.com/sharpdx/SharpDX/commit/39ae29ea9084f483759e29090b418853abc6c52a' target='_blank'>changes</a>)</li>
<li>Fix nant release build to use SharpDX.build for building the package for release (<a href='https://github.com/sharpdx/SharpDX/commit/3f62abc0257fafd32464dc6ba57085f86442a253' target='_blank'>changes</a>)</li>
<li>Fix nuget packaging (<a href='https://github.com/sharpdx/SharpDX/commit/68ac4757f6f23d12d4c6aa5390dd9cdd2830cf9f' target='_blank'>changes</a>)</li>
<li>Fix packaging issue (<a href='https://github.com/sharpdx/SharpDX/commit/8c706c7ec60a11efe6245a137091005a26facd3e' target='_blank'>changes</a>)</li>
<li>Fix path for generated XML documentation (<a href='https://github.com/sharpdx/SharpDX/commit/61904d9504bd516239c50535f8eb8aa40b785baf' target='_blank'>changes</a>)</li>
<li>Fix release notes for 2.5.0 (<a href='https://github.com/sharpdx/SharpDX/commit/1dd832b465f6c622d6909e23ec61e5e508f32477' target='_blank'>changes</a>)</li>
<li>Fix samples reference to SharpDX assemblies when packaging with installer (<a href='https://github.com/sharpdx/SharpDX/commit/22817f6327900c81815a0fa6855bee7f83dbe2f5' target='_blank'>changes</a>)</li>
<li>Fix various build issues (WP8, documentation) (changes: <a href='https://github.com/sharpdx/SharpDX/commit/a428ea4727b111dc5246b74ae158e9b43529ee98' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/6cb9476b8a45adc01a3be6c1954c729af8b17355' target='_blank'>2</a>)</li>
<li>Make ZIP file configurable (<a href='https://github.com/sharpdx/SharpDX/commit/bf922c36d4989fe3a809e1eb94c1040d1209d1ee' target='_blank'>changes</a>)</li>
<li>Modified SharpDX.build script to accomodate local rebuild with one command (changes: <a href='https://github.com/sharpdx/SharpDX/commit/681a54e26ffb4c636e4835d551e61ef71e7ed296' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/1a0626bf28f4087ae42448ef49d14000de4cadb0' target='_blank'>2</a>)</li>
<li>Remove AppPackages directory from final build (<a href='https://github.com/sharpdx/SharpDX/commit/e34362c3a8f289662a22096ee269ee867866398d' target='_blank'>changes</a>)</li>
<li>Remove copy local as all projects are now outputing to the same folder (<a href='https://github.com/sharpdx/SharpDX/commit/b6a957b87e3e8490e4f3e4d72bac602a44e3e109' target='_blank'>changes</a>)</li>
<li>Remove Samples from SharpDX solution to speedup and simplify build (<a href='https://github.com/sharpdx/SharpDX/commit/aa59a4ea24e58952251563f7369b744d230028bc' target='_blank'>changes</a>)</li>
<li>Remove SharpCore from SharpDXWP8.sln (<a href='https://github.com/sharpdx/SharpDX/commit/56b5819b311006cd32e20d6243fdaaad470d5fbb' target='_blank'>changes</a>)</li>
<li>Remove SharpDoc, moved to an external github projects https://github.com/xoofx/SharpDoc . Cleanup tools, remove SharpCore/SharpDoc/SharpDocPak and integrate remaining files into SharpGen. Move specific SharpDoc styles for SharpDX into Documentation. (<a href='https://github.com/sharpdx/SharpDX/commit/d7cfbbde028126c755e15af73b2475f78bbda9f6' target='_blank'>changes</a>)</li>
<li>Remove temporary Win8 Samples from main solution (<a href='https://github.com/sharpdx/SharpDX/commit/f47f3070d8e6f499e181c82f236edb8448df39ee' target='_blank'>changes</a>)</li>
<li>Remove tkfont from Win8 build (<a href='https://github.com/sharpdx/SharpDX/commit/d451498805dc375254ff27975496e8a84694601c' target='_blank'>changes</a>)</li>
<li>Removed whitespace which didn't allow DX11.1 selection on Desktop platform (<a href='https://github.com/sharpdx/SharpDX/commit/4601c6961262d19d16e2d6d86c53854868a7590e' target='_blank'>changes</a>)</li>
<li>Start to migrate from Nant to msbuild for building/packaging (<a href='https://github.com/sharpdx/SharpDX/commit/1785c7eee6972499fc2eee5bf1ce3101f14f4158' target='_blank'>changes</a>)</li>
<li>Start to switch to new build system on CLI (<a href='https://github.com/sharpdx/SharpDX/commit/a897d42bde7c8991a4a223b699e8132c4d7073be' target='_blank'>changes</a>)</li>
<li>Try fixing error by adding git --work-tree to be able to run it from TeamCity (<a href='https://github.com/sharpdx/SharpDX/commit/cb9b4a10a0ecd9355a0d7142a78e78f111655adc' target='_blank'>changes</a>)</li>
<li>Use http://code.google.com/p/sharpdx-nightly-builds/ instead of ftp to store latest builds (<a href='https://github.com/sharpdx/SharpDX/commit/45339fa33e4ec37e4fbfbf23d87fa080633aaa95' target='_blank'>changes</a>)</li>
<li>Use merge instead of rebase from master to master_integration (<a href='https://github.com/sharpdx/SharpDX/commit/52f096e8ecba9368457e7ed2adba13f640fdbf71' target='_blank'>changes</a>)</li>
</ul>
<h4>D3DCompiler</h4>
<ul>
<li>Remove ShaderBytecode.Compile internal SharpDXException when disabling Configuration.ThrowOnShaderCompileError (<a href='https://github.com/sharpdx/SharpDX/commit/59dca5a27d90f6ef711aee3c522c842eff895b71' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/d4d2ea2f0be0a77d3564980634f1584eee5c9254' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/a5c43e8ed5a3dfbebcacf71583e196599c369316' target='_blank'>2</a>)</li>
</ul>
<h4>Direct2D1</h4>
<ul>
<li>Add PrintControl.AddPage methods (<a href='https://github.com/sharpdx/SharpDX/commit/95136764d1301080e716c0fa07fb7b6ce2dc642b' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=339' target='_blank'>issue #339</a>. Matrix5x4 was not correctly handled for Effect properties (<a href='https://github.com/sharpdx/SharpDX/commit/a16265f83047d8702bc2153190fcb96c5c2b365a' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=392' target='_blank'>issue #392</a>. Dispose BitmapFrameEncode.Options to avoid a memory leak (<a href='https://github.com/sharpdx/SharpDX/commit/71811c9ca5ef44a96d09fcd2060231467ae4c2ce' target='_blank'>changes</a>)</li>
<li>FIX: The ColorContexts property of the BitmapDecoder and BitmapFrameDecode never worked; WIC requires the color contexts objects to be created before calling the method (very odd indeed). Marked this property as obsolete. Replaced it by a TryGetColorContexts method. This method doesn't throw an exception when requesting the color contexts of a bitmap that does not support color contexts; instead it returns null. (<a href='https://github.com/sharpdx/SharpDX/commit/feeaebf9a057e148edc4a009376646b502e573b8' target='_blank'>changes</a>)</li>
<li>Replaced DataStream usages by DataPointer where appropiate (github <a href='https://github.com/sharpdx/SharpDX/issues/90' target='_blank'>issue #90</a>) (<a href='https://github.com/sharpdx/SharpDX/commit/372b7fd8a2c8cc60be62bdc9590b99fba08a17f2' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/ee267867b125c22267f638fc0db275f5aad2930b' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/a6ecc0e88ae3cedf48e14dfdb842045b64761a4a' target='_blank'>2</a>)</li>
</ul>
<h4>Direct3D</h4>
<ul>
<li>Replace all Viewport with new global SharpDX.Viewport. SharpDX.Direct3D11.Viewport with SharpDX.ViewportF. Add cast method from SharpDX.Viewport to ViewportF (<a href='https://github.com/sharpdx/SharpDX/commit/c6e64db97fd496b3faef13bc5512b1e6f9fcf93c' target='_blank'>changes</a>)</li>
</ul>
<h4>Direct3D10</h4>
<ul>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/5aed6f960d6885311bc1ffeb56b637311382ab40' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/dece26dc66bf962871828e87071f759c13a059ea' target='_blank'>2</a>)</li>
</ul>
<h4>Direct3D11</h4>
<ul>
<li>Add better handling of caching DeviceChild.Device (<a href='https://github.com/sharpdx/SharpDX/commit/0181da9bf785995e7f862f03957a50e89c491fb6' target='_blank'>changes</a>)</li>
<li>Add Device.IsSupportedFeatureLevel, remove CheckError on D3D11.CreateDevice in this case to avoid SharpDXException being catched (<a href='https://github.com/sharpdx/SharpDX/commit/03b9edfc74aaa9a195ec392d5b6f0a4289bbf838' target='_blank'>changes</a>)</li>
<li>Add missing file (changes: <a href='https://github.com/sharpdx/SharpDX/commit/15477f00e6478c1a354fe7b49c9756545e43e4ff' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/4634ff16d6f57991531732bb5f1e9b88730a4f9c' target='_blank'>2</a>)</li>
<li>Add uint for scalar shader variables. This also fixes a dangerous bug were the uint would be implicitly converted to int and if the most significant bit was 1 then the final value would be very wrong. (<a href='https://github.com/sharpdx/SharpDX/commit/aa9e8239a59344dc13e2820fda8ad1a7aa816793' target='_blank'>changes</a>)</li>
<li>Breaking change signature for RasterizerState.SetViewports, remove the last "s". Fix GraphicsDevice.Clear issue when changing render targets. (<a href='https://github.com/sharpdx/SharpDX/commit/b70e6eb2426cdc1846b869123a9b95372c6e4c69' target='_blank'>changes</a>)</li>
<li>DrawingSurfaceContentProvider SynchronizedTexture as IntPtr (<a href='https://github.com/sharpdx/SharpDX/commit/e8905e268532c08b7e26d3bac5f9f119089bc43f' target='_blank'>changes</a>)</li>
<li>Fix DrawingSurface support for WP8. MiniCube.DrawingSurface sample is working (<a href='https://github.com/sharpdx/SharpDX/commit/4ae5081827e05a5e0889a6b0d4595e8c58285688' target='_blank'>changes</a>)</li>
<li>Fix interface errors for WP8 IDrawingSurfaceContentProvider (<a href='https://github.com/sharpdx/SharpDX/commit/74a34d9c0a3a1a4a7549a193627a01c33fb02fc7' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=336' target='_blank'>issue #336</a>. Remove some BlendState, DepthStencilState, RasterizerState constructors to avoid redundancy and conflicts in VB6 (<a href='https://github.com/sharpdx/SharpDX/commit/9fa66a4d8a5dfc3eced1a703c468dc7ef7c67393' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=390' target='_blank'>issue #390</a>. Remove ImageLoadInformation from WinRT/WP8 builds (<a href='https://github.com/sharpdx/SharpDX/commit/1a6477318f3bd2842a994612f9f57f772698f313' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=430' target='_blank'>issue #430</a>. Add D3D11_SO_.* constants to GeometryShader (<a href='https://github.com/sharpdx/SharpDX/commit/db09be09ff35dd2f03f41f0b34c7f4d66e16ab70' target='_blank'>changes</a>)</li>
<li>FIX: The ColorContexts property of the BitmapDecoder and BitmapFrameDecode never worked; WIC requires the color contexts objects to be created before calling the method (very odd indeed). Marked this property as obsolete. Replaced it by a TryGetColorContexts method. This method doesn't throw an exception when requesting the color contexts of a bitmap that does not support color contexts; instead it returns null. (<a href='https://github.com/sharpdx/SharpDX/commit/f5f7c3573cd5531c6f956092cc73195130714555' target='_blank'>changes</a>)</li>
<li>Remove using of "ref" in constructors to support VB (<a href='https://github.com/sharpdx/SharpDX/commit/fa6cbc87fe134cf3f5322816d8b768fdae79afbd' target='_blank'>changes</a>)</li>
<li>Restore DeviceDebug/InfoQueue for WP8, now accessible on all platforms (<a href='https://github.com/sharpdx/SharpDX/commit/86a3913dda14af8bc95da74db608822b5a3f1da9' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/befd986a341747cc782c84d26e5e3e399f875d21' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/3696f70b9a383a2e737e09b6e3ff5ccaf042f35d' target='_blank'>2</a>)</li>
<li>WP8 IDrawingSurfaceContentProvider (<a href='https://github.com/sharpdx/SharpDX/commit/edeaf7c7b7166ade6c97c47cf23f67a44299a8f9' target='_blank'>changes</a>)</li>
</ul>
<h4>Direct3D9</h4>
<ul>
<li>Added missing else branches to various FromStream methods. (<a href='https://github.com/sharpdx/SharpDX/commit/d6ddcb1a2b969a1d68f1d0b001376ae12dcb270b' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=349' target='_blank'>issue #349</a>. DeviceEx constructor should accept null DisplayModeEx parameter. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/367e1a31ece1d717791e137223e88a686930f71e' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/069aeea1298a4a13377ec770448c967612bfae55' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=372' target='_blank'>issue #372</a>. Resource.Device no longer generates allocation (<a href='https://github.com/sharpdx/SharpDX/commit/18d712e09b12ac051ad9d7acb159b485e9d8383f' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=373' target='_blank'>issue #373</a>. Add IndexBuffer.LockToPointer and VertexBuffer.LockToPointer methods (<a href='https://github.com/sharpdx/SharpDX/commit/ef43b32fb3897d591866cdcfeb2d0f427de25f93' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/1ab2c11dcfa086549f63e76b936ebb3e2f5a33f8' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/9fe02c5b16f02e1c693775a75fd12bc64ee9d046' target='_blank'>2</a>)</li>
</ul>
<h4>DirectInput</h4>
<ul>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=352' target='_blank'>issue #352</a>. Rename UpArrow to Up and remove invalid mappings. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/f91482a268d567b39fa48c52bd93a5c757d05f89' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/87883555185c59e49fe145a93c5e8c7aeb790241' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=377' target='_blank'>issue #377</a>. Avoid boxing of structs while unmarshalling KeyboardState (<a href='https://github.com/sharpdx/SharpDX/commit/adca0bd9591173a42f3a51efb6dde13728d0b096' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/8144a01c47e3d5980cda26adcaa5e2589338913a' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/7f5efa8be01ea80c390a6859bc42415f6ee66f2e' target='_blank'>2</a>)</li>
</ul>
<h4>DirectSound</h4>
<ul>
<li>Add DirectSound.DuplicateSoundBuffer. Add Volume.Minimum/Maximum (<a href='https://github.com/sharpdx/SharpDX/commit/139cdc1476532f8948fbce0d2cfb78aea31aec56' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/690464ab3975b0ce4d77eb1ab1e6d95ea6ce0bd2' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/f1ad3df46fe83e26e22e44aec2169b11e77ea016' target='_blank'>2</a>)</li>
</ul>
<h4>DirectWrite</h4>
<ul>
<li>FIX: Fixed memory leak in TextRendererShadow class (changes: <a href='https://github.com/sharpdx/SharpDX/commit/6f89c152daed03108937e25dd5540d142adc8dab' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/d3bf2518356b38d649e3705a29d955351a887b57' target='_blank'>2</a>)</li>
<li>Replace DirectWrite.Matrix by SharpDX.Matrix3x2 (<a href='https://github.com/sharpdx/SharpDX/commit/b097d5605c4d0236cc06ad2d64c6913857ee990c' target='_blank'>changes</a>)</li>
</ul>
<h4>Documentation</h4>
<ul>
<li>Add SharpDX.Toolkit.Input to doc generation (<a href='https://github.com/sharpdx/SharpDX/commit/28e1b10ffd3a71018c2f7f040a8980fb8384f277' target='_blank'>changes</a>)</li>
</ul>
<h4>DXGI</h4>
<ul>
<li>Add Output1.GetDisplayModeList1 method (<a href='https://github.com/sharpdx/SharpDX/commit/820dd37598e928f33c1cb097c293d0d48e967087' target='_blank'>changes</a>)</li>
<li>Fix compilation error for DirectX11.0 (<a href='https://github.com/sharpdx/SharpDX/commit/c26b5a00f6c7c44a1c051849f2bdda26b0eccd32' target='_blank'>changes</a>)</li>
<li>Fix <a href='https://github.com/sharpdx/SharpDX/issues/103' target='_blank'>issue #103</a>. KeyedSync.Acquire return Result. Add Result.WaitAbandoned and Result.WaitTimout. Add ResultDescriptor for common errors. Improve SharpGen to support return and check of HRESULT at the same time. (<a href='https://github.com/sharpdx/SharpDX/commit/b1596ddd38a5de77704412910a4fb265a4ab8525' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/0cab21d7181c7c381351f21b5beba95e23d5bf9e' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/d3bcf95a70ddc55253ab1ccf5551ca4fe869ba68' target='_blank'>2</a>)</li>
</ul>
<h4>External</h4>
<ul>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=431' target='_blank'>issue #431</a>. Get latest assimp and recompile it with V100 platform instead of V110 (<a href='https://github.com/sharpdx/SharpDX/commit/34923c15a5b0023f43f1fc9531be9d1ef6510923' target='_blank'>changes</a>)</li>
<li>Update to nant 0.9.2 (<a href='https://github.com/sharpdx/SharpDX/commit/d8575178938fd14496c168c58b7da50009a941c5' target='_blank'>changes</a>)</li>
</ul>
<h4>General</h4>
<ul>
<li>Fix comments (<a href='https://github.com/sharpdx/SharpDX/commit/63ca7bceee677dae924229bb114895ee5177dcb5' target='_blank'>changes</a>)</li>
<li>Update copyright to 2013 (<a href='https://github.com/sharpdx/SharpDX/commit/43e8d8613084e8d1e0ff5c842d140f40ea511095' target='_blank'>changes</a>)</li>
</ul>
<h4>MediaFoundation</h4>
<ul>
<li>Add MediaServiceKeys and add SericeProvider.GetService<T> method (<a href='https://github.com/sharpdx/SharpDX/commit/8d48ce8930dfbd8408744524e095407f047274fb' target='_blank'>changes</a>)</li>
<li>Add MediaSessionCallback to provide a default callback to handle MediaSession events (<a href='https://github.com/sharpdx/SharpDX/commit/547ab18c32817ecc581035bdb9f615b0f1e89bb7' target='_blank'>changes</a>)</li>
<li>Bug fix in Transform.ProcessOutput return value (<a href='https://github.com/sharpdx/SharpDX/commit/4ec93a787c59cd40ae91ba3b86c658e69975b9b8' target='_blank'>changes</a>)</li>
<li>Clear AsyncResult.NativePointer once used by the callback in order to avoir false-positive log in ObjectTracker (<a href='https://github.com/sharpdx/SharpDX/commit/7420706b132ed2173f6f4b4dfa0c37033f0bcb5d' target='_blank'>changes</a>)</li>
<li>Fix compilation error with AsyncCallback (<a href='https://github.com/sharpdx/SharpDX/commit/23b15309f2eafe16d2b5d502fd482bcfd9c283a2' target='_blank'>changes</a>)</li>
<li>Fix compilation errors on Windows RT (<a href='https://github.com/sharpdx/SharpDX/commit/1f96ccad99e77567a36298fd2074992c44b84d0f' target='_blank'>changes</a>)</li>
<li>Fix compilation for WP8 (<a href='https://github.com/sharpdx/SharpDX/commit/ce136ef8f72137e50ba0d25831929b4a024d3845' target='_blank'>changes</a>)</li>
<li>Fix compilation on Windows App and Phone 8 (<a href='https://github.com/sharpdx/SharpDX/commit/5becd1becacd846e5186d65fc69c84cdd391ef27' target='_blank'>changes</a>)</li>
<li>Fix compilation with ServiceProvider (<a href='https://github.com/sharpdx/SharpDX/commit/b4295a3df295fe062d6953e97e197d3eff51c476' target='_blank'>changes</a>)</li>
<li>Fix invalid implem of MediaEventGenerator.GetEvent isBlocking (<a href='https://github.com/sharpdx/SharpDX/commit/4aa2eeb0b46f42a386c9c3d51943fe058f40f8d4' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=269' target='_blank'>issue #269</a>. MediaEngine.PlaybackEvent should be fired. Add MediaEngineApp sample on Dekstop. (<a href='https://github.com/sharpdx/SharpDX/commit/5aba194b367959769758da6a913a46cc764f4ee8' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=367' target='_blank'>issue #367</a>. Dispose correctly all SourceReader (<a href='https://github.com/sharpdx/SharpDX/commit/33e06c53cd678e52cb05223c911352f6d3399a09' target='_blank'>changes</a>)</li>
<li>Fix <a href='https://github.com/sharpdx/SharpDX/issues/38' target='_blank'>issue #38</a>. Implemented AsyncCallback for MediaEventGenerator. (<a href='https://github.com/sharpdx/SharpDX/commit/c5e6484b88fa4b90772c1b9f694517fe30d2b81e' target='_blank'>changes</a>)</li>
<li>Fix issue with AsyncCallback in order for MediaSession to work with it (<a href='https://github.com/sharpdx/SharpDX/commit/8cab5fe124799a9eb2f45260a9482b2e0cb83197' target='_blank'>changes</a>)</li>
<li>Fix issue with MediaEngine.Source that was passing an invalid filename to the native layer (<a href='https://github.com/sharpdx/SharpDX/commit/b1fc4138e040f2a5139dc899750239ae6f94bf29' target='_blank'>changes</a>)</li>
<li>Fix MediaManager.Shutdown to use isStartup internal state (<a href='https://github.com/sharpdx/SharpDX/commit/4641d576d47185db8949a3a1fbb4272c56f1d302' target='_blank'>changes</a>)</li>
<li>Make DXGIDeviceManager available on Windows 8 Desktop (<a href='https://github.com/sharpdx/SharpDX/commit/9cf721ad1227eec469bd82ff183d2718e5f51b4e' target='_blank'>changes</a>)</li>
<li>Make MediaEngine available on Windows 8 Desktop (<a href='https://github.com/sharpdx/SharpDX/commit/a6cc5be093602161a671e239ec40609ac535954a' target='_blank'>changes</a>)</li>
<li>Map missing enums and guids, remap some interface to allow audio encoding and decoding using IMFTransform. (<a href='https://github.com/sharpdx/SharpDX/commit/902cdad6d2a9dcf5aaa7bb222846cc2f8d8945cf' target='_blank'>changes</a>)</li>
<li>Rename MediaFactory.TEnumEx to FindTransform. Add ResultCode with all MF_E_ result code error. Fix Transform methods by returning boolean (<a href='https://github.com/sharpdx/SharpDX/commit/4846597b931835b0c12668cd909fb1fa500405f5' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/fd068422cebe56458a205923b72f5f57a08dbcb2' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/ea0224abb95fc8aa0c31b03c6307b80fcd31d6e6' target='_blank'>2</a>)</li>
<li>Start to work on AsyncCallback (<a href='https://github.com/sharpdx/SharpDX/commit/9c62a1780ada2405718e6f364b6c7cc7eae5b51d' target='_blank'>changes</a>)</li>
</ul>
<h4>RawInput</h4>
<ul>
<li>Fix regression by using by default Application.AddMessageFilter (<a href='https://github.com/sharpdx/SharpDX/commit/e2b20da5885e73b9801b66034a74f4dcd23950c1' target='_blank'>changes</a>)</li>
<li>Fix regression when there is no windows having the focus in an application (<a href='https://github.com/sharpdx/SharpDX/commit/b23ae8804d0f425cc95a355aa2aeb0fd1631052b' target='_blank'>changes</a>)</li>
<li>Use of SharpDX.Win32.MessageFilterHook instead of Application.AddMessageFilter (<a href='https://github.com/sharpdx/SharpDX/commit/fac006c4441485348e17c2555b7e79f28f43c431' target='_blank'>changes</a>)</li>
</ul>
<h4>Release</h4>
<ul>
<li>Last fixes for 2.4.2. Remove unused documentation links. (<a href='https://github.com/sharpdx/SharpDX/commit/e8749b01569e48ac7cb828e5c2948eb49a300519' target='_blank'>changes</a>)</li>
</ul>
<h4>Samples</h4>
<ul>
<li>Add Direct3D11.1 ScreenCapture sample using DXGI OutputDuplication (<a href='https://github.com/sharpdx/SharpDX/commit/7826a49fd930f97a58fffe1f5916f60c01dfe54d' target='_blank'>changes</a>)</li>
<li>Add ID3D10Multithread.SetMultithreadProtected(true); in MediaPlayer to avoid instability (<a href='https://github.com/sharpdx/SharpDX/commit/8e78b785655a3632dcbb6069627344c59db89de3' target='_blank'>changes</a>)</li>
<li>Add ModelRendering sample on WP8 and WinRT (<a href='https://github.com/sharpdx/SharpDX/commit/ee59faec8a2d2a15ab7c9f00db57b903fa4c91b3' target='_blank'>changes</a>)</li>
<li>Add Toolkit WP8 DrawingSurface sample (<a href='https://github.com/sharpdx/SharpDX/commit/c480cbebae73d374c7debd9d93076a3a9253e92b' target='_blank'>changes</a>)</li>
<li>Added Direct2D1 offline image processing sample. (<a href='https://github.com/sharpdx/SharpDX/commit/d69128163af86632ab61398513d6e2fa8083a545' target='_blank'>changes</a>)</li>
<li>added sample for Desktop mouse input (<a href='https://github.com/sharpdx/SharpDX/commit/8974e7f3bee9779dc2208fcb934160772c8b8602' target='_blank'>changes</a>)</li>
<li>change ref's to out (<a href='https://github.com/sharpdx/SharpDX/commit/070dd4218d226693d9ced79a77306b1830f4c436' target='_blank'>changes</a>)</li>
<li>Fix compilation (<a href='https://github.com/sharpdx/SharpDX/commit/d28e6a1ff9c7d524383ceeb1621368ad74b353a2' target='_blank'>changes</a>)</li>
<li>Fix compilation with Matrix3x2 (<a href='https://github.com/sharpdx/SharpDX/commit/c189f53021af05d60beac33cee9c3cf60fc13292' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=342' target='_blank'>issue #342</a>. WP8 MiniCube SharpDXBase should use new SharpDX.ViewportF (<a href='https://github.com/sharpdx/SharpDX/commit/ceaed591d4dac52b375d021ea85aa715614dae23' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=360' target='_blank'>issue #360</a> (changes: <a href='https://github.com/sharpdx/SharpDX/commit/d42c70a462b77329cf72cafd378ec748e86abf5a' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/8974870ea0b77249156039d8100440901ef5a430' target='_blank'>2</a>)</li>
<li>Fix Toolkit samples to use SharpDX.targets (<a href='https://github.com/sharpdx/SharpDX/commit/c259fe4be665544a6e85920675688e10c1efc43f' target='_blank'>changes</a>)</li>
<li>Fix Win8 samples (<a href='https://github.com/sharpdx/SharpDX/commit/61d4b24a7b9b1b5e61b5d53c00d11ab710c9c5a6' target='_blank'>changes</a>)</li>
<li>Fix Win8 samples using new SharpDX.ViewportF (<a href='https://github.com/sharpdx/SharpDX/commit/7d5ae423853df225f6b9b88b42974e4a530dc0ba' target='_blank'>changes</a>)</li>
<li>Fix WP8 sample using SharpDX.targets (<a href='https://github.com/sharpdx/SharpDX/commit/dd63696184fcb2446dcf702af7daec6989c32021' target='_blank'>changes</a>)</li>
<li>Fixed CustomLayout sample (<a href='https://github.com/sharpdx/SharpDX/commit/dea041f8d6c032ddc66e2f3613cf1a44e0820e0d' target='_blank'>changes</a>)</li>
<li>fixed memory leak (<a href='https://github.com/sharpdx/SharpDX/commit/c38b6216674b72ab6f632d3894a11d19945020a5' target='_blank'>changes</a>)</li>
<li>Fixed resume issue on windows phone, see https://code.google.com/p/sharpdx/issues/detail?id=414&colspec=ID%20Type%20Status%20Priority%20Component%20Owner%20Summary%20Opened%20Modified for details... (<a href='https://github.com/sharpdx/SharpDX/commit/372e73f1342180f5b306c44efc0584c7a29d527c' target='_blank'>changes</a>)</li>
<li>Hide SystemTray on all WP8 toolkit samples (<a href='https://github.com/sharpdx/SharpDX/commit/cb0a06f374f692fa078e73cbd0a5628645b99bb6' target='_blank'>changes</a>)</li>
<li>Remove all old sample.csproj (<a href='https://github.com/sharpdx/SharpDX/commit/c38ee54ead091466ec60368fae0e4c9ea146eb8c' target='_blank'>changes</a>)</li>
<li>Remove unused compiled file (<a href='https://github.com/sharpdx/SharpDX/commit/55bbad4b74bc6816463eee33ecc82ec416c113bf' target='_blank'>changes</a>)</li>
<li>Update CustomEffect with latest changes from tkfxc/Effect compiler. (<a href='https://github.com/sharpdx/SharpDX/commit/eed288e325a84e3e702893aac0c57bbd3c84eb12' target='_blank'>changes</a>)</li>
</ul>
<h4>SharpDoc</h4>
<ul>
<li>Add nested types. Not entirely well supported (<a href='https://github.com/sharpdx/SharpDX/commit/94e5a5451f7570386b6a4d47992a02ba751f28e1' target='_blank'>changes</a>)</li>
<li>Fix invalid XHTML tags (<a href='https://github.com/sharpdx/SharpDX/commit/3c4dc6acbaf38966a8f73d1a4cc03228d8962447' target='_blank'>changes</a>)</li>
<li>Fix issue with MSHC. URL in css are not working. Ask for a workaround on MSFT forum (<a href='https://github.com/sharpdx/SharpDX/commit/b771661ad5e96d33c0e1698dd05e2c956906e81a' target='_blank'>changes</a>)</li>
<li>Fix remaining issue with MSHC documentation generation (<a href='https://github.com/sharpdx/SharpDX/commit/90e0bfdf3f943e4f210d27f5551eeb7908430ef3' target='_blank'>changes</a>)</li>
<li>Start to add support for MSHC documentation (<a href='https://github.com/sharpdx/SharpDX/commit/a0855e8cfe780743ab36048591128e1dafeebb68' target='_blank'>changes</a>)</li>
</ul>
<h4>SharpDX</h4>
<ul>
<li>* math tweaks (<a href='https://github.com/sharpdx/SharpDX/commit/a61d092efc6ea139178e01dbb9ffeb4c1f502357' target='_blank'>changes</a>)</li>
<li>@ math fixes (<a href='https://github.com/sharpdx/SharpDX/commit/bd046efd09852260e32c278e5296046acb6ef2cc' target='_blank'>changes</a>)</li>
<li>Add a comment in MathUtil.Wrap tests for floats to point out that precision cannot be guaranteed and safely tested (<a href='https://github.com/sharpdx/SharpDX/commit/326c3520b04da7633df76cc7911f3c95e38f6d83' target='_blank'>changes</a>)</li>
<li>Add clamp method for integers. (<a href='https://github.com/sharpdx/SharpDX/commit/4e21a6a89f0eb1563a21fc3bb80db309bd825a3e' target='_blank'>changes</a>)</li>
<li>Add Color.ToColor4 method (<a href='https://github.com/sharpdx/SharpDX/commit/c56648fd24db3466cd55a5e1df8e962282c78ffa' target='_blank'>changes</a>)</li>
<li>Add Color3.Black and Color3.White (<a href='https://github.com/sharpdx/SharpDX/commit/bcfb350e868139ea1da8d811702535cc13be06f9' target='_blank'>changes</a>)</li>
<li>Add Color4.Black and Color4.White (<a href='https://github.com/sharpdx/SharpDX/commit/965b19cf089d1dbb8f65e5b70e8064436c8dc632' target='_blank'>changes</a>)</li>
<li>Add comments (<a href='https://github.com/sharpdx/SharpDX/commit/e45f47b7d4f8504c73ec89696075674c8d26154a' target='_blank'>changes</a>)</li>
<li>Add constructors for Color4 - fix issue 328 (<a href='https://github.com/sharpdx/SharpDX/commit/14b00f0edd445c35e379cd4cc840787b1678e24f' target='_blank'>changes</a>)</li>
<li>Add Contains methods to DrawingRectangle. (<a href='https://github.com/sharpdx/SharpDX/commit/a7aa982b473b8939f44eef3957db6f754c9a08dd' target='_blank'>changes</a>)</li>
<li>Add Contains methods to DrawingRectangleF. (<a href='https://github.com/sharpdx/SharpDX/commit/12bfcc4c818045e87aee27ad8f7563c09de0c741' target='_blank'>changes</a>)</li>
<li>Add Contains methods to Rectangle. (<a href='https://github.com/sharpdx/SharpDX/commit/117c159109661d9003ad1e2d865755d8f802f4d6' target='_blank'>changes</a>)</li>
<li>Add Contains methods to RectangleF. (<a href='https://github.com/sharpdx/SharpDX/commit/9047e9ee7f18c2faa658a3ef17bb51ee5d8dd39f' target='_blank'>changes</a>)</li>
<li>Add ID3D10Multithread interface to SharpDX.Direct3D.DeviceMultithread that will be shared between Direct3D10 and Direct3D11. This is needed when using MediaEngine Video/Texture interop. (<a href='https://github.com/sharpdx/SharpDX/commit/7041eee00b40d3da0097d2ef254a3bf302ccfa53' target='_blank'>changes</a>)</li>
<li>Add implementation for Matrix.Skew (<a href='https://github.com/sharpdx/SharpDX/commit/126a95329dcdc04374a0a6dabd4290b51d53728a' target='_blank'>changes</a>)</li>
<li>Add Lerp() and SmoothStep() to Matrix3x2 (<a href='https://github.com/sharpdx/SharpDX/commit/ad96d3f4c5d383ec617b4fc10fc6fb2d45603566' target='_blank'>changes</a>)</li>
<li>Add Lerp() and SmoothStep() to Matrix3x2 (cherry picked from commit ad96d3f4c5d383ec617b4fc10fc6fb2d45603566) (<a href='https://github.com/sharpdx/SharpDX/commit/5dba3ec0fbb89b7c199b41a6d1ed9b091ce06ed5' target='_blank'>changes</a>)</li>
<li>Add license to OrientedBoudingBox (<a href='https://github.com/sharpdx/SharpDX/commit/fd1dd91e4a19dbddf987bce4bba9de9ee88c1988' target='_blank'>changes</a>)</li>
<li>Add Matrix vectors. (<a href='https://github.com/sharpdx/SharpDX/commit/33c9e25001169b94abebcae9b82d5a994ea71298' target='_blank'>changes</a>)</li>
<li>Add Matrix3x2.Rotation() about a center point (<a href='https://github.com/sharpdx/SharpDX/commit/ebf1e3a28703e3c57e20e54e03548177a194e11c' target='_blank'>changes</a>)</li>
<li>Add Matrix3x2.Transformation() (changes: <a href='https://github.com/sharpdx/SharpDX/commit/ab29c5f1cff52a2794e0da6710b84188fd7cb8d3' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/5b592fed58c30ce4814801717765400642970b47' target='_blank'>2</a>)</li>
<li>Add properties for Rectangle/F size and corner positions (<a href='https://github.com/sharpdx/SharpDX/commit/ddf479ced2c9bf4ead78c7b12bc0fde068062bf8' target='_blank'>changes</a>)</li>
<li>Add Resource.FromMemory overloads to load textures from unmanaged memory (<a href='https://github.com/sharpdx/SharpDX/commit/4c0964b1253ecba6b9f2ceaca083d62ec526e892' target='_blank'>changes</a>)</li>
<li>Add SharpDX.Win32.MessageFilterHook that provides IMessageFilter hook for a particular window HWND handle (<a href='https://github.com/sharpdx/SharpDX/commit/70242b427201a000eb67fee71ad21eb54741c289' target='_blank'>changes</a>)</li>
<li>Add Thread name to TaskUtil.Start (<a href='https://github.com/sharpdx/SharpDX/commit/e1e6365ddd15f0c6561872ff4c069938df76b244' target='_blank'>changes</a>)</li>
<li>Add Up, Down, Left, Right, ForwardRH, ForwardLH, BackwardRH and BackwardLH to Vector3 (<a href='https://github.com/sharpdx/SharpDX/commit/8abf481d6b99d1e076da0e046d557f0524c891e7' target='_blank'>changes</a>)</li>
<li>Added comments. (<a href='https://github.com/sharpdx/SharpDX/commit/f42b3db9e08810641620722997afaee21e95d2d8' target='_blank'>changes</a>)</li>
<li>Added GetPickRay method. (<a href='https://github.com/sharpdx/SharpDX/commit/5fc7582a3f2e5dfbc58a7637789451c682b6340b' target='_blank'>changes</a>)</li>
<li>Added MathUtil.Lerp (changes: <a href='https://github.com/sharpdx/SharpDX/commit/23cd1f19429d06030cd78700d1a193ff0a4cdd37' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/10b74fc23e7b5014e898854997420bbaa77dcf28' target='_blank'>2</a>)</li>
<li>Added missing commentary to Bool4. (<a href='https://github.com/sharpdx/SharpDX/commit/1a31b6f7f01ef6f6db3117e4a0d7ff845d83ea80' target='_blank'>changes</a>)</li>
<li>Added new methods for random to MathUtil. (<a href='https://github.com/sharpdx/SharpDX/commit/1595a7157d576eb1d83601c35479250091357aab' target='_blank'>changes</a>)</li>
<li>BREAKING CHANGES: Remove of DrawingPoint/F, DrawingRectangle/F. Rename of DrawingSize/F to Size2/F, and DrawingPoint to Point. DrawingPointF is now Vector2. Constructor of Rectangle/F are taking (X, Y, WIDTH, HEIGHT) instead of (left, top, right, bottom). Add several missing helper methods in Rectangle/F (Intersects, Union) (<a href='https://github.com/sharpdx/SharpDX/commit/e0996249b88cbfd3b2e32e180f130c64a4370911' target='_blank'>changes</a>)</li>
<li>Change GetRandomXXX to NextXXX to match Random class naming. (<a href='https://github.com/sharpdx/SharpDX/commit/8c5b5a57587547b1632c44e58887397a6fafdf7c' target='_blank'>changes</a>)</li>
<li>changed MathUtil.Wrap to throw exception if min argument is greater than max to avoid confusion as the correct behavior is not defined (<a href='https://github.com/sharpdx/SharpDX/commit/9b2e4d8eb4c3c07e27444e3fbace3e49d7e64002' target='_blank'>changes</a>)</li>
<li>Clean up comments in Matrix3x2 (changes: <a href='https://github.com/sharpdx/SharpDX/commit/fb1d1225102fd40ef777e881485b01f502abfd25' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/b8af97c27ceef775e9ee6d4fe3b31df0349c15f5' target='_blank'>2</a>)</li>
<li>Clean up MathUtil (<a href='https://github.com/sharpdx/SharpDX/commit/9aac138e53852a216e1ac3a5c50226d23a976ec9' target='_blank'>changes</a>)</li>
<li>cleaned up ToString overloads for Color, Color4 and ColorBGRA structures (<a href='https://github.com/sharpdx/SharpDX/commit/325edc241f1df41909301820ae6f78f95a76bd49' target='_blank'>changes</a>)</li>
<li>comment fixes. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/ed2b079b40ca842c3c9c18136a0e31f3b7244d9d' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/adcf6f41828bdac6aacf779f815f26a48e92b621' target='_blank'>2</a>, <a href='https://github.com/sharpdx/SharpDX/commit/83d547ed8239e7479c3f6d530eef9e58d07caee5' target='_blank'>3</a>)</li>
<li>Comment fixes. (<a href='https://github.com/sharpdx/SharpDX/commit/d80eccb8e28bda9d6769e500ab47540e6c445e01' target='_blank'>changes</a>)</li>
<li>Deactivate code Ray.GetPickRay as it is using a non accessible struct (<a href='https://github.com/sharpdx/SharpDX/commit/b7f8dcb231c3d562ab95466d53525aa69078d793' target='_blank'>changes</a>)</li>
<li>Don't call RenderForm.OnUserResized event when cachedSize is empty (<a href='https://github.com/sharpdx/SharpDX/commit/4e232e19c6c46b541a4f8f273d5fa162b5be75ac' target='_blank'>changes</a>)</li>
<li>Enclose MathUtil extension methods by #if NET35Plus (<a href='https://github.com/sharpdx/SharpDX/commit/ff71c3e176bedfdc5ad86ef84d6cd40cf855c6dc' target='_blank'>changes</a>)</li>
<li>Fix a Color3.cs ToString formatting indexes. (<a href='https://github.com/sharpdx/SharpDX/commit/c47d474e9793cc4b6e7e92d50e2dedcbd4640b3e' target='_blank'>changes</a>)</li>
<li>Fix behavior of MathUtil.Wrap methods for int and floats (<a href='https://github.com/sharpdx/SharpDX/commit/0b585cd1b18f1ba626b5eb9ff524a971c85d2d34' target='_blank'>changes</a>)</li>
<li>Fix bug inside Wrap - change to overload. (<a href='https://github.com/sharpdx/SharpDX/commit/bd177814374d048b01fe468cad4afab9f5527420' target='_blank'>changes</a>)</li>
<li>Fix ColorBGRA.SmoothStep() (<a href='https://github.com/sharpdx/SharpDX/commit/05f4280a61c01101678f83267501fd3c6f4ab596' target='_blank'>changes</a>)</li>
<li>Fix ColorBGRA.SmoothStep() (cherry picked from commit 05f4280a61c01101678f83267501fd3c6f4ab596) (<a href='https://github.com/sharpdx/SharpDX/commit/935ade634d63c6de061db83fd7a96a6a3612e416' target='_blank'>changes</a>)</li>
<li>Fix comment for Matrix3x2.TranslationVector (changes: <a href='https://github.com/sharpdx/SharpDX/commit/245a659a3080fd70f497b16800d6b01770838537' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/36e5bd9c4c8dd9beb6af7a6718293483b6376664' target='_blank'>2</a>)</li>
<li>Fix comments (changes: <a href='https://github.com/sharpdx/SharpDX/commit/3dc3bd8743b5cf231c2a6f555cdfdee12e9ee60d' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/7f4aece8b62a8d7c93ffa4c4c1607600bf09ad5d' target='_blank'>2</a>, <a href='https://github.com/sharpdx/SharpDX/commit/099ae8877fd4747f1cce30826f82279976f1e3e1' target='_blank'>3</a>)</li>
<li>Fix compilation error (<a href='https://github.com/sharpdx/SharpDX/commit/0fe639df2593814be7cbfb53acd88193744ab505' target='_blank'>changes</a>)</li>
<li>Fix compilation issues for Net20 target (<a href='https://github.com/sharpdx/SharpDX/commit/4c6df9b3f4ef7c47ccc4cdf89be664fab40e4c89' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=334' target='_blank'>issue #334</a>. Add Matrix3x2.Invert method. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/9aa9cce06dc59d86aa1c01eaf41f9d3303fdaed4' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/6051a19dcb8c57ea4d0e27a3d1e043244c54ab6b' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=357' target='_blank'>issue #357</a>. Fix comments for X/Y/Width/Height (changes: <a href='https://github.com/sharpdx/SharpDX/commit/350b3aac6b61cda9caa5b277ccb41dd8a5d55bde' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/acc053d07a1a8d6ff900a9143e1a1c7a8954d838' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=380' target='_blank'>issue #380</a>. Add ObjectTracker Tracked/UnTracked events. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/bf3d917a4bece9e47a0683dfc814443f65f1320a' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/40f5ee3163e9e4129fcd258544d3f6c48f50b453' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=382' target='_blank'>issue #382</a>. DrawingRectangleF.Contains was not testing correctly (<a href='https://github.com/sharpdx/SharpDX/commit/da36363d103056d88b6672a69544cc572aaadd1f' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=420' target='_blank'>issue #420</a>. Fix BinarySerializer to support self-recursive serialization (<a href='https://github.com/sharpdx/SharpDX/commit/84859b57ed19efe7c8c6209436461370bae6b3c4' target='_blank'>changes</a>)</li>
<li>fix Issue 328 - Color3 ToString method bug fixed (<a href='https://github.com/sharpdx/SharpDX/commit/92b517be71380906a4f52fbefd4028516c21b394' target='_blank'>changes</a>)</li>
<li>Fix issue 423. Whenever DataStream.DataPointer was used, we need to use PositionPointer instead. Change all usage inside SharpDX. (<a href='https://github.com/sharpdx/SharpDX/commit/c247573251af9e6778c9138e06d55ed046c5ea41' target='_blank'>changes</a>)</li>
<li>Fix issue with ID3D10Multithread mapping for WP8/Win8 (<a href='https://github.com/sharpdx/SharpDX/commit/ec5d0827d530a6044d5288cfbd3eeb8c90b4d448' target='_blank'>changes</a>)</li>
<li>Fix issue with Matrix.Invert returning Matrix.Zero when determinant was too small (<1e-6) (<a href='https://github.com/sharpdx/SharpDX/commit/a3331176aa9acdc0693ab7e414efcbd9bf877153' target='_blank'>changes</a>)</li>
<li>Fix issue with string marshaling on Windows Phone (<a href='https://github.com/sharpdx/SharpDX/commit/3ed6e8ed49d0326d2a4c55761a6cc793062f5664' target='_blank'>changes</a>)</li>
<li>Fix MathUtil.Wrap (<a href='https://github.com/sharpdx/SharpDX/commit/a9dcf04d5c13d99879c118118671eb82e3bcde82' target='_blank'>changes</a>)</li>
<li>Fix RenderForm UserResized event from maximized to restored (changes: <a href='https://github.com/sharpdx/SharpDX/commit/2c3a4d773d3bfc294e64644a4fdfc170574e06ba' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/6fe7138d8bb9da7401563b36f0de331e32bdedf5' target='_blank'>2</a>)</li>
<li>Fix various spellcheck. squash commits from pull request https://github.com/sharpdx/SharpDX/pull/94 (<a href='https://github.com/sharpdx/SharpDX/commit/dd39c3dbfe8676fb990ef41ebc0940de9e635d96' target='_blank'>changes</a>)</li>
<li>Fix Vector4 operator / with Vector4 (<a href='https://github.com/sharpdx/SharpDX/commit/db282962c674025958b5ff6d4380f78a94230e81' target='_blank'>changes</a>)</li>
<li>FIX: DisposeBase now raises Disposing and Disposed events in a thread safer manner. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/8a6fb84deb1ee2a1d7f6124523fb39c81af08881' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/580c19c8a94324d613684723da9951a7a6262a19' target='_blank'>2</a>)</li>
<li>fixed compilation of MathUtil (<a href='https://github.com/sharpdx/SharpDX/commit/95c06a44866c93ca451c7feb36e13fcab78c07f4' target='_blank'>changes</a>)</li>
<li>Fixed <a href='https://github.com/sharpdx/SharpDX/issues/127' target='_blank'>issue #127</a> (<a href='https://github.com/sharpdx/SharpDX/commit/394b07434789e070827766ebcc36f4c2a6045e46' target='_blank'>changes</a>)</li>
<li>Fixed WinRT build - added missing 'using' directive' (changes: <a href='https://github.com/sharpdx/SharpDX/commit/8fe625001642286492c833ab6350cebd0add8c0e' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/b15b335734fbfaa709c6f4e10967cc0bd253cb19' target='_blank'>2</a>)</li>
<li>fixes (<a href='https://github.com/sharpdx/SharpDX/commit/6d69e823dc02c1296de383a61edd64ca5145bcd4' target='_blank'>changes</a>)</li>
<li>Implementation of OrientedBoundingBox struct (<a href='https://github.com/sharpdx/SharpDX/commit/9b5f5e574262c8fafc42397f280ba1a722ce128d' target='_blank'>changes</a>)</li>
<li>Issue 379: BoundingFrustum.GetCorners allocation @ fixed (<a href='https://github.com/sharpdx/SharpDX/commit/659423aa3e9e97b5e505c44a47ac62f9e068c633' target='_blank'>changes</a>)</li>
<li>Make internal method CppObjectShadow.ToIntPtr public and move it to CppObject.ToCallbackPtr (<a href='https://github.com/sharpdx/SharpDX/commit/2d9f166fc786465c6849df1d6c131602982dc170' target='_blank'>changes</a>)</li>
<li>New formula for MathUtil.Lerp (changes: <a href='https://github.com/sharpdx/SharpDX/commit/e293a565b469810220f593ff9b79481499ef7a54' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/6dd4020bd0f1e423758ce2763fef0bda1c0d5db5' target='_blank'>2</a>)</li>
<li>NEW: Added support for thread static object tracking (changes: <a href='https://github.com/sharpdx/SharpDX/commit/2c5205905c027e665c71ed0af8b400f7d8661e30' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/73142aecd1b20619d0cdc1147cd572ddaea83cbb' target='_blank'>2</a>)</li>
<li>NEW: Extended Variant structure to support reading/writing file-times as DateTime objects, and writing string objects. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/2f1fc0f67b8600554b7e99a6ababc74dac29a9ee' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/e77cdc8d10a2b2dcfba3ada82ffa2d24e1a8b9e1' target='_blank'>2</a>)</li>
<li>RectangleF methods should accept floats (<a href='https://github.com/sharpdx/SharpDX/commit/4fc393bdb18780b4ab4d70c7cedcd45a53517b2c' target='_blank'>changes</a>)</li>
<li>Reduce duplicate code in Rectangle/F (<a href='https://github.com/sharpdx/SharpDX/commit/58e01e386af7864cd14d92f9f8008a7d8f10776e' target='_blank'>changes</a>)</li>
<li>Reduce duplicate lerp code and use MathUtil.Lerp() everywhere (<a href='https://github.com/sharpdx/SharpDX/commit/e28bd10385d19fa34e1a7497b068d9345a51d7a3' target='_blank'>changes</a>)</li>
<li>Reduced code duplication in string formatting for Color3 and extracted text to constant (<a href='https://github.com/sharpdx/SharpDX/commit/262bf1b36bfe2b46f3a5628a3c66600ec43034d4' target='_blank'>changes</a>)</li>
<li>Remove finalizer on DisposeBase and Configuration.EnableReleaseOnFinalizer. This APIs are not safe in a multithreaded application with COM objects (<a href='https://github.com/sharpdx/SharpDX/commit/b6fee01620a9a1d652f1cef81d6d9a09197bcde6' target='_blank'>changes</a>)</li>
<li>removed commented code and improved comments formatting (changes: <a href='https://github.com/sharpdx/SharpDX/commit/1fa84a7f59616b7464b9e0028b52247d5777d8f9' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/69eb4ac6701186c123f3a740aa02b0306de08e51' target='_blank'>2</a>)</li>
<li>Rename Random.NextTimespan to NextTime (changes: <a href='https://github.com/sharpdx/SharpDX/commit/88a894837c59b344bc41fd5d728472decb1f04cf' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/1fadcdaca85779a2841de2ec07fc3f65aaf47a18' target='_blank'>2</a>)</li>
<li>Rename SharpDX.Win32.PropertyKey to PropertyBagKey (<a href='https://github.com/sharpdx/SharpDX/commit/48eba7bca44e37008878b368f9226c453cd00d57' target='_blank'>changes</a>)</li>
<li>reordered members of Rectangle and RectangleF to meet code conventions (<a href='https://github.com/sharpdx/SharpDX/commit/e31967348a06e0599aada71aaf7db86ed0cb27ef' target='_blank'>changes</a>)</li>
<li>Skip processing F10 key when pressed from a RenderForm as it is blocking the rendering (<a href='https://github.com/sharpdx/SharpDX/commit/ff505bb17411a5479b23fb13da6baf0b73a514aa' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/f36e33790dca124d827127b5f24a64d9c24de73b' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/e8614d251ca6a9d9e5d304bd5fbdb9a3c2a161a4' target='_blank'>2</a>)</li>
<li>Two simple gauss methods. (<a href='https://github.com/sharpdx/SharpDX/commit/d67f417e48e979a573bcd50cbb47d783702fc164' target='_blank'>changes</a>)</li>
<li>Update BoundingFrustum.cs (changes: <a href='https://github.com/sharpdx/SharpDX/commit/207ae613c8b207c661dc0c9536e63f4514a0fbab' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/bdee25f335797322bb4e32856a12a81ad1ab000a' target='_blank'>2</a>)</li>
<li>Update some internal usage of Dictionary<IntPtr,XXX> to use an IEqualityComparer<IntPtr> in order to avoid boxing/gc (<a href='https://github.com/sharpdx/SharpDX/commit/5c607dde98a7ea0dc105f17d15124b5540dd1d3a' target='_blank'>changes</a>)</li>
<li>Update Source/SharpDX/DrawingRectangleF.cs (<a href='https://github.com/sharpdx/SharpDX/commit/ee54737e247aabf3a268594b4027fe7c7cd7831d' target='_blank'>changes</a>)</li>
<li>Utilities.FreeMemory won't release IntPtr.Zero pointer (<a href='https://github.com/sharpdx/SharpDX/commit/7ee30c09af5d31d4ff70a94eadd6dd06783dd57c' target='_blank'>changes</a>)</li>
</ul>
<h4>SharpGen</h4>
<ul>
<li>Add more detailed statistics for each API (<a href='https://github.com/sharpdx/SharpDX/commit/c5e1aeac65459346973fdecf8138f550340a18fe' target='_blank'>changes</a>)</li>
<li>Change NamingRulesManager behavior for abbreviation. Breaking changes for somes enums/struct/class names that were previously not correctly CamelCase (<a href='https://github.com/sharpdx/SharpDX/commit/4a6f53cef065a63342224a3d5ded638bd92f39ec' target='_blank'>changes</a>)</li>
</ul>
<h4>Tests</h4>
<ul>
<li>added unit test for MathUtil.Wrap methods (<a href='https://github.com/sharpdx/SharpDX/commit/5b16dd043bdb455354b82c5dc149aab1c09ef7c8' target='_blank'>changes</a>)</li>
<li>fixed some test cases for MathUtilWrapTests (<a href='https://github.com/sharpdx/SharpDX/commit/262c28d7ef99c8e5d905c3def872f4c78dfa8696' target='_blank'>changes</a>)</li>
</ul>
<h4>tkfxc</h4>
<ul>
<li>Add support for fast compilation when source file and include files are not changed compare to the output file, using the /Ti command line switch to use this feature. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/ddbd2a6ecb1ea540cb5e6f7beec1589716dd3461' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/4f989e03e1b4e19b62031a4db67040059300a5d5' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=429' target='_blank'>issue #429</a>. Add several missing options to tkfxc (<a href='https://github.com/sharpdx/SharpDX/commit/5ea3fdbd8e5a4f5b1b8f8ca65231e446d9ce1427' target='_blank'>changes</a>)</li>
<li>Imrpoves performance for compiler with /Ti option (CompileOnlyIfNewer). Output dependency file checked when option is set. (<a href='https://github.com/sharpdx/SharpDX/commit/5400b869fa7c21c704f5e63f9d09ae192b4288a2' target='_blank'>changes</a>)</li>
</ul>
<h4>tkmodel</h4>
<ul>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/bb309a2c5b6e2f8e3ea8235d4f3d73e516aa268f' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/b57a9419e65d7166433fc6a975a6b349399dd600' target='_blank'>2</a>)</li>
<li>Start to work on tkmodel using AssimpNet (<a href='https://github.com/sharpdx/SharpDX/commit/023c846ee5799a89b87a9196a6228ea1b4df30c4' target='_blank'>changes</a>)</li>
</ul>
<h4>Toolkit</h4>
<ul>
<li>Added a sample for a simple particle system. (<a href='https://github.com/sharpdx/SharpDX/commit/71d289e05a0c383e5bc0680333150f06c25197d9' target='_blank'>changes</a>)</li>
<li>Added input support for WPF (changes: <a href='https://github.com/sharpdx/SharpDX/commit/6086a2d7bd89f3f2d8f474d03b57e513a37c40d6' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/c930eeb609a9b01517667e816dcbf146ed229963' target='_blank'>2</a>)</li>
<li>Added WPF support in Toolkit (work in progress) (changes: <a href='https://github.com/sharpdx/SharpDX/commit/223e1aefdcd82fa13cfdf3f27ecb5b376e39965d' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/ad304203d9fdc70a6c1ba98a0c46b1f4c97c015c' target='_blank'>2</a>)</li>
<li>Allow unloading assets by name. (<a href='https://github.com/sharpdx/SharpDX/commit/11dd01df33664c20a3402a799c4f5c6de351fdc3' target='_blank'>changes</a>)</li>
<li>Fix compiling issue on WinRT (<a href='https://github.com/sharpdx/SharpDX/commit/d31ae8de9add63591bf350c388aa683fd7891761' target='_blank'>changes</a>)</li>
<li>Fix ContentManager to use Reader from type instead of registered readers (<a href='https://github.com/sharpdx/SharpDX/commit/331544574b17c9d0ba3190cd14f5ba4fae7a230a' target='_blank'>changes</a>)</li>
<li>Fixed compilation error (<a href='https://github.com/sharpdx/SharpDX/commit/8bd156de81666a081d3288354bec9859e2652b82' target='_blank'>changes</a>)</li>
<li>Improve GC performance by fixing a couple of possible allocation hotspots (<a href='https://github.com/sharpdx/SharpDX/commit/38fc56ce7551790dc055d0dd1465059a5ab66d7d' target='_blank'>changes</a>)</li>
<li>Make SharpDX.targets work with any 4.5.x framework (<a href='https://github.com/sharpdx/SharpDX/commit/bf8fefddb0ee2bf4eed84e2f94f37094825f7b55' target='_blank'>changes</a>)</li>
<li>Refactor IContentReader to use ReaderContentParameters. Allow to load a custom Effect object with the content manager via Content.Load<CustomEffect> (<a href='https://github.com/sharpdx/SharpDX/commit/4ef37587be608c2aed0c66491c2b55d1e9c766e9' target='_blank'>changes</a>)</li>
<li>Removed unnecessary using directive (<a href='https://github.com/sharpdx/SharpDX/commit/2a0a4fc930c5a4e38aeea2b2196cfd2f3a157048' target='_blank'>changes</a>)</li>
<li>Restore ContentManager's RootDirectory functionality. (cherry picked from commit e8eb769ddfae1afe16c6ff19367ed08a6a2786cc) (<a href='https://github.com/sharpdx/SharpDX/commit/b6b30f7e0377a539978a40c1d5169c00998e00bc' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/ddcf03eea4943e984bab86c22ed05628f5a97d4f' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/aeec337594108b427b0fd03391b8ac9e70f969a8' target='_blank'>2</a>)</li>
</ul>
<h4>Toolkit.Compiler</h4>
<ul>
<li>Add support for StreamOutput with only a VertexShader and without a GeometryShader (<a href='https://github.com/sharpdx/SharpDX/commit/9858298912f9aca7859c20d058cec9fdd3b7f7a8' target='_blank'>changes</a>)</li>
<li>Catch all exceptions in Compiler tasks (<a href='https://github.com/sharpdx/SharpDX/commit/7b22ef0ed087e3e9bcca1901011d786c48a578a2' target='_blank'>changes</a>)</li>
<li>Finish support for Model compiler, tkmodel command line and msbuild task (changes: <a href='https://github.com/sharpdx/SharpDX/commit/90d822590eb932a1093ad3c4a1f2708622e8177f' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/5698f78abfba98eda1af7f46966a4de785ed61db' target='_blank'>2</a>)</li>
<li>Fix compilation errors (<a href='https://github.com/sharpdx/SharpDX/commit/5cb75fd92f0cf4d2184d6fcd4a1f67b4f2f6f1c8' target='_blank'>changes</a>)</li>
<li>Fix Effect compiler error messages and parsing from task (<a href='https://github.com/sharpdx/SharpDX/commit/1cdb8c63295017867114e9a8d963337eb2dc9ab6' target='_blank'>changes</a>)</li>
<li>Fix error reporting to correct line for included files by patching preprocessor output (<a href='https://github.com/sharpdx/SharpDX/commit/90106d8929ea38d772bf596f246150d9f86e3ffb' target='_blank'>changes</a>)</li>
<li>Fix some issues with 11.1 profile (<a href='https://github.com/sharpdx/SharpDX/commit/becb79d7518ecb47fad5594c13d9659f09555432' target='_blank'>changes</a>)</li>
<li>fixed model compilation to create destination subdirectories (<a href='https://github.com/sharpdx/SharpDX/commit/99b1eff1b55e8081dc713c3f0a9317932d610e52' target='_blank'>changes</a>)</li>
<li>Fixed texture compilation task to work correctly with subfolders (<a href='https://github.com/sharpdx/SharpDX/commit/c25528b613249104ca44b5ef3896c6bfade23c3b' target='_blank'>changes</a>)</li>
<li>Improve ToolkitFxc msbuild task. Add SharpDX.targets to automatically configure a msbuild project using SharpDX assemblies and compiling HLSL files with ToolkitFxc (<a href='https://github.com/sharpdx/SharpDX/commit/325681f79580a884dce6e33b194d964f8c9de9d6' target='_blank'>changes</a>)</li>
<li>Make MathUtil static - add random extensions. (<a href='https://github.com/sharpdx/SharpDX/commit/7bff1128a8e44ab466019c3c6890fbfed386a211' target='_blank'>changes</a>)</li>
<li>ModelCompiler Bug Fix (changes: <a href='https://github.com/sharpdx/SharpDX/commit/e1acdb38d72ce19cabda578076f48fc1da30ee7f' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/d255e50cf6769f46f142f9b1c32d330d3524d165' target='_blank'>2</a>)</li>
<li>Prepare support for dynamic recompilation at runtime for shaders (only available on Desktop) (<a href='https://github.com/sharpdx/SharpDX/commit/28b49b1d9ba1357c2bfabed82dfe346effc6a157' target='_blank'>changes</a>)</li>
<li>Refactor TkFont by using XNA like XML declaration file and support compilation from Visual Studio. Update toolkit samples to use new ToolkitFont action (<a href='https://github.com/sharpdx/SharpDX/commit/df3da17cd926b9e09a49dd929fe37ef7342f6e88' target='_blank'>changes</a>)</li>
<li>Remove dependency to System.Linq with Font (<a href='https://github.com/sharpdx/SharpDX/commit/344ec88028dd7b8020e5fd8472cf6cf15656365d' target='_blank'>changes</a>)</li>
<li>Simplify MaterialKey (<a href='https://github.com/sharpdx/SharpDX/commit/45f210532691d14e66f7d112dc3f629c06696b1a' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/33e75cc6231c4b1b00acc19ce7df17c2e89d3429' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/51e40b5058f3686c99cac9e8d4305c775979010a' target='_blank'>2</a>)</li>
<li>Store Debug/Reflection data when shader compiled in Debug mode to improve experience with Graphics Debugger like NSight (<a href='https://github.com/sharpdx/SharpDX/commit/db5fec48a84e08781d6dc354740caa2753db7d04' target='_blank'>changes</a>)</li>
<li>Update to latest Assimp.NET. Recompile assimp binaries to use latest FBX support (<a href='https://github.com/sharpdx/SharpDX/commit/48f116c0fa9398011b81cfcc448e377147dfd970' target='_blank'>changes</a>)</li>
<li>Use Assimp ImportFromFile instead of ImportFromStream to let assimp to be able to look up for mtl files for obj assets (<a href='https://github.com/sharpdx/SharpDX/commit/43f53ff890c2cc9ff542e0da6abcd4e4579544d3' target='_blank'>changes</a>)</li>
</ul>
<h4>Toolkit.CompilerTask</h4>
<ul>
<li>Add Bin\Redist\D3D to PATH variable in order to support D3DCompiler_46.dll automatically (<a href='https://github.com/sharpdx/SharpDX/commit/5bb0351d35cdab4ad439b091ae5ad44107d16b08' target='_blank'>changes</a>)</li>
<li>Add license/comments (<a href='https://github.com/sharpdx/SharpDX/commit/2f466882078d500e4e955976e06ee3d226d0c86d' target='_blank'>changes</a>)</li>
<li>Add new project to support msbuild task to compile Toolkit FX files (<a href='https://github.com/sharpdx/SharpDX/commit/b3b38fb738db686464b3fb37c7a016bfbd32946f' target='_blank'>changes</a>)</li>
<li>Add support for compiling to a C# file (<a href='https://github.com/sharpdx/SharpDX/commit/b4706ac5704295a4f8958f2d89e703169fb64adc' target='_blank'>changes</a>)</li>
<li>Fix TkFxc Task to compile correctly under WinRT by copying automatically all generated fxo file to AppX folder (this is also working with project dependency). Add support for cs generated file. (<a href='https://github.com/sharpdx/SharpDX/commit/44ee2cd2f0d9c38d90e77e12ad34bf7349638669' target='_blank'>changes</a>)</li>
<li>Fixed message type reporting by msbuild task for parsed messages (<a href='https://github.com/sharpdx/SharpDX/commit/c7cfe370b87489ccc7aeff37d8540f3ff7189306' target='_blank'>changes</a>)</li>
<li>Handle "Link" from Visual Studio (<a href='https://github.com/sharpdx/SharpDX/commit/17471bba3103be79c3f92a5e7f97ab9d56ab4296' target='_blank'>changes</a>)</li>
<li>refactored content compilation tasks to remove duplicate code (<a href='https://github.com/sharpdx/SharpDX/commit/d062e8a5ad6d9078596801b2b2d7e52547a1f540' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/2a4cb2a28617c291816d1175437019dc1f84f48a' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/5acd2e42d64b5867b38ce03887c09af9ed1240e7' target='_blank'>2</a>)</li>
<li>Try to support output files to be copied with project dependency. Not working yet. (<a href='https://github.com/sharpdx/SharpDX/commit/e658fe1dc164cbcccafb8d69aa3d38d968522c2c' target='_blank'>changes</a>)</li>
</ul>
<h4>Toolkit.Game</h4>
<ul>
<li>Add helper method Game.ToDisposeContent to automatically dispose content created in a LoadContent method (<a href='https://github.com/sharpdx/SharpDX/commit/e28f0d8897d6e612680269b3a2382826b5d9003d' target='_blank'>changes</a>)</li>
<li>Add support for custom Width/Height for DrawingSurface. (<a href='https://github.com/sharpdx/SharpDX/commit/9d13162c05ca3c64bf5146cd1d65c6e145eed0d2' target='_blank'>changes</a>)</li>
<li>Add typed GameWindowContextWinForm and update all internal class in game (changes: <a href='https://github.com/sharpdx/SharpDX/commit/dab8d84370ece64d3de583343941044a4b291c49' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/4a828c9b9a28c4a359653420ec5997602d8bf676' target='_blank'>2</a>)</li>
<li>Added few comments to GameWindow (<a href='https://github.com/sharpdx/SharpDX/commit/d959b34fdce528ddd75f77c62d9c9deb5cf2a9bc' target='_blank'>changes</a>)</li>
<li>Added more events for better notification in GraphicsDevice state changes (<a href='https://github.com/sharpdx/SharpDX/commit/ed95511b0a37e9a1b5db3a6c568e1286ee89ff5a' target='_blank'>changes</a>)</li>
<li>Added resize support for WPF (changes: <a href='https://github.com/sharpdx/SharpDX/commit/716083896dd982294721c0e706d243c2bb8b1544' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/09e95913157bca78006662b74bf6db50ac6445e7' target='_blank'>2</a>)</li>
<li>Added support for low priority rendering to normalize input latency for WPF platform (changes: <a href='https://github.com/sharpdx/SharpDX/commit/47aaee8db1f47249f75de1514317f29823e5efe6' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/155392dfafb04cd862fbae862b08f3a82b998e52' target='_blank'>2</a>)</li>
<li>Exclude GameContext with WPF until full support (<a href='https://github.com/sharpdx/SharpDX/commit/67ac4f879e4e7625c0f5c0324ee2411acc5aa0da' target='_blank'>changes</a>)</li>
<li>Finish dynamic effect recompilation with EffectCompilerSsystem. Supported on Desktop. (<a href='https://github.com/sharpdx/SharpDX/commit/4f69daa2173c0060ca8d8829645f7cf0d2d8cfc8' target='_blank'>changes</a>)</li>
<li>Fix compilation errors after renaming (<a href='https://github.com/sharpdx/SharpDX/commit/ea480dbfa72512d94beadf19c90ef979a0142414' target='_blank'>changes</a>)</li>
<li>Fix for DrawingSurface on Windows Phone 8, better handling of back/dispose of GraphicsDevice (<a href='https://github.com/sharpdx/SharpDX/commit/4da2d4964606e53bd6b1b8015bde42068bf996b5' target='_blank'>changes</a>)</li>
<li>Fix for <a href='https://github.com/sharpdx/SharpDX/issues/98' target='_blank'>issue #98</a>: more control over SharpDXElement resize behavior (<a href='https://github.com/sharpdx/SharpDX/commit/42c576ce32c81e1f95d5a91d84e66f124a67c2a8' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=329' target='_blank'>issue #329</a> with SwapChainBackgroundPanel when used with emulator. Fix MetaTunnel.fxo shader (changes: <a href='https://github.com/sharpdx/SharpDX/commit/d61df45de1f5daf2416ad19e54d7036b2010cecf' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/86ec522e0110369c7e46d7ee2e881ecaed05d4b4' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=345' target='_blank'>issue #345</a> and #346. Add support for multiple window/control. Add new GameSystem in GameWindowRenderer. Add new sample MultiWindow only for desktop. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/9a7342b61cd3d9a11084f503637ecf1668bbf65e' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/713cbaa827c1fabd386cddcd6e7e76653c8e4022' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=363' target='_blank'>issue #363</a>. Perform a ClearState before a new BeginDraw to ensure that there is no unstable d3d11 device states. Toolkit samples should work on Nokia handset (<a href='https://github.com/sharpdx/SharpDX/commit/0e3c0e86fd32720b7958448611afe64e18e1d842' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=389' target='_blank'>issue #389</a>, NullPointerException on Game.Exit() (<a href='https://github.com/sharpdx/SharpDX/commit/83d334703ea4da198e9673a0cb62ef6982a39ab1' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=395' target='_blank'>issue #395</a>. Avoid LoadContent to be called twice while initializing (<a href='https://github.com/sharpdx/SharpDX/commit/92f0f1497af6b47687ca5db6391501c07a6fb7c6' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=400' target='_blank'>issue #400</a>. Improve stability of EffectCompilerSystem, by allowing concurrent read/write on dependency/shader files. (<a href='https://github.com/sharpdx/SharpDX/commit/f6d450e8e7933f015c1a18819f9d5b1b00149844' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=433' target='_blank'>issue #433</a>. Backbuffer format is now passed from preferred parameters. MSAA setup from preferred is still not implemented for backbuffer. (<a href='https://github.com/sharpdx/SharpDX/commit/dbaff3b763d0a08be510b66c463ce89114b6ff23' target='_blank'>changes</a>)</li>
<li>Fix issue for a NullPointerException in EffectCompilerSystem with latest changes (<a href='https://github.com/sharpdx/SharpDX/commit/8561452ff9dba37e1cfbca15b0ea3e70fa2c064d' target='_blank'>changes</a>)</li>
<li>Fix issue in GameWindowWindowsPhoneBackgroundXaml with nextRenderTarget variable (<a href='https://github.com/sharpdx/SharpDX/commit/4b530195ae553b22691bfec2f783a7811c5cef75' target='_blank'>changes</a>)</li>
<li>Fix issue of GraphicsDeviceManager.DeviceCreated called instead of GraphicsDeviceManager.PreparingDeviceSettings when resizing (changes: <a href='https://github.com/sharpdx/SharpDX/commit/46f13792c7de662ea97cbd1cc58345f5d28f9d6a' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/982f6fa8a65e13857c470bc65a1ccf6ac82637ee' target='_blank'>2</a>)</li>
<li>Fix issue with "back to application" on WP8 on hardware (<a href='https://github.com/sharpdx/SharpDX/commit/15d732e6d333393d2d6f583e3e182d3e804eb425' target='_blank'>changes</a>)</li>
<li>Fix issue with DepthBuffer not being created on WP8 (<a href='https://github.com/sharpdx/SharpDX/commit/f8eb105bca1bd0587d11bbb108e3c6a59ddea934' target='_blank'>changes</a>)</li>
<li>Fix issue with DrawingSurfaceBackground and GraphicsDevice.SetRenderTarget not getting the correct viewport for the render target (<a href='https://github.com/sharpdx/SharpDX/commit/d12c92fcea9da90f8348e2701dee9073732f8e11' target='_blank'>changes</a>)</li>
<li>Fix issue with GameSystem ordering in Game class (<a href='https://github.com/sharpdx/SharpDX/commit/cf7f550e4e4683c50a0f24c582beabec03a05838' target='_blank'>changes</a>)</li>
<li>Fix issue with initial directory for game content (<a href='https://github.com/sharpdx/SharpDX/commit/f74fe4962bf06009aa2c818cc3161e67a79675b7' target='_blank'>changes</a>)</li>
<li>Fix issue with regression when using multiple window, revert back using standard application window dispatching on desktop (<a href='https://github.com/sharpdx/SharpDX/commit/e98c3f20af07dd7652fa9b2b544acb91c5f3d5cd' target='_blank'>changes</a>)</li>
<li>Fix regression on Window.AllowUserResizing (<a href='https://github.com/sharpdx/SharpDX/commit/0b359a38be5022d6a0ad65c816ae2b9fd3ef2130' target='_blank'>changes</a>)</li>
<li>Fix remaining issue with memory leak in WP8. Not yet entirely perfect, but it is a bit more stable (<a href='https://github.com/sharpdx/SharpDX/commit/53dec2b2e55b427389357ec9dd84e5c9c463b1b1' target='_blank'>changes</a>)</li>
<li>Fix samples to unload dynamic content. Make sure UnloadContent is callable only if LoadContent was called. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/03ccf65f5b6b99291516cc3bbefe3b1f82356d3f' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/0807f3536a5fdb7c70d120b40bbd4f52a47275e0' target='_blank'>2</a>)</li>
<li>Fixed <a href='http://code.google.com/p/sharpdx/issues/detail?id=358' target='_blank'>issue #358</a> - SharpDX.Toolkit doesn't detect window-size changes in WinRT (snap, fill, fullscreen). (<a href='https://github.com/sharpdx/SharpDX/commit/c093cc83066ad770de6864e1fb6c3894a608977c' target='_blank'>changes</a>)</li>
<li>Improve stability of EffectCompilerSystem, by allowing concurrent read/write on dependency/shader files. (<a href='https://github.com/sharpdx/SharpDX/commit/7856ad08fed2d66d937fc09298d1b86dace520ba' target='_blank'>changes</a>)</li>
<li>Improves GraphicsDevice recover on WP8 BackgroundXaml. (<a href='https://github.com/sharpdx/SharpDX/commit/e47345b61043160f49715de15a43a86b3378ac61' target='_blank'>changes</a>)</li>
<li>Plug back WP8 DrawingBackgroungSurface support with new GameContext and internal GameWindow (<a href='https://github.com/sharpdx/SharpDX/commit/62340ae7f354a6aaf465383ab5181aaabc196ba0' target='_blank'>changes</a>)</li>
<li>Port back support for WinRT SwapChainBackgroundPanel to new GameContext and internals GamePlatform/GameWindow. (<a href='https://github.com/sharpdx/SharpDX/commit/992e07515fbc39f4d553c864951fbcf8325b50d2' target='_blank'>changes</a>)</li>
<li>Refactor and simplify the design of GameContext. Make it platform dependent but lighter/easier to instantiate, with a single entry point. (<a href='https://github.com/sharpdx/SharpDX/commit/384fe4916b25ab10b11112697608e1073548e295' target='_blank'>changes</a>)</li>
<li>Refactor code in GameWindowPhoneBackgroundXaml for WP8 (<a href='https://github.com/sharpdx/SharpDX/commit/4626bb2baf49b433acf48a843f15c6e0754762eb' target='_blank'>changes</a>)</li>
<li>Refactor GameWindow for WinRT using CoreWindow/IFrameView (<a href='https://github.com/sharpdx/SharpDX/commit/6ed976a5ed34917079c7d30224bcd0e158424c57' target='_blank'>changes</a>)</li>
<li>Remove IsFullScreen to false on Win8 Metro (<a href='https://github.com/sharpdx/SharpDX/commit/9a91a41c6b644839d6e9536d94fdc12885f6b8e8' target='_blank'>changes</a>)</li>
<li>Separate Game/GameSystem.LoadContent from Initialize, in scenarios where Initialize method is overriden, the base.Initialize should not start to load content until all game systems are initialized (<a href='https://github.com/sharpdx/SharpDX/commit/a1e5d6504337230705acfff16ab33453747fd096' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/c9d2b76dc4370eb6c16d7c4cda3e921ae127cd35' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/623a30ca9dcd47a7f9aadd8546de5d0bb52d138f' target='_blank'>2</a>)</li>
<li>Start refactoring internals of GamePlatform/GameWindow to have a better plugin system and support multiple sub windows system (WPF/Windows Forms on Desktop, DrawingSurface/DrawingSurfaceBackground on WP8, IFrameview/SwapchainBackgroundPanel on WinRT) (changes: <a href='https://github.com/sharpdx/SharpDX/commit/d6c7bfcdab15bb01f430a0162dd8fe35a0d76162' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/210b414079bf64911771fd1787a5b1562d48e102' target='_blank'>2</a>)</li>
<li>Start to fix issue of WP8 lost device/back (<a href='https://github.com/sharpdx/SharpDX/commit/281e83c06443b2649d7b68aaf9402d2bfe138435' target='_blank'>changes</a>)</li>
<li>Start to work on desktop refactoring for GameWindow (changes: <a href='https://github.com/sharpdx/SharpDX/commit/c1c83942d6ec5b66f0a002b9e923c93a6692f2db' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/2ac1fa5a4bf3b51af649b84c0f10e6a5ca14f299' target='_blank'>2</a>)</li>
</ul>
<h4>Toolkit.Graphics</h4>
<ul>
<li>Add a check in RenderTarget2D.New in MSAA scenarios and forbid the use of MSAALevel.None (<a href='https://github.com/sharpdx/SharpDX/commit/643f50d2a44ab15c9cb6633cb882c88c42d37be1' target='_blank'>changes</a>)</li>
<li>Add BasicEffectRenderer to support rendering of models using classic BasicEffect. (<a href='https://github.com/sharpdx/SharpDX/commit/a65a65ac3dbd4231ddac25437c0de602b4f0a18e' target='_blank'>changes</a>)</li>
<li>Add BoundingSphere to mesh. Force AssimpLibrary to use a specific path (default was not working when running from msbuild task). Start to work on ModelRenderer. Add temporary sample test for displaying a model. (<a href='https://github.com/sharpdx/SharpDX/commit/5cb652f7ff848c5ae95a5160b235b2a948c19ca7' target='_blank'>changes</a>)</li>
<li>Add BufferFlags.StreamOut (<a href='https://github.com/sharpdx/SharpDX/commit/0cb18974dcd549e18b14ffe7bd7803846128d067' target='_blank'>changes</a>)</li>
<li>Add comments to GraphicsDevice.GetRenderTargets. Improve efficiency when setting render tagets. (<a href='https://github.com/sharpdx/SharpDX/commit/d8a1f81fabff11e4451c6f95a03e37b244353560' target='_blank'>changes</a>)</li>
<li>Add CppObject.Tag in order to provide fast association between Toolkit instance and Direct3D11 instance. (<a href='https://github.com/sharpdx/SharpDX/commit/1b0cd39a0047b3723b45d5fdd11d37b9bc9011c0' target='_blank'>changes</a>)</li>
<li>Add Effect.DefaultParameters and EffectDefaultParameters class to handle automatically default parameters for custom effects (World, View, WorldViewProjection, ViewProjection...etc) when using Model.Draw method with a custom effect (on override or per mesh part) (<a href='https://github.com/sharpdx/SharpDX/commit/1423fb73db441d6590e7bf8d4f4ee07445aaf931' target='_blank'>changes</a>)</li>
<li>Add EffectConstantBuffer.Update method (<a href='https://github.com/sharpdx/SharpDX/commit/d026799aabb441d919cca51d8a79e164194a15b1' target='_blank'>changes</a>)</li>
<li>Add EffectPass.UnApply method. Unbind texture input in PrimitiveQuad.DrawQuad(ShaderResourceView). Add Color to PrimitiveQuad. (<a href='https://github.com/sharpdx/SharpDX/commit/532dda79df3aee12e5e0cafd63e73efdf3ea9287' target='_blank'>changes</a>)</li>
<li>Add GeometricPrimitive Cube, Cylinder, GeoSphere, Plane, Sphere, Teapot and Torus. Add sample Geometrics.Desktop to demonstrate their usage. (<a href='https://github.com/sharpdx/SharpDX/commit/5c941e2a0696544575252ce89c13a464c7845a46' target='_blank'>changes</a>)</li>
<li>Add GraphicsDevice.DrawQuad(ShaderResourceView) to draw a quad texture. Add GraphicsDevice.AutoViewportFromRenderTargets, true by default to set automatically viewport when a new rendertarget is set through GraphicsDevice.SetRenderTargets (<a href='https://github.com/sharpdx/SharpDX/commit/4093471620d9f5f24b8ce9217ca10e56d36b1ae0' target='_blank'>changes</a>)</li>
<li>Add GraphicsDevice.GetRenderTargets(...) (<a href='https://github.com/sharpdx/SharpDX/commit/da3745a50112b08dfa8dd53d6a52fe5a07518345' target='_blank'>changes</a>)</li>
<li>Add GraphicsDevice.SetStreamOutputTargets and ResetStreamOutputTargets (<a href='https://github.com/sharpdx/SharpDX/commit/34dc70f49b8217546f5bed0e0317862f5fb662d9' target='_blank'>changes</a>)</li>
<li>Add Material for ModelData (<a href='https://github.com/sharpdx/SharpDX/commit/7070a16f8347b1a8f5f8759e097a71c5645de1a9' target='_blank'>changes</a>)</li>
<li>Add Model classes. First implem draft, not yet tested. (<a href='https://github.com/sharpdx/SharpDX/commit/ef15eb928fdceae95c995ccea87c953ed5ea69d6' target='_blank'>changes</a>)</li>
<li>Add Model.Draw with the possibility to override default Effect (<a href='https://github.com/sharpdx/SharpDX/commit/42cf7153f248d348da501f077973ea6a3eda3cda' target='_blank'>changes</a>)</li>
<li>Add new TextureCompilerTask, currently a passthrough. Refactor internals of content serialization to check for a version number. Add IContentResolver.Exists() method. (<a href='https://github.com/sharpdx/SharpDX/commit/722309fc1d433ec96403351aabd40500769054a8' target='_blank'>changes</a>)</li>
<li>Add RasterizerStateCollection.WireFrame and RasterizerStateCollection.WireFrameCullNone (<a href='https://github.com/sharpdx/SharpDX/commit/4e8171ff5566d9df2aa2696dbf74343d6b5cc664' target='_blank'>changes</a>)</li>
<li>Add static property Size to VertexPositionColor, PositionColorTexture, PositionNormalTexture, PositionTexture. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/31cd32df605bdb794dbdc756fdf97677ef0262e1' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/0be1cd7ae00354e341401ea281498472bf816d42' target='_blank'>2</a>)</li>
<li>Add stock SamplerStates with Mirror mode for UVW (<a href='https://github.com/sharpdx/SharpDX/commit/f1242dd23160383d6840d260b89b1dfef9304ed2' target='_blank'>changes</a>)</li>
<li>Add support for DepthStencilBuffer as ShaderInput (changes: <a href='https://github.com/sharpdx/SharpDX/commit/60dd36448860a7691d6c4b1a2464f2d82b17122d' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/1a2c6f71ee5c3f228a7249168aa3b1e946c37845' target='_blank'>2</a>)</li>
<li>Add support for embedded resources. Simplify model loading to match XNA behavior. Add several models to test. Pending issues if a model have wrong relative file name for FBX (<a href='https://github.com/sharpdx/SharpDX/commit/ae55330d1fba78495c26c428041fb940cfabf85f' target='_blank'>changes</a>)</li>
<li>Add support for IntPtr as a valid DeviceWindowHandle on Windows Desktop when creating a swapchain. (<a href='https://github.com/sharpdx/SharpDX/commit/e09325b5126cd409ee097bd501ee80e94180d72b' target='_blank'>changes</a>)</li>
<li>Add support for Model.Draw with an effect that doesn't inherit from IEffectMatrices (<a href='https://github.com/sharpdx/SharpDX/commit/f5128c9bd5cbeb47295a083895e76fc766ea5552' target='_blank'>changes</a>)</li>
<li>Add support for RectangleF in VertexElement (<a href='https://github.com/sharpdx/SharpDX/commit/14dd7bcd5229d131e724e2b2dfcf5e4ba804ec2b' target='_blank'>changes</a>)</li>
<li>Add support for StreamOutput declarations (<a href='https://github.com/sharpdx/SharpDX/commit/f55e2361cc9b611c5e995415fc7ee92fad36e0e5' target='_blank'>changes</a>)</li>
<li>Add support in Effect for Initial Counters with UAV (<a href='https://github.com/sharpdx/SharpDX/commit/bcbb550625fb513820b6dbd78db0e9fef8d6f49e' target='_blank'>changes</a>)</li>
<li>Add WorldView as a predefined Effect parameter for Model.Draw (<a href='https://github.com/sharpdx/SharpDX/commit/3eb3880bfeec47762ff86a20d56a8c0c4584b36b' target='_blank'>changes</a>)</li>
<li>Added a bool flag in GraphicsDeviceManager to allow setting SharderResource flag for the depth buffer. Fix for isse #110 (<a href='https://github.com/sharpdx/SharpDX/commit/4ca3d637c64913d5cbbdf0bb227d88dc824a6b7d' target='_blank'>changes</a>)</li>
<li>Added support to specify the fullscreen monitor (changes: <a href='https://github.com/sharpdx/SharpDX/commit/a0fffb6e81647780ee3efd351c6935fdfb9bc817' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/14f0b7fe1c76eea402dfb2ea264d9292981a1bce' target='_blank'>2</a>)</li>
<li>Allow same bytecode to be reused in different shader types (GeometryShader using the VertexShader as pure stream output shader) (<a href='https://github.com/sharpdx/SharpDX/commit/cc9f75776485f41b82820a9317cb784368f32aea' target='_blank'>changes</a>)</li>
<li>Allow to change the format of a Image.PixelBuffer after creation, if format has same byte size (<a href='https://github.com/sharpdx/SharpDX/commit/06491f12db9cc8d1e09e7c87d7834f7f8cd5843a' target='_blank'>changes</a>)</li>
<li>Allow to specify the DepthFormat a constructor time with a RenderTargetGraphicsPresenter (<a href='https://github.com/sharpdx/SharpDX/commit/91180e5817ca287b1487dfbcd21b988cf1bebf40' target='_blank'>changes</a>)</li>
<li>Changed comments to ModelData instead of EffectData to reflect the code. (<a href='https://github.com/sharpdx/SharpDX/commit/85c8a0ff0e6d8228430a908f7b8fd2f09286b461' target='_blank'>changes</a>)</li>
<li>ContentManager Bug Fix (changes: <a href='https://github.com/sharpdx/SharpDX/commit/70e19f85330158fbfe4b80fb9b9e5c735946b4bd' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/e20824b26497066d323a1ae114da1078b52e5de0' target='_blank'>2</a>)</li>
<li>Dispose internal Effect used by SpriteBatch (<a href='https://github.com/sharpdx/SharpDX/commit/d9983e58fb77225195ae420cd372ecda3fce8653' target='_blank'>changes</a>)</li>
<li>Fix compilation error (with .NET 2.0) (<a href='https://github.com/sharpdx/SharpDX/commit/a7304f5537a4724108d48359e921ea80b7020c91' target='_blank'>changes</a>)</li>
<li>Fix instantiation of GeometryShader with StreamOutput on level 10.0 (<a href='https://github.com/sharpdx/SharpDX/commit/ed961c741df5646c06947cbbf5ba334337f2162a' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=330' target='_blank'>issue #330</a>. A SpriteBatch.Draw method was not taking rotation into account (<a href='https://github.com/sharpdx/SharpDX/commit/6231f297048555937ec3d2b06d2fa3f615a6d162' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=335' target='_blank'>issue #335</a>. Using StructLayout.Explicit with fixed size and field offset was generating a wrong code (seems a bug in JIT), leading to a crash in EffectPass.Apply(). Change Explicit layout to sequential and remove field offset fixed this. (<a href='https://github.com/sharpdx/SharpDX/commit/71c654ac2c5c3ae2c2052efe86f9f14ab160fb55' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=344' target='_blank'>issue #344</a>. Support GraphicsDeviceManager.ApplyChanges on Desktop. Improve performance/compliance while switching from/to fullscreen mode on desktop (<a href='https://github.com/sharpdx/SharpDX/commit/c90eac6d13b3b1ed8806ca6512ae8271c6f9c546' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=351' target='_blank'>issue #351</a>. Resize Window event was not triggered when GameWindow.AllowUserResizing=true (changes: <a href='https://github.com/sharpdx/SharpDX/commit/6143370393e7ec3a3c5ad81845d9f0bb7f7cdba3' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/c9898a978ca6cd97710a6efdacc261efe23f7705' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=354' target='_blank'>issue #354</a>. Add nuget dependency to Direct2D1 (<a href='https://github.com/sharpdx/SharpDX/commit/f006760a8691d8316af140adf92205e430f59dbe' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=362' target='_blank'>issue #362</a>. One method of SpriteBatch.Draw was not using SpriteEffects parameter (flip horizontal/vertical) (changes: <a href='https://github.com/sharpdx/SharpDX/commit/6325357d907e94dd2b12315fa1c98d5efb64fdbe' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/df1ea1c858071ecd291956dba7401057084e10a0' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=364' target='_blank'>issue #364</a>. Provides detailed exception when a shader with a more recent profile is used on the current GraphicsDevice. Fix bug in GraphicsDevice constructor not using requested profiles on desktop. (<a href='https://github.com/sharpdx/SharpDX/commit/857961ae9adff63ecc1fa7e61c92e9546b9eec00' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=366' target='_blank'>issue #366</a>. NullPointerException was occurring with constant buffer not correctly remapped to internal resource index after parameter reordering. (<a href='https://github.com/sharpdx/SharpDX/commit/13cd78dec8d1cd510e9853a1013226ecbd42b083' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=388' target='_blank'>issue #388</a>. Allow to Save Gif image/texture. (<a href='https://github.com/sharpdx/SharpDX/commit/40b2f51a8aa5311ec33a0f5e36f67c4070a5cb11' target='_blank'>changes</a>)</li>
<li>Fix issue when using GraphicsDeviceManager.IsFullScreen = true and closing application was causing a crash. SwapChain must be revert to non fullscreen before disposing a device. (<a href='https://github.com/sharpdx/SharpDX/commit/1f44d14fdae35656e134d2bf6ad34af436c30bdd' target='_blank'>changes</a>)</li>
<li>Fix issue while cloning technique description (<a href='https://github.com/sharpdx/SharpDX/commit/e9f6b759a804d5304e56744d1807a2395cba608b' target='_blank'>changes</a>)</li>
<li>Fix issue with BasicEffect used with an effect that is using Geometry (<a href='https://github.com/sharpdx/SharpDX/commit/05604649ef3f83c29bd027d7597058c86cf700ab' target='_blank'>changes</a>)</li>
<li>Fix issue with DepthStencilBuffer on WP8. Default to non-typeless if no shader resource are required, as TypeLess (<a href='https://github.com/sharpdx/SharpDX/commit/123ba3770a61c1096d8bbac382004309a7315beb' target='_blank'>changes</a>)</li>
<li>Fix issue with Game.Exit on Desktop. Fix model texture loading. Improve sample with translation to center of model. (<a href='https://github.com/sharpdx/SharpDX/commit/edeeb768463200676f622b76d0819e1b5c14ba5f' target='_blank'>changes</a>)</li>
<li>Fix issue with memory trashing in EffectParameter.Get/Set Matrix Array (<a href='https://github.com/sharpdx/SharpDX/commit/9c2db0e60114f5a51d5bda981fd15d8ce8497849' target='_blank'>changes</a>)</li>
<li>Fix issue with StreamOutputRasterizedStream. (<a href='https://github.com/sharpdx/SharpDX/commit/33a9bfa761b975e00561ae803261a7bc9dd48a31' target='_blank'>changes</a>)</li>
<li>Fix issue with TextureCube not correctly initialized (<a href='https://github.com/sharpdx/SharpDX/commit/d1af518620612542dd2aac60e32e9dbc38c49a8d' target='_blank'>changes</a>)</li>
<li>Fix issue with wrong slots being assigned in EffectPass (<a href='https://github.com/sharpdx/SharpDX/commit/a64f0e3232b4f63a8d1110190c10d9dfe2a1a778' target='_blank'>changes</a>)</li>
<li>Fix model loading. (<a href='https://github.com/sharpdx/SharpDX/commit/6b54bf2dcd7eaf6ca6b7eb2195f227c2d3e26e58' target='_blank'>changes</a>)</li>
<li>Fix spritebatch GC allocs using Dictionary<IntPtr,...> use Dictionary<ShaderResourceView, ...> instead. Also calculate correct width/height per ShaderResourceView (<a href='https://github.com/sharpdx/SharpDX/commit/15003f94cd86369205c4329b4824e099e667c716' target='_blank'>changes</a>)</li>
<li>Fix stock HLSL effects after latest recompilation mode added (<a href='https://github.com/sharpdx/SharpDX/commit/c239313a323d4b981956cdde7105ae436ab40d81' target='_blank'>changes</a>)</li>
<li>Fixed exception at changing fullscreen state with adapters which don't have any output (for example, like WARP) (<a href='https://github.com/sharpdx/SharpDX/commit/6b25cddea015eb2b76b512ba5e0c583016f17961' target='_blank'>changes</a>)</li>
<li>Fixed fullscreen monitor selection in certain circumstances and added a demo sample (changes: <a href='https://github.com/sharpdx/SharpDX/commit/befcdbc531a3ed9ece85246c6d8fac9e9864172e' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/89d3d3b93fa4338688551e47db7cdbe2c4688609' target='_blank'>2</a>)</li>
<li>Fixed github <a href='https://github.com/sharpdx/SharpDX/issues/95' target='_blank'>issue #95</a> (<a href='https://github.com/sharpdx/SharpDX/commit/18b506c8d15d454f639b5a506712a674712ee02d' target='_blank'>changes</a>)</li>
<li>Fixed memory garbage generation in GeometricPrimitive drawing (<a href='https://github.com/sharpdx/SharpDX/commit/5ee9b1cfd16d8c6a838e21325fa65f6a63897b17' target='_blank'>changes</a>)</li>
<li>fixed memory garbage generation in PixelFormat.Equals(PixelFormat) method (<a href='https://github.com/sharpdx/SharpDX/commit/521d673b476c91027ffd86f771b01fb7717dfda8' target='_blank'>changes</a>)</li>
<li>Fixed spelling error in method name (github <a href='https://github.com/sharpdx/SharpDX/issues/100' target='_blank'>issue #100</a>) (<a href='https://github.com/sharpdx/SharpDX/commit/971088d605a2f3c16df0db53ef1fa829e019c86c' target='_blank'>changes</a>)</li>
<li>fixing few grammatic errors (changes: <a href='https://github.com/sharpdx/SharpDX/commit/6f40f8e97edda35825001ca1a91c3df46d959435' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/5cabe6933d70fa85340cb6317ddbba9bb236f28f' target='_blank'>2</a>, <a href='https://github.com/sharpdx/SharpDX/commit/acdad151011376b9566a3a4fdc62b421518ac14f' target='_blank'>3</a>)</li>
<li>fixing some grammatic errors (changes: <a href='https://github.com/sharpdx/SharpDX/commit/ea35b53150f933e1e0c8d28f0b0e5e323330fc53' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/8aa0ab452e23e52401d81a4f92cb5facba12c80b' target='_blank'>2</a>, <a href='https://github.com/sharpdx/SharpDX/commit/01b4da7116f1dc99973030efe153f9eaec4d5e69' target='_blank'>3</a>)</li>
<li>Improve release of Disposable objects on WP8. Still a small memory leak somewhere... (<a href='https://github.com/sharpdx/SharpDX/commit/9f0a4beae6ac8f79d72ad44fbf8a8b2a3bbd5df3' target='_blank'>changes</a>)</li>
<li>Improved GamePlatform to work over RDP with Desktop platform, same as for WinRT (<a href='https://github.com/sharpdx/SharpDX/commit/55aff63e44305e742948e55b9eefa6d9be903de8' target='_blank'>changes</a>)</li>
<li>Make GraphicsAdapter working even if we cannot retrieve the output display modes. (<a href='https://github.com/sharpdx/SharpDX/commit/b1ff60d21c9a73d5d74d2ef39e4fa83df3f9eb9b' target='_blank'>changes</a>)</li>
<li>Make SpriteFont use specified default character (<a href='https://github.com/sharpdx/SharpDX/commit/92e9f6a7d53dbe3be598fa5a59591a84169e0714' target='_blank'>changes</a>)</li>
<li>Optimize resource slot bindings by compacting consecutive slots in Effect/EffectPass. (<a href='https://github.com/sharpdx/SharpDX/commit/8bfbcbcf5a721bef4ef8c51fb83b69dfe72e1fe9' target='_blank'>changes</a>)</li>
<li>Reduced code duplication (<a href='https://github.com/sharpdx/SharpDX/commit/f53b6c03ef36edf1c90ca793b7668066c69f333a' target='_blank'>changes</a>)</li>
<li>Remove usage of Direct3D11 Device.GetDeviceRemoveReason internal method (<a href='https://github.com/sharpdx/SharpDX/commit/926d8fadd1146b5cb594b1a5ff99b2f93151e641' target='_blank'>changes</a>)</li>
<li>Removed garbage generation during SpriteFont.ForEachGlyph calls (<a href='https://github.com/sharpdx/SharpDX/commit/1d35cec410cc895e0f9d0a5e4ceb62cd59c045e4' target='_blank'>changes</a>)</li>
<li>Removed garbage generation from SpriteBatch.End call (<a href='https://github.com/sharpdx/SharpDX/commit/28ebc6b7397469749b713db8880da48593c72e4d' target='_blank'>changes</a>)</li>
<li>Removed GraphicsAdapter.Dispose() (changes: <a href='https://github.com/sharpdx/SharpDX/commit/0094bbb37c8f627a822fed2b10e9c4a724dfcfef' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/615f071746bf3988e4a64ada547b9b6c3f8b43f3' target='_blank'>2</a>)</li>
<li>Reset shader stages in SpriteBatch (<a href='https://github.com/sharpdx/SharpDX/commit/b2ca642c93cb0714a3e963bdd3e1a1db2217c011' target='_blank'>changes</a>)</li>
<li>Revert "[Toolkit.Graphics] Fix issue with StreamOutputRasterizedStream." (<a href='https://github.com/sharpdx/SharpDX/commit/39f3b633ce66c270b1326715e6bd80746efde534' target='_blank'>changes</a>)</li>
<li>Simplify EffectData to allow only a single effect to be stored. Refactor EffectPool to match the new behavior. (<a href='https://github.com/sharpdx/SharpDX/commit/e4c503bb8763a39b70e95eb4336f25977eb50c7c' target='_blank'>changes</a>)</li>
<li>Some objects created by GraphicsDevice were not being disposed correctly: - GraphicsAdapter -> added call to GraphicsAdapter.Dispose() in GraphicsDevice.Dispose() - GraphicsOutput -> wrapped in ToDipose(output..) - object output1 in GraphicsOutput's initialization code was not being disposed in DirectX11.1 (changes: <a href='https://github.com/sharpdx/SharpDX/commit/30c160ed716edc4d738ef8db9eeaba3bcb0f22fa' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/40fae182c06ea1d94092edf4d63f67453203c498' target='_blank'>2</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/52a6999e836212c2778376afaa1517ed93d8569a' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/115dd42ef28f61b23f2cd63450c91c3d5877d86a' target='_blank'>2</a>)</li>
<li>Try to fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=348' target='_blank'>issue #348</a>. Force MaximumAnisotropy to 2 for 9.1 feature level. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/9768cb6b8c58aadd371eae25f5d91515cc699f7a' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/c27dc6d3b4a8c5a3ba7b3577beb3418874c6fe5d' target='_blank'>2</a>)</li>
<li>Unbind texture while drawing with SpriteBatch to avoid warnings (<a href='https://github.com/sharpdx/SharpDX/commit/cee2fc91701bfc35abffa8c7a7ae3e033b886f3f' target='_blank'>changes</a>)</li>
<li>Update StockEffects compiled file with latest tkfxc (changes: <a href='https://github.com/sharpdx/SharpDX/commit/aff5c9e5224ffe99598d0ea137f5d7b6a3ee09bf' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/4d1181f9a498114d1b5e847c6baefec4d45c916a' target='_blank'>2</a>)</li>
<li>Use PropertyKey/PropertyCollection for all properties (EffectData, ModelData). Make Material definition more generic by using only properties. (<a href='https://github.com/sharpdx/SharpDX/commit/dcc5bae938031a55d4eb841cabfd0eaea1625675' target='_blank'>changes</a>)</li>
<li>Use readonly on fields that should not be modified (<a href='https://github.com/sharpdx/SharpDX/commit/4f76b870e2bac88560159511c8b1335e9c774d70' target='_blank'>changes</a>)</li>
<li>Use SpriteFont.Spacing to advance character glyph, still not sure about the "correct" behavior of this property (<a href='https://github.com/sharpdx/SharpDX/commit/99d93a4c0632ccc5414fdbfbe1f6492262e923e8' target='_blank'>changes</a>)</li>
</ul>
<h4>Toolkit.Input</h4>
<ul>
<li>Added KeyboardInput samples, fixed modifier keys handling (<a href='https://github.com/sharpdx/SharpDX/commit/f39baefa4f70f86cd0c0846047f0a739d182254d' target='_blank'>changes</a>)</li>
<li>Add IEquatable and ==, != operator to KeyboardState, MouseState, PointerPoint (<a href='https://github.com/sharpdx/SharpDX/commit/d9e0007d2a4c07d15467613c1b94a985fbd0a3ad' target='_blank'>changes</a>)</li>
<li>added blank Toolkit.Input project to solution (<a href='https://github.com/sharpdx/SharpDX/commit/2f54ca695f0e5ae2b3dccded50cab1c0dccc5f09' target='_blank'>changes</a>)</li>
<li>added comments for Pointer* classes. (<a href='https://github.com/sharpdx/SharpDX/commit/f0ff78975145d713958ac9757c5fd7aec4a1ca38' target='_blank'>changes</a>)</li>
<li>Added comments to PointerPlatformDestop class (<a href='https://github.com/sharpdx/SharpDX/commit/80eab89520c39e441dc25cd3ea80bc0815c3fae9' target='_blank'>changes</a>)</li>
<li>added pointer input sample for WinRT platform (<a href='https://github.com/sharpdx/SharpDX/commit/b969c6a0b6e1c01e069d6f8d41fa7bd9dbc2f80d' target='_blank'>changes</a>)</li>
<li>added sample pointer input projects for Desktop platform (<a href='https://github.com/sharpdx/SharpDX/commit/2f102da829839f0af589bb2b1f91f56723c06c83' target='_blank'>changes</a>)</li>
<li>added support for setting mouse position on Desktop platform and fixed the samples (<a href='https://github.com/sharpdx/SharpDX/commit/47afb382a92b9aa19b6ded330e52431faff087f7' target='_blank'>changes</a>)</li>
<li>Added XML comments and simplified code (<a href='https://github.com/sharpdx/SharpDX/commit/d63b50db91889f5879ce82caf88cf6606b627836' target='_blank'>changes</a>)</li>
<li>added xml documentation for SharpDX.Toolkit.Input assembly (<a href='https://github.com/sharpdx/SharpDX/commit/95770c51df1555540de5e4561afa186e87013c79' target='_blank'>changes</a>)</li>
<li>Change behavior of PointerManager to return position independent window size in the range [0,1] (<a href='https://github.com/sharpdx/SharpDX/commit/52182b404046e2d8ec63ffbe1b030b2da2dea5e5' target='_blank'>changes</a>)</li>
<li>Change behavior of position returned by MouseManager, now in the range [0,1] in order to avoid windows size dependent position. (<a href='https://github.com/sharpdx/SharpDX/commit/232a0a724aaeecd59c7d1f26f46db844bd154a22' target='_blank'>changes</a>)</li>
<li>Change PointerInput sample to use Arial10 font and Desktop to use 4.0 framework. (<a href='https://github.com/sharpdx/SharpDX/commit/c760d4b6812dc24496bb673dee7d9b0e1641ef98' target='_blank'>changes</a>)</li>
<li>Changed GUIDs for SharpDX.sln MouseInput projects to be different from those in Samples solution (<a href='https://github.com/sharpdx/SharpDX/commit/d501542146752cbc588969b5d938754df3493449' target='_blank'>changes</a>)</li>
<li>Deleted unused PointerPointProperties file (<a href='https://github.com/sharpdx/SharpDX/commit/b590d2bd5cb3f66b831114c1ffc96dc18bcb9d86' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=403' target='_blank'>issue #403</a>. MouseState.WheelDelta is now absolute and compatible with XNA behavior. (<a href='https://github.com/sharpdx/SharpDX/commit/624d7a7ccc702e7cf5537052391f4b885f6b3076' target='_blank'>changes</a>)</li>
<li>Fix issue with duplicate entries in pressed keys (<a href='https://github.com/sharpdx/SharpDX/commit/b936644bd1a2a6e325113716606c31eed302adb4' target='_blank'>changes</a>)</li>
<li>Fix minor potential issue in MouseManager (<a href='https://github.com/sharpdx/SharpDX/commit/d75d2a57bda1eec27bac57865c2dcc61a616f885' target='_blank'>changes</a>)</li>
<li>Fixed comments and variables after class rename (WindowBinder -> MousePlatform) (<a href='https://github.com/sharpdx/SharpDX/commit/714a6b6022fc66d8383fd56007452a0e09f67375' target='_blank'>changes</a>)</li>
<li>fixed compilation for net20 profile (<a href='https://github.com/sharpdx/SharpDX/commit/3ea07a7f71b1b6d20358c785723e8df31d333fb7' target='_blank'>changes</a>)</li>
<li>fixed csproj and fixed WinRT xaml integration (<a href='https://github.com/sharpdx/SharpDX/commit/df6d4e9ac8236eff19bbff6a532b3892e3059951' target='_blank'>changes</a>)</li>
<li>Fixed duplicate keys on .NET 2.0 platform. (<a href='https://github.com/sharpdx/SharpDX/commit/b50f00abd9579960905459f61cb8550df9a7f1c7' target='_blank'>changes</a>)</li>
<li>Fixed grammar errors in comments (<a href='https://github.com/sharpdx/SharpDX/commit/07629562211c8d2af50877a34d6679f231fae294' target='_blank'>changes</a>)</li>
<li>Fixed keyboard input on WPF platform (changes: <a href='https://github.com/sharpdx/SharpDX/commit/4dd53bd0b537a52390655c37ddcc6f6970df3dd3' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/ecd518f160fc8b7455271753cf9d18ecbaa9bc44' target='_blank'>2</a>)</li>
<li>Fixed MouseInput samples for SharpDX.sln (<a href='https://github.com/sharpdx/SharpDX/commit/234293dacdbba14d7ab600993e82db98f0329880' target='_blank'>changes</a>)</li>
<li>Fixed MouseInput samples for ToolkitSamples.sln (<a href='https://github.com/sharpdx/SharpDX/commit/ac0a4a3e401e3e04a99371e65022013bb6b4ab3c' target='_blank'>changes</a>)</li>
<li>Handle pointer input for Desktop platform (mouse only) (<a href='https://github.com/sharpdx/SharpDX/commit/a461284b582ad4e0304b7c9bb88ca0e6c1494a81' target='_blank'>changes</a>)</li>
<li>Implemented basic touch support for desktop platform (<a href='https://github.com/sharpdx/SharpDX/commit/e844a64f6f64b7ee1eecdb16fd467dcfa298882d' target='_blank'>changes</a>)</li>
<li>Implemented keyboard input support for desktop platforms (<a href='https://github.com/sharpdx/SharpDX/commit/72e12a4eaf6ee618e02b8af4be2651711bff7798' target='_blank'>changes</a>)</li>
<li>implemented mouse input for WinRT (<a href='https://github.com/sharpdx/SharpDX/commit/8b99acc728b9cd83dd39e34f4930143517b797d8' target='_blank'>changes</a>)</li>
<li>implemented mouse support for Desktop platform (<a href='https://github.com/sharpdx/SharpDX/commit/bf198f1e0d7ed300b7bd690b9775a9c81c1c064a' target='_blank'>changes</a>)</li>
<li>implemented mouse support for WinRT (<a href='https://github.com/sharpdx/SharpDX/commit/f66de0625f7498d17774ecb08e9e53a438ad0a66' target='_blank'>changes</a>)</li>
<li>Implemented pointer input events for WinRT platform (<a href='https://github.com/sharpdx/SharpDX/commit/947a0364425ad87051e78ff05f617f0a41555afa' target='_blank'>changes</a>)</li>
<li>Implemented WinRT keyboard support (<a href='https://github.com/sharpdx/SharpDX/commit/7bdafb43f3f685256d6ac30f8cad896263ebe434' target='_blank'>changes</a>)</li>
<li>Improved initialization logic of MousePlatformWinRT - will throw exception an appropiate control was not provided (<a href='https://github.com/sharpdx/SharpDX/commit/d19fbe7f0575d8c9188f3f902536d9275811d6e0' target='_blank'>changes</a>)</li>
<li>Input support for WP8 platform (<a href='https://github.com/sharpdx/SharpDX/commit/364e4588a210654b19fad7104c9eaf4249bd815d' target='_blank'>changes</a>)</li>
<li>made a few methods static (<a href='https://github.com/sharpdx/SharpDX/commit/2f3a86837a75455701468d51b1992341c81797af' target='_blank'>changes</a>)</li>
<li>Modified samples for PointerInput according to new sample projects structure (<a href='https://github.com/sharpdx/SharpDX/commit/902d7d19c845a9c2179000468e8c50664cecd446' target='_blank'>changes</a>)</li>
<li>Refactored pointer input for Desktop platform (<a href='https://github.com/sharpdx/SharpDX/commit/620827d568f5ea360d98b2bd4686103cb0b9f220' target='_blank'>changes</a>)</li>
<li>Refactored pointer input for WinRT platform (<a href='https://github.com/sharpdx/SharpDX/commit/cf3f6973214191ecbe23747ca528d21c59ffd541' target='_blank'>changes</a>)</li>
<li>Renamed WindowBinder* classes to MousePlatform - which describe better their purpose (<a href='https://github.com/sharpdx/SharpDX/commit/013b4467b8e70a48bb048dd741f501ee9eccf564' target='_blank'>changes</a>)</li>
<li>Replace KeyState with ButtonState in MouseState. (<a href='https://github.com/sharpdx/SharpDX/commit/aafe3edf10aaa3f8d35941611386cccbc6d0493b' target='_blank'>changes</a>)</li>
<li>Replaced Point struct by SharpDX.DrawingPoint (<a href='https://github.com/sharpdx/SharpDX/commit/f7d933c5b03d59c5c0562d01301ea3ab03d1c16e' target='_blank'>changes</a>)</li>
<li>Small code improvements (<a href='https://github.com/sharpdx/SharpDX/commit/2479e3456040117eaf06277bb7e31ad9c8613660' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/3f318f5be90dcbadff0588bc01609947523c7559' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/8d4509fc050f5656b3aab2a57a57197a276a47cb' target='_blank'>2</a>)</li>
<li>Updated MouseInput sample project GUIDs (<a href='https://github.com/sharpdx/SharpDX/commit/c5195de5f769c61204b4023176ae27b1a35508bb' target='_blank'>changes</a>)</li>
</ul>
<h4>Toolkit.Samples</h4>
<ul>
<li>Added sample showing usage of a custom shader with SpriteBatch class (changes: <a href='https://github.com/sharpdx/SharpDX/commit/5dcd377c1dbcede18ca7a1f2ae8aec9dee3c7c6e' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/03aaed962e8b7f3cafb30950094c355125293a47' target='_blank'>2</a>)</li>
<li>Change ModelRendering on WP8 to use DrawingSurface instead of DrawingBackgroundSurface (<a href='https://github.com/sharpdx/SharpDX/commit/e61f17df11bff05753d1ced9d78a0fa62bd33dd4' target='_blank'>changes</a>)</li>
<li>Improved mouse input sample to explain the changes in coordinates to be in range [0; 1] (<a href='https://github.com/sharpdx/SharpDX/commit/1fb8ee962cde1e3178796380d6756eff7ba94b02' target='_blank'>changes</a>)</li>
<li>Moved KeyboardManager creation from LoadContent to game constructor (<a href='https://github.com/sharpdx/SharpDX/commit/993212843e342442bc383c8e938f9c9be49d5b86' target='_blank'>changes</a>)</li>
<li>Removed unneeded shader name specification to avoid confusion (changes: <a href='https://github.com/sharpdx/SharpDX/commit/509001e96a69541f89291c9d15e8a6486f9ea459' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/c43e812597fca296e5ebcc6b7fe7b954e477a010' target='_blank'>2</a>)</li>
</ul>
<h4>Tools</h4>
<ul>
<li>Modified SharpGitLog to generate correct changelog for 2.5.0 release (<a href='https://github.com/sharpdx/SharpDX/commit/f7bd386cb486f110bb50b564e7dbc8fbbfd8d107' target='_blank'>changes</a>)</li>
</ul>
<h4>VisualStudio</h4>
<ul>
<li>Add a workaround on WP8 to generate a solution with proper Any CPU configuration for WP8, forcing it to use x86 instead of Any CPU by default. (<a href='https://github.com/sharpdx/SharpDX/commit/11dc763c3688fd0f63cd8e52ebc42699e707a053' target='_blank'>changes</a>)</li>
<li>Add Folder Content to the solution by default. Change template title (<a href='https://github.com/sharpdx/SharpDX/commit/1f31de63ecb505967705ee680a6bccd83a5bc352' target='_blank'>changes</a>)</li>
<li>Add platform WinRT XAML (<a href='https://github.com/sharpdx/SharpDX/commit/7e83b0f7925b0773a4573a468d27b8cd957b03be' target='_blank'>changes</a>)</li>
<li>Add SharpDX VisualStudio package with project templates for the Toolkit (<a href='https://github.com/sharpdx/SharpDX/commit/4700efffb0a61d476ebdf58d6045d5e3dd949018' target='_blank'>changes</a>)</li>
<li>Add templates for inputs. Add check/uncheck all (<a href='https://github.com/sharpdx/SharpDX/commit/a5e4e9d7353dfb4180fd3687c3e81a12873e1e31' target='_blank'>changes</a>)</li>
<li>Add WP8 platform templates (<a href='https://github.com/sharpdx/SharpDX/commit/6780028ec661eba73f6793c6c0d1da705dfb497f' target='_blank'>changes</a>)</li>
<li>Make Wizard form not resizable (<a href='https://github.com/sharpdx/SharpDX/commit/4642f9e48202eae4777388ce1cc70a428cebf413' target='_blank'>changes</a>)</li>
<li>Update Wizard to support WinRT (<a href='https://github.com/sharpdx/SharpDX/commit/282e5137e64890d8204a3bd382ed5ea0dbd90abf' target='_blank'>changes</a>)</li>
</ul>
<h4>WIC</h4>
<ul>
<li>Add SharpDX.WIC.ResultCode from WINCODEC_ERR_.* macros (<a href='https://github.com/sharpdx/SharpDX/commit/a432fa275d0d834a1a3e45fb36c12573866b76a0' target='_blank'>changes</a>)</li>
<li>Added TryGetMetadataByName method to the WIC MetadataQueryReader. This method doesn't throw an exception when the requested property is not found or not supported; instead null is returned. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/cd1b972be4c2ee06f733dc77c466cff1280a88eb' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/87beff5928157d04a08cf80d428eb758a31b56ab' target='_blank'>2</a>)</li>
<li>Enable SharpDX.WIC.Bitmap.Lock methods for Windows 8 build (changes: <a href='https://github.com/sharpdx/SharpDX/commit/eb1682c57cb29b62d02a344411e61e5a993e7877' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/74466882232ef14ebd2641a84c6b0f3afa62fd34' target='_blank'>2</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=418' target='_blank'>issue #418</a>. Index out of range when reading a byte[0] from a MetadatqQueryReader (<a href='https://github.com/sharpdx/SharpDX/commit/193c126aec7c4b8aaf041054aefc59131e2e2853' target='_blank'>changes</a>)</li>
<li>FIX: Now also registers the WIC result descriptor provider when the Direct2D1 module is initialized. (changes: <a href='https://github.com/sharpdx/SharpDX/commit/2359346b1077e41bf2dc2d8fc2741e75ccca2abb' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/9f318d9a4e9e2ac009fc2de14dba63bf2c26d759' target='_blank'>2</a>)</li>
<li>WIC MetadataQueryWriter now also uses the Variant structure, just like the MetadataQueryReader. Some types - like DateTime - are marshaled differently by Marshal.GetNativeVariantForObject. See http://archive.msdn.microsoft.com/wictools for details (we should actually mimic all the code in it) (changes: <a href='https://github.com/sharpdx/SharpDX/commit/d742d444fc1dfad934a0e708bb23b011220a75b0' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/524969cbaa982a43d4b96d441e361a0375ddc5d5' target='_blank'>2</a>)</li>
</ul>
<h4>WP8</h4>
<ul>
<li>Added support for DrawingSurface (<a href='https://github.com/sharpdx/SharpDX/commit/0f4180e9b72776a5df5ef0be51df332cd1bf5de0' target='_blank'>changes</a>)</li>
<li>clean up CreateDeviceResources (<a href='https://github.com/sharpdx/SharpDX/commit/9db31b67a9d268238d8edb08fa5e485ad2075634' target='_blank'>changes</a>)</li>
<li>comment on whats going wrong (<a href='https://github.com/sharpdx/SharpDX/commit/69949e2d6c2fb064811b36cec2097c6cdad61b12' target='_blank'>changes</a>)</li>
<li>Fix compilation with latest changes (changes: <a href='https://github.com/sharpdx/SharpDX/commit/a13cda7128f6bfc4711c05e24ee133186dd14682' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/bccb766fca01a1368f50c1592566e865b78d138e' target='_blank'>2</a>)</li>
<li>fix issue where i was creating a Defferred Context (<a href='https://github.com/sharpdx/SharpDX/commit/bf50cbde7c2c5a19cbbefd1e0c2b8eb9e495285a' target='_blank'>changes</a>)</li>
<li>Fix issue with model loading on WP8. Working on emulator, not yet working on HW (<a href='https://github.com/sharpdx/SharpDX/commit/7a28591bbf24a3539a25edb662a94024166c1f7f' target='_blank'>changes</a>)</li>
<li>Fixed broken build (changes: <a href='https://github.com/sharpdx/SharpDX/commit/efa095e977b90524bd99c17b307a327cfe1eca21' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/0f6c530c32b5da8d90d9b3711b9babe8eb80b4f3' target='_blank'>2</a>)</li>
<li>fixing DepthStencil (<a href='https://github.com/sharpdx/SharpDX/commit/04507f4ba5094b912ef57536d9c92b7017411c34' target='_blank'>changes</a>)</li>
<li>fixing incorrect code (<a href='https://github.com/sharpdx/SharpDX/commit/6f64e756b8d8fc8bb87dc136ad4e9d8836144fb7' target='_blank'>changes</a>)</li>
<li>fixing up misinterpretations (<a href='https://github.com/sharpdx/SharpDX/commit/f2db76bd795615f833f353632e563d6fbedef555' target='_blank'>changes</a>)</li>
<li>Improved code (<a href='https://github.com/sharpdx/SharpDX/commit/241899c2106d612f90b6f9d89fa7228b5168f660' target='_blank'>changes</a>)</li>
<li>Remove samples from WP8 solution (<a href='https://github.com/sharpdx/SharpDX/commit/363b35a6507b9d59524beaf721a6d94870f5ebde' target='_blank'>changes</a>)</li>
<li>Sample for IDrawingSurfaceContentProvider (<a href='https://github.com/sharpdx/SharpDX/commit/59f44831500a4b7fbf797bfb2a3556427e434e6d' target='_blank'>changes</a>)</li>
<li>Wired up DrawingSurface control (<a href='https://github.com/sharpdx/SharpDX/commit/8944746e15e9ea6315dd519029327d53fadfdbf8' target='_blank'>changes</a>)</li>
<li>Wired up the IDrawingSurfaceContentProvider (<a href='https://github.com/sharpdx/SharpDX/commit/522544dd2fd77f9c6c060ceec1ce34b49745595f' target='_blank'>changes</a>)</li>
<li>wiring up base/provider/interop/renderer (<a href='https://github.com/sharpdx/SharpDX/commit/cefdc40dc54f743b3762ce2b8bff1a3987a7ecf3' target='_blank'>changes</a>)</li>
</ul>
<h4>X3DAudio</h4>
<ul>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=370' target='_blank'>issue #370</a>. Add X3DAudio.Calculate with DspSettings. Force DspSettings constructor and rewrite marshaling in order to avoid GC. (<a href='https://github.com/sharpdx/SharpDX/commit/a747eeccebddad81a2a77d40d4f5a0009756da61' target='_blank'>changes</a>)</li>
</ul>
<h4>XACT3</h4>
<ul>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=381' target='_blank'>issue #381</a> and <a href='http://code.google.com/p/sharpdx/issues/detail?id=369' target='_blank'>issue #369</a> (<a href='https://github.com/sharpdx/SharpDX/commit/b70128bd1e2fd462b320f5547d8cb3a60842f63f' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/023433eb1712548257b06d9acea1ae3123fedcbb' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/1fd1c1c3cd5786dfb66c9b1180565127437e6e68' target='_blank'>2</a>)</li>
</ul>
<h4>XAudio2</h4>
<ul>
<li>Add XAudio2 errors codes into SharpDX.XAudio2.ResultCode (<a href='https://github.com/sharpdx/SharpDX/commit/1054141dc4795b092d36aa54387adf95870b4b52' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=205' target='_blank'>issue #205</a>. Callback setup was broken (<a href='https://github.com/sharpdx/SharpDX/commit/2f25249b9111285c758a260f6d6cf275368c9c88' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=333' target='_blank'>issue #333</a>. SourceVoice.SubmitSourceBuffer was invalid with xWMA (<a href='https://github.com/sharpdx/SharpDX/commit/f779673f10650e1ac9b2f792fc086bf74cb0b3d5' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=338' target='_blank'>issue #338</a>. Make first param of XAudio2.SetDebugConfiguration non optional (<a href='https://github.com/sharpdx/SharpDX/commit/3749b6836fa78b411b214c2e0952c34db99f3eed' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=384' target='_blank'>issue #384</a>. Add constants to Echo, Reverb, MasteringLimiter and Equalizer (<a href='https://github.com/sharpdx/SharpDX/commit/e16b1b6b35991d6b20c8c1694796df6950f9566a' target='_blank'>changes</a>)</li>
<li>Spell check (changes: <a href='https://github.com/sharpdx/SharpDX/commit/e5ec94c48f9fa1e3d3d9b24e52e10c64f37103d8' target='_blank'>1</a>, <a href='https://github.com/sharpdx/SharpDX/commit/12f1d10f340aea9d3f2c3c023d1d619f4d9d5816' target='_blank'>2</a>)</li>
</ul>
<h4>XInput</h4>
<ul>
<li>Add new Controller.GetState method to perform GetState and IsConnected in a same call. Add Controller.UserIndex value (<a href='https://github.com/sharpdx/SharpDX/commit/23b41e945711bf9c9fd064c4c4a4acd33d3cea5d' target='_blank'>changes</a>)</li>
<li>Fix <a href='http://code.google.com/p/sharpdx/issues/detail?id=368' target='_blank'>issue #368</a>. Vibration.Left/RightMotorSpeed should be declared as ushort (<a href='https://github.com/sharpdx/SharpDX/commit/6a5afc7ea28fb7a7445e19b06ef2fe663688592a' target='_blank'>changes</a>)</li>
</ul>
</body>
</html>