Showing results for September 2020 - PIX on Windows

Sep 15, 2020
1
0

Capturing GPU Work

Damyan Pepper
Damyan Pepper

One of the most significant changes we’ve made in PIX-2008.26 has been to make the GPU capture process focus on capturing GPU work rather than API calls. This blog post will explain how PIX used to work, describe some of the drawbacks with this approach, how it works now, and the benefits we get from it. Hopefully, you’ll find this discussion of PI...

Sep 8, 2020
3
0

Debugging D3D11 apps using D3D11On12

Jeff Noyle
Jeff Noyle

PIX is designed for use with Direct3D12 applications. That said, PIX can take advantage of Windows’ ability to convert Direct3D11 API calls into Direct3D12 calls, and thereby allow you to view your Direct3D11 application as if it were Direct3D12. It’s easy to use: just click this check box here before launching your game under GPU capture: P...

Sep 4, 2020
1
0

GPU Captures: Support for D3D video

Austin Kinross
Austin Kinross

PIX on Windows version 2008.26 added support for taking GPU Captures of applications that use D3D video APIs. This means that you can now use PIX to capture regions of GPU work that involve videos, such as title screens in games or videos playing in web browsers. In this blog post, we’ll talk about how PIX captures video workloads and what is and i...

Sep 2, 2020
0
0

Changes to the capture experience

Matt Amert
Matt Amert

Summary As some of you have likely noticed by now, PIX.2008-26 comes with some improvements to the overall capture and Start-Analysis experience, made possible by the rewrite of the capture layer within PIX on Windows. This is a list of the major changes – read on for a detailed explanation! API selection change - no more "ign...