Mesa (master): st/dri: Indent driconf options

Corbin Simpson csimpson at kemper.freedesktop.org
Wed Aug 17 07:39:46 UTC 2011


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

Author: Lauri Kasanen <cand at gmx.com>
Date:   Fri Jul  1 12:57:06 2011 +0300

st/dri: Indent driconf options

---

 src/gallium/state_trackers/dri/common/dri_screen.c |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/src/gallium/state_trackers/dri/common/dri_screen.c b/src/gallium/state_trackers/dri/common/dri_screen.c
index 5931df9..c964794 100644
--- a/src/gallium/state_trackers/dri/common/dri_screen.c
+++ b/src/gallium/state_trackers/dri/common/dri_screen.c
@@ -42,13 +42,17 @@
 #include "util/u_debug.h"
 
 PUBLIC const char __driConfigOptions[] =
-   DRI_CONF_BEGIN DRI_CONF_SECTION_PERFORMANCE
-   DRI_CONF_FTHROTTLE_MODE(DRI_CONF_FTHROTTLE_IRQS)
-   DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_DEF_INTERVAL_0)
-   DRI_CONF_SECTION_END DRI_CONF_SECTION_QUALITY
-/* DRI_CONF_FORCE_S3TC_ENABLE(false) */
-   DRI_CONF_ALLOW_LARGE_TEXTURES(1)
-   DRI_CONF_SECTION_END DRI_CONF_END;
+   DRI_CONF_BEGIN
+      DRI_CONF_SECTION_PERFORMANCE
+         DRI_CONF_FTHROTTLE_MODE(DRI_CONF_FTHROTTLE_IRQS)
+         DRI_CONF_VBLANK_MODE(DRI_CONF_VBLANK_DEF_INTERVAL_0)
+      DRI_CONF_SECTION_END
+
+      DRI_CONF_SECTION_QUALITY
+/*       DRI_CONF_FORCE_S3TC_ENABLE(false) */
+         DRI_CONF_ALLOW_LARGE_TEXTURES(1)
+      DRI_CONF_SECTION_END
+   DRI_CONF_END;
 
 static const uint __driNConfigOptions = 3;
 




More information about the mesa-commit mailing list