Mesa (master): configs: fix some remains of the i915simple driver

Zack Rusin zack at kemper.freedesktop.org
Sun Oct 11 23:56:09 UTC 2009


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

Author: Zack Rusin <zackr at vmware.com>
Date:   Tue Oct  6 12:38:47 2009 -0400

configs: fix some remains of the i915simple driver

---

 doxygen/gallium.doc                |    7 +++----
 src/gallium/winsys/xlib/SConscript |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/doxygen/gallium.doc b/doxygen/gallium.doc
index 4c14344..f0ff360 100644
--- a/doxygen/gallium.doc
+++ b/doxygen/gallium.doc
@@ -33,8 +33,7 @@
   
   - Pipe drivers:
     - \ref softpipe
-    - \ref i915simple
-    - Simple 965 driver (brw_context.h, brw_winsys.h)
+    - \ref i915g
     - Cell driver (cell_context.h, cell_winsys.h)
     - \ref failover
 
@@ -120,7 +119,7 @@
   \sa sp_winsys.h
 */
 
-/** \page i915simple Simple i915 Driver
+/** \page i915g i915 Driver
 
   The i915 Gallium3D Driver is an initial hardware driver implementation within
   the Gallium3D driver architecture. We expect that once complete this driver
@@ -163,7 +162,7 @@
   The Draw module is effectively the part of \ref softpipe which is concerned with
   vertex processing, split off into a separate module so that it can be reused
   by drivers for rasterization-only hardware. As such it is also instantiated
-  by the \ref i915simple driver.
+  by the \ref i915g driver.
 
   Additionally, there are cases in the Mesa OpenGL state_tracker where it is
   required to obtain transformed vertices and yet it is anticipated that using
diff --git a/src/gallium/winsys/xlib/SConscript b/src/gallium/winsys/xlib/SConscript
index 14d4ca7..dfe550f 100644
--- a/src/gallium/winsys/xlib/SConscript
+++ b/src/gallium/winsys/xlib/SConscript
@@ -5,7 +5,7 @@ Import('*')
 
 if env['platform'] == 'linux' \
         and 'mesa' in env['statetrackers'] \
-        and set(('softpipe', 'llvmpipe', 'i915simple', 'trace')).intersection(env['drivers']) \
+        and set(('softpipe', 'llvmpipe', 'i915', 'trace')).intersection(env['drivers']) \
         and not env['dri']:
 
     env = env.Clone()




More information about the mesa-commit mailing list