Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
665845b
Basic support for XAML textures (tiled and linear mode); New formats …
Mar 7, 2016
5a664af
Fixed color swapping in shader. Removed unecessary code
Mar 8, 2016
a88fd65
Alpha mode support added
Mar 8, 2016
0a47b41
Create CubeTestUwp SwapChain format in BGRA.
jordanrh1 Mar 8, 2016
2df3797
Fixed CheckDirectFlipSupport to validate formats.
jordanrh1 Mar 8, 2016
1799bd2
Added checks to SetVidPnSourceAddress for mode change.
jordanrh1 Mar 8, 2016
439d0dd
Remove Sleep() from CubeTest and SDKLayers from Dolphin
jordanrh1 Mar 9, 2016
4ee6b9d
Include changes left out of SetVidPnSourceAddress commit.
jordanrh1 Mar 9, 2016
2224790
Link to CppCoreGuidlines from readme.md
jordanrh1 Mar 9, 2016
8ae16b3
Trace virtual address of render target for debugging.
jordanrh1 Mar 10, 2016
97dac10
Merge branch 'master' of https://github.com/Microsoft/graphics-driver…
jordanrh1 Mar 10, 2016
89eb884
Adding IotShell.exe to enable RS1 images.
jordanrh1 Mar 10, 2016
ce3591e
Merge pull request #42 from jordanrh1/master
jordanrh1 Mar 10, 2016
95e56d9
XAML Bringup - Implement DdiSetPredication for the NULL pointer case …
IoTDan Mar 14, 2016
ab0b7ad
XAML Bringup - skeleton DdiResourceCopyRegion11_1
IoTDan Mar 16, 2016
25ea07a
Remove Firmware folder from Firmware.zip.
jordanrh1 Mar 16, 2016
f3d8558
Added required reg keys to INF.
jordanrh1 Mar 16, 2016
0bad4ea
Merge pull request #44 from jordanrh1/install_fix
jordanrh1 Mar 16, 2016
4554d18
Ensure highest warning level in UMD.
jordanrh1 Mar 18, 2016
d2957b0
Enable precompiled headers in rosumd.
jordanrh1 Mar 18, 2016
c62ac9f
Merge pull request #45 from jordanrh1/install_fix
jordanrh1 Mar 18, 2016
a1aec78
Enable WPP logging in RosUmd
jordanrh1 Mar 19, 2016
58ba82f
Merge pull request #46 from jordanrh1/install_fix
jordanrh1 Mar 19, 2016
1b1d231
Remove legacy projects/files
hideyukn88 Mar 21, 2016
78a4752
XAML texture samling support - fixes after review
marekkedzierski Mar 21, 2016
59485d5
Create XAML tests in TAEF.
jordanrh1 Mar 15, 2016
82d4fd6
Remove excessive debugger output from RosUmdDeviceDdi.
jordanrh1 Mar 21, 2016
5f8ad72
Add tracing to resource creation and opening.
jordanrh1 Mar 21, 2016
debdf4e
Moved XamlTests to RosTest.
jordanrh1 Mar 22, 2016
c06fdd3
Merge pull request #47 from jordanrh1/xaml_tests
jordanrh1 Mar 22, 2016
d2cf51b
Fixes after second review
Mar 23, 2016
ffdffdf
Fixing some issues with IoT shell extension.
hideyukn88 Mar 27, 2016
d2ce05e
Add comments for Issue 37
hideyukn88 Mar 27, 2016
490889c
Basic support for XAML textures (tiled and linear mode); New formats …
Mar 7, 2016
f557aee
Fixed color swapping in shader. Removed unecessary code
Mar 8, 2016
412180c
Alpha mode support added
Mar 8, 2016
7b79ad3
XAML texture samling support - fixes after review
marekkedzierski Mar 21, 2016
084a8e0
Fixes after second review
Mar 23, 2016
e33d7e2
Fix after merge
marekkedzierski Mar 27, 2016
2a528b1
Now <memory> is included in precompiled header
marekkedzierski Mar 27, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ Solo developers can contribute to the project in various ways including implemen
All submissions by solo developers should be done via a pull request submission that includes a description of the change and for code changes the set of tests that were run.

If a part or all of a submission is rejected, a clear explaination will be provided to the contributor along with guidance on what issues if any can be addressed in order for the submission to be accepted.

The [ISO C++ Core guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) are a good read for anyone hoping to contribute to the project, as we are attempting to follow the bulk of the recommendations especially with respect to resource management. This project uses exceptions and therefore also uses RIAA.

Loading