Skip to content

gallium: add initial task/mesh interfaces

Dave Airlie requested to merge airlied/mesa:gallium-task-mesh-intro into main

This adds the gallium interfaces for task/mesh.

  1. It introduces PIPE_SHADER_MESH_TYPES and I tried to bump PIPE_SHADER_TYPES but auditing all users was a messy job.
  2. It increases pipe_grid_info size, that might be easier to avoid if it's a problem.
Edited by Dave Airlie

Merge request reports