[Mesa-dev] [PATCH 13/13] gallium/docs: Add minor info about Ilo, Freedreno, VC4, Noop drivers

Alexander Troosh trush at yandex.ru
Wed Oct 8 04:40:30 PDT 2014


---
 src/gallium/docs/source/distro.rst |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/src/gallium/docs/source/distro.rst b/src/gallium/docs/source/distro.rst
index d69c186..7cbd7c7 100644
--- a/src/gallium/docs/source/distro.rst
+++ b/src/gallium/docs/source/distro.rst
@@ -12,6 +12,12 @@ Intel i915
 
 Driver for Intel i915 and i945 chipsets.
 
+Ilo
+^^^
+
+Driver "ilo" is an alternative open source User Mode driver for Intel
+Sandy Bridge "Gen6" and Ivy Bridge "Gen7" graphics being developed by LunarG.
+
 Identity
 ^^^^^^^^
 
@@ -60,6 +66,17 @@ AMD radeonsi
 
 Driver for the AMD Southern Islands family of GPUs.
 
+Freedreno
+^^^^^^^^^
+
+Driver for the Qualcomm's Adreno graphics hardware, used in the Snapdragon SoCs.
+
+VC4
+^^^
+
+Driver for the Broadcom's Videocore IV graphics hardware, used in Broadcom 2708
+(aka the 2835), the chip that's in the Raspberry Pi.
+
 .. _softpipe:
 
 Softpipe
@@ -89,6 +106,16 @@ Wrapper driver. Sanity checker for the internal gallium state. Normally
 a driver should n't have to sanity check the input it gets from a state
 tracker. Any wrong state received should be perceived as a state tracker bug.
 
+Noop
+^^^^
+
+This driver is a fake swdri driver that perform no operations
+beside allocation gallium structure and buffer for upper layer
+usage.
+It's purpose is to help profiling core mesa/gallium without
+having pipe driver overhead hidding hot spot of core code.
+
+
 State Trackers
 --------------
 
-- 
1.7.3.4



More information about the mesa-dev mailing list