Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring bug fixes and readme updates to the develop branch #669

Merged
merged 26 commits into from
Nov 6, 2020
Merged

Commits on Jun 20, 2020

  1. Add UpdateSubresource and MemcpySubresource overloads taking D3D12_SU…

    …BRESOURCE_INFO*
    
    Adds overloads for all 3 `UpdateSubresources` and `MemcpySubresource` which takes `D3D12_SUBRESOURCE_INFO` (which stores an offset rather than an absolute pointer) and a `const void*` rather than `D3D12_SUBRESOURCE_DATA`, which is useful in several scenarios working with D3D from .NET (where interior data pointers cannot be trivially passed around or stored on the heap),
    john-h-k committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    8260928 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Merge pull request #640 from microsoft/develop

    Develop
    sebmerry authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    052f32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71fc791 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #641 from microsoft/stwhi-master/ob-dx-samples

    adding yaml frontmatter for onboarding to the DMC Samples Browser
    stevewhims authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    58b6607 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    cbd56be View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    bdebe89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c5ec08 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #635 from john-h-k/add-subresinfo-overloads

    Add UpdateSubresource and MemcpySubresource overloads taking D3D12_SUBRESOURCE_INFO*
    sebmerry authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    1f37cd2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #644 from microsoft/onboardMoreSamplesToDMCBrowser

    Adding yaml for DMC sample browser: 11on12 and Bundles.
    sebmerry authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    9243c0b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    52d0772 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #647 from microsoft/fixSampleUrlFragmentsForDMCSam…

    …plesBrowser
    
    Add platform to the urlFragment in the readme
    sebmerry authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    3e8b39e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    2fcd597 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #649 from microsoft/onboardSamplesForDMCSamplesBro…

    …wser
    
    Onboard remaining Direct3D 12 samples to the DMC Samples Browser.
    sebmerry authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    5e98d45 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Fix wrong example in the help

    The p is necessary for position, the v is not a valid option. And since v will be discarded, and position is not specified, the application will just exit.
    tangogu authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    519b56c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Fix meshlet generation, when 32bit indices are forced

    In MeshProcessor class m_indexSize field should be updated to 4 if 32bit
    indices are forced and not needed. Before this change the resulting IB
    was still treated as 16bit afterwards - Finalize<uint16_t> was being called.
    DziubanMaciej committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    bad3cb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge pull request #660 from ForksMD/meshletGeneratorFix

    Fix meshlet generation, when 32bit indices are forced
    mhurliman authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7023dfc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge pull request #653 from tangogu/patch-1

    Fix wrong example in the help
    mhurliman authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c19f7b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    6e0115d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #665 from walbourn/master

    Minor code review for d3dx12
    sebmerry authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    6aa1d41 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Moving Raytracing samples to the 19041 SDK and adding a known issues …

    …section in the readme so people can more easily workaround a VS bug.
    sebmerry committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    502c280 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #666 from microsoft/cleanupRaytracingSamples

    19041 SDK and readme updates
    sebmerry authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    d09524e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    66938ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #667 from microsoft/cleanupRaytracingSamples

    Fix a copy error during the build process by using the MiniEngine spona.h3d file
    sebmerry authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    e2e1cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8602f23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c48ca4 View commit details
    Browse the repository at this point in the history
  5. Fix devblog url

    sebmerry committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    69c728e View commit details
    Browse the repository at this point in the history