diff options
author | Marek Olšák <maraeo@gmail.com> | 2013-05-02 03:24:33 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2013-05-11 23:45:01 +0200 |
commit | 52cb395bb16e73ba7ee69d6d5fbddcd83219eb3b (patch) | |
tree | fd54f8b44544c18315d39838cbcc24beb59501af /src/gallium/docs/source/screen.rst | |
parent | b6d3373442503d95fbba4d376dd721f5b7a8ea61 (diff) |
gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
v2: fix typo 65535 -> 65536
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/docs/source/screen.rst')
-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 3ab7e9e690..2630491d06 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -162,6 +162,8 @@ The integer capabilities: state should be swizzled manually according to the swizzle in the sampler view it is intended to be used with, or herein undefined results may occur for permutational swizzles. +* ``PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE``: The maximum accessible size with + a buffer sampler view, in bytes. .. _pipe_capf: |