Skip to content

d3d12: Compute support

Jesse Natalie requested to merge jenatali/mesa:d3d12-compute into main

This adds some parallel state tracking for compute. In some cases, graphics state tracking is simply extended (e.g. resources bound to shaders), in others, it's duplicated (e.g. additional pipeline caches), and in others it's refactored. The final result is support for compute ARB_compute_shader with a bit of a slow path for indirects. Now that compute support is available, we can start hooking up compute shaders for things that need emulation in the future, like a faster path for indirect dispatches that need state vars.

Edited by Jesse Natalie

Merge request reports