Skip to content
  • Kenneth Graunke's avatar
    iris: Create an "iris_surface_state" wrapper struct · 2b09e818
    Kenneth Graunke authored
    Today, we only have a state reference to the GPU buffer containing our
    uploaded SURFACE_STATEs.  However, we're going to want a CPU-side copy
    soon.  Making a wrapper struct means we can talk about both together,
    and also put both in the field called "surface_state".
    2b09e818