diff options
author | Timothy Arceri <[email protected]> | 2017-08-18 15:51:48 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-03-20 14:17:34 +1100 |
commit | 9c51a7ea2956495fd15d0ee6fc47fe99e14b9f36 (patch) | |
tree | 1b24d84a9f6ec057a3f358212a101e3c758da702 /src/gallium/docs | |
parent | ffa4bbe4665f95bab7779ded57d6a4de13cb8ffc (diff) |
gallium: add packed uniform CAP
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-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 e375d67a4b6..3837360fb40 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -418,6 +418,8 @@ The integer capabilities: set when binding that buffer as constant buffer 0. If the buffer doesn't have those bits set, pipe_context::set_constant_buffer(.., 0, ..) is ignored by the driver, and the driver can throw assertion failures. +* ``PIPE_CAP_PACKED_UNIFORMS``: True if the driver supports packed uniforms + as opposed to padding to vec4s. .. _pipe_capf: |