vmware/xorg: Handle no init of video in vmw_video_close
[mesa.git] / doxygen / gallium.doc
index de395738616e561701998fed580a06a41997768b..f0ff36075a5aa2a78d03972043d503fea8b29804 100644 (file)
@@ -33,9 +33,9 @@
   
   - Pipe drivers:
     - \ref softpipe
-    - \ref i915simple
-    - \ref failover
+    - \ref i915g
     - Cell driver (cell_context.h, cell_winsys.h)
+    - \ref failover
 
   - Winsys drivers:
     - X11 winsys driver (xm_winsys.c)
   \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
   will have equivalent functionality and performance to the current Mesa
   i915tex driver, but from a much smaller codebase.
 
+  \sa i915_context.h
   \sa i915_winsys.h
 */
 
   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