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

Marek Olšák maraeo at gmail.com
Sat Oct 25 02:47:19 PDT 2014


On Wed, Oct 8, 2014 at 1:40 PM, Alexander Troosh <trush at yandex.ru> wrote:
> ---
>  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.

Noop is not a swdri driver. It's a wrapper driver and works like
identity and trace.

> +It's purpose is to help profiling core mesa/gallium without
> +having pipe driver overhead hidding hot spot of core code.

hiding

Marek

> +
> +
>  State Trackers
>  --------------
>
> --
> 1.7.3.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list