gallium: Add PIPE_CAP_ENDIANNESS
[mesa.git] / src / gallium / docs / source / screen.rst
index 683080c0f1ce638d29cbab29517e3ff5cffc8660..60c9af11b067774832de62a4ee00cfe33fabca36 100644 (file)
@@ -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: