Module: Mesa Branch: xa_branch Commit: 7ba80e0c509c0bf1b14c2a20db579055b999f066 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ba80e0c509c0bf1b14c2a20db579055b999f066
Author: Thomas <[email protected]> Date: Thu Jun 16 16:21:21 2011 +0200 st/xa: Fix a typo pointed out by Keith Whitwell. Signed-off-by: Thomas Hellstrom <[email protected]> --- src/gallium/state_trackers/xa/README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/state_trackers/xa/README b/src/gallium/state_trackers/xa/README index 475585d..1ed6f8d 100644 --- a/src/gallium/state_trackers/xa/README +++ b/src/gallium/state_trackers/xa/README @@ -39,7 +39,7 @@ a number of interfaces to work with: 3) KMS modesetting (versioned) 4) Driver-private (hopefully versioned) -Since Gallium3D is versioned, the Xorg state tracker needs to be compiled +Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled with Gallium, but it's really beneficial to be able to compile xorg drivers standalone. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
