summaryrefslogtreecommitdiff
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-07-09 21:21:39 -0700
committerFrancisco Jerez <currojerez@riseup.net>2013-07-22 22:43:17 +0200
commit4e90bc9a12bea93c6b5522abe8151a8cfe1d6d1d (patch)
tree866d0fdf30df11db8092d75f8bf9aa3a561a5877 /src/gallium/docs
parentc09a4cbbafc2c05dd36902400bb066b96c1f26c8 (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.rst2
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: