----- Original Message -----
> 
> Signed-off-by: Zack Rusin <za...@vmware.com>
> ---
>  src/gallium/docs/source/screen.rst |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/src/gallium/docs/source/screen.rst
> b/src/gallium/docs/source/screen.rst
> index 2630491..0957e56 100644
> --- a/src/gallium/docs/source/screen.rst
> +++ b/src/gallium/docs/source/screen.rst
> @@ -164,6 +164,10 @@ The integer capabilities:
>    for permutational swizzles.
>  * ``PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE``: The maximum accessible size with
>    a buffer sampler view, in bytes.
> +* ``PIPE_CAP_MAX_VIEWPORTS``: The maximum number of viewports (and scissors
> +  since they are linked) a driver can support. Returning 0 is equivalent
> +  to returning 1 because every driver has to support at least a single
> +  viewport/scissor combination.
>  
>  
>  .. _pipe_capf:
> --
> 1.7.10.4
> 

Reviewed-by: Jose Fonseca <jfons...@vmware.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to