diff options
author | Tom Stellard <[email protected]> | 2012-09-21 20:19:14 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-09-25 14:36:50 +0000 |
commit | 0e3c30cd6f90db72044bb2d3311aa13a245cbcaf (patch) | |
tree | dc7a490153903325fcdfa8485976d543a31e8995 /src/gallium/docs/source/screen.rst | |
parent | b57eba365496307c35373f5c303996731b994f25 (diff) |
gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2
v2:
- Add comment in screen.rst
- Report OpenCL required minimum for r600g
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 540d30861b2..7a5568477f0 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -239,6 +239,8 @@ pipe_screen::get_compute_param. resource. Value type: ``uint64_t``. * ``PIPE_COMPUTE_CAP_MAX_INPUT_SIZE``: Maximum size of the INPUT resource. Value type: ``uint64_t``. +* ``PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE``: Maximum size of a memory object + allocation in bytes. Value type: ``uint64_t``. .. _pipe_bind: |