[Mesa-dev] [PATCH 2/7] gallium: Add PIPE_CAP_ENDIANNESS

Michel Dänzer michel at daenzer.net
Wed Jul 10 01:25:04 PDT 2013


On Die, 2013-07-09 at 21:21 -0700, Tom Stellard wrote:
> 
> diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
> index 683080c..f062bea 100644
> --- a/src/gallium/docs/source/screen.rst
> +++ b/src/gallium/docs/source/screen.rst
> @@ -168,6 +168,8 @@ The integer capabilities:
>    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_CAP_ENDIANNESS``:: The endianness of the device.  Either
> +  PIPE_ENDIAN_BIG or PIPE_ENDIAN_SMALL.

Typo: PIPE_ENDIAN_LITTLE, not PIPE_ENDIAN_SMALL.

Other than that,

Reviewed-by: Michel Dänzer <michel.daenzer at amd.com>


-- 
Earthling Michel Dänzer           |                   http://www.amd.com
Libre software enthusiast         |          Debian, X and DRI developer


More information about the mesa-dev mailing list