diff options
author | Marek Olšák <[email protected]> | 2012-08-02 22:31:22 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-08-30 19:43:55 +0200 |
commit | 8698a3b85dd89c5d2fa473e7942b7dc8d25f3c8f (patch) | |
tree | d134a9adb325aa6c131021c408b42a7daa9ef7b3 /src/gallium/drivers/r600/r600_resource.h | |
parent | edf22a5c6de5107c3f67357dad7cebbc8daf8368 (diff) |
r600g: implement MSAA for r700
Reviewed-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index dbb958e6925..da60d373c80 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -87,6 +87,7 @@ struct r600_surface { unsigned cb_color_fmask_slice; /* EG only */ unsigned cb_color_cmask; /* CB_COLORn_CMASK (EG) or CB_COLORn_TILE (r600) */ unsigned cb_color_cmask_slice; /* EG only */ + unsigned cb_color_mask; /* R600 only */ /* DB registers. */ unsigned db_depth_info; /* DB_Z_INFO (EG) or DB_DEPTH_INFO (r600) */ |