diff options
author | Marek Olšák <[email protected]> | 2011-03-01 18:42:44 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-03-01 19:10:30 +0100 |
commit | a5ee80a2645648d88a95831ac12e0790eb76b68c (patch) | |
tree | 4f94b6efe71f92e52654d886fbe93bdf84dd3b5e /src | |
parent | 900a5c91eeb3acae7ee0ad331154531c4dba96e1 (diff) |
r300g: document some more DRM 2.8.0 features
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r300/r300_winsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_winsys.h b/src/gallium/drivers/r300/r300_winsys.h index d5c73585c81..ced7bb5edd0 100644 --- a/src/gallium/drivers/r300/r300_winsys.h +++ b/src/gallium/drivers/r300/r300_winsys.h @@ -63,7 +63,7 @@ enum r300_value_id { R300_VID_DRM_2_1_0, /* Square tiling. */ R300_VID_DRM_2_3_0, /* R500 VAP regs, MSPOS regs, fixed tex3D size checking */ R300_VID_DRM_2_6_0, /* Hyper-Z, GB_Z_PEQ_CONFIG on rv350->r4xx, R500 FG_ALPHA_VALUE */ - R300_VID_DRM_2_8_0, /* R500 US_FORMAT regs, R500 ARGB2101010 colorbuffer, CMask */ + R300_VID_DRM_2_8_0, /* R500 US_FORMAT regs, R500 ARGB2101010 colorbuffer, CMask, R16F/RG16F */ R300_CAN_HYPERZ, /* ZMask + HiZ */ R300_CAN_AACOMPRESS, /* CMask */ |