Skip to content

gallium: retype fields of pipe_resource

Karol Herbst requested to merge karolherbst/mesa:gallium/resource/padding into main

This does a couple of things:

  • reduce the size of usage to 4, so it doesn't span two bytes anymore
  • retype usage to the enum
  • replace bitfields with proper types where possible

Merge request reports