Mesa (master): r300g: document some more DRM 2.8.0 features

Marek Olšák mareko at kemper.freedesktop.org
Tue Mar 1 18:10:59 UTC 2011


Module: Mesa
Branch: master
Commit: a5ee80a2645648d88a95831ac12e0790eb76b68c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5ee80a2645648d88a95831ac12e0790eb76b68c

Author: Marek Olšák <maraeo at gmail.com>
Date:   Tue Mar  1 18:42:44 2011 +0100

r300g: document some more DRM 2.8.0 features

---

 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 d5c7358..ced7bb5 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 */




More information about the mesa-commit mailing list