diff options
author | Emil Velikov <[email protected]> | 2015-03-14 22:36:30 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-21 17:18:25 +0000 |
commit | 84041bab3f3673c92861d31321a25158831a74fa (patch) | |
tree | e4e47b798cddf5a6b59b21803adae71c5ef74818 /src | |
parent | 55029b2bab707616eb8a296e1d67cbedde0985b3 (diff) |
gallium/docs: remove information about identity driver
Removed from tree.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/docs/source/distro.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/docs/source/distro.rst b/src/gallium/docs/source/distro.rst index 000b03138f8..0785c0c3fb2 100644 --- a/src/gallium/docs/source/distro.rst +++ b/src/gallium/docs/source/distro.rst @@ -12,13 +12,6 @@ Intel i915 Driver for Intel i915 and i945 chipsets. -Identity -^^^^^^^^ - -Wrapper driver. The identity driver is a simple skeleton that passes through -all of its :ref:`Context` and :ref:`Screen` methods to an underlying Context -and Screen, and as such, it is an excellent starting point for new drivers. - LLVM Softpipe ^^^^^^^^^^^^^ |