summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source
diff options
context:
space:
mode:
authorChristoph Bumiller <[email protected]>2012-12-16 17:23:15 +0100
committerChristoph Bumiller <[email protected]>2013-01-30 13:10:11 +0100
commit0fcd2c5e2fa06339de8af80ff8d35e479d61ccf5 (patch)
tree7b2df8f1769046182b3977da7924fd261ed4459a /src/gallium/docs/source
parent785a8c3bebac838b675ac891aaadff4efcb504d8 (diff)
gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/docs/source')
-rw-r--r--src/gallium/docs/source/screen.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index 7a17f69dbfd..68d1a35cc73 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -134,6 +134,9 @@ The integer capabilities:
expected for a pointer returned by transfer_map if the resource is
PIPE_BUFFER. In other words, the pointer returned by transfer_map is
always aligned to this value.
+* ``PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT``: Describes the required
+ alignment for pipe_sampler_view::u.buf.first_element, in bytes.
+ If a driver does not support first/last_element, it should return 0.
.. _pipe_capf: