diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_blorp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h index c00766c..bff7715 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp.h +++ b/src/mesa/drivers/dri/i965/brw_blorp.h @@ -90,6 +90,12 @@ public: * ARYSPC_LOD0 mode. Ignored prior to Gen7. */ bool array_spacing_lod0; + + /** + * Format that should be used when setting up the surface state for this + * surface. Should correspond to one of the BRW_SURFACEFORMAT_* enums. + */ + uint32_t brw_surfaceformat; }; |