diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-07-09 21:21:39 -0700 |
---|---|---|
committer | Francisco Jerez <currojerez@riseup.net> | 2013-07-22 22:43:17 +0200 |
commit | 4e90bc9a12bea93c6b5522abe8151a8cfe1d6d1d (patch) | |
tree | 866d0fdf30df11db8092d75f8bf9aa3a561a5877 /src/gallium/docs | |
parent | c09a4cbbafc2c05dd36902400bb066b96c1f26c8 (diff) |
gallium: Add PIPE_CAP_ENDIANNESS
Cc: mesa-stable@lists.freedesktop.org
[ Francisco Jerez: Fix "PIPE_ENDIAN_SMALL" in the documentation,
define PIPE_ENDIAN_NATIVE. ]
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 683080c0f1..60c9af11b0 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_LITTLE. .. _pipe_capf: |