gallium: add packed uniform CAP

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Timothy Arceri
2017-08-18 15:51:48 +10:00
parent ffa4bbe466
commit 9c51a7ea29
19 changed files with 22 additions and 0 deletions

View File

@@ -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: