diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_device_info.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_device_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_device_info.h b/src/mesa/drivers/dri/i965/brw_device_info.h index 5c9517eda0f..af2e459fe48 100644 --- a/src/mesa/drivers/dri/i965/brw_device_info.h +++ b/src/mesa/drivers/dri/i965/brw_device_info.h @@ -49,7 +49,7 @@ struct brw_device_info bool has_resource_streamer; /** - * Quirks: + * \name Intel hardware quirks * @{ */ bool has_negative_rhw_bug; @@ -65,7 +65,7 @@ struct brw_device_info /** @} */ /** - * GPU Limits: + * \name GPU hardware limits * @{ */ /** |