diff options
author | Rhys Perry <[email protected]> | 2019-01-16 23:18:25 +0000 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-04-15 16:18:07 -0400 |
commit | 5131b7a43f8488a797ec880ac2c905614da0aa03 (patch) | |
tree | cedc9ab6703a67081434086e14cf07474634fdec /src/gallium/docs | |
parent | bf4a0485d9afd12098cc7e21aa12988f2fcb9480 (diff) |
gallium: add support for formatted image loads
v3: rebase
v3: make use of u_pipe_screen_get_param_defaults
Signed-off-by: Rhys Perry <[email protected]>
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index f29c05756a8..21ca07f2437 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -508,6 +508,7 @@ The integer capabilities: arrays should be skipped and enforce keeping the declared array sizes instead. A driver might rely on the input mapping that was defined with the original GLSL code. +* ``PIPE_CAP_IMAGE_LOAD_FORMATTED``: True if a format for image loads does not need to be specified in the shader IR .. _pipe_capf: |