diff options
author | Ilia Mirkin <[email protected]> | 2016-01-02 18:55:48 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-01-03 16:20:41 -0500 |
commit | e9f43d6333657d3f6c47c656fbbe18aaebbe804a (patch) | |
tree | 14b6165a900ae0c308810bba117813a0b8d59e40 /src/gallium/include | |
parent | 459e4532af44ea4490bbb4085a7487c40ae952cc (diff) |
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index d4933e74884..d6881f90274 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -636,6 +636,7 @@ enum pipe_cap PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS, PIPE_CAP_CLEAR_TEXTURE, PIPE_CAP_DRAW_PARAMETERS, + PIPE_CAP_TGSI_PACK_HALF_FLOAT, }; #define PIPE_QUIRK_TEXTURE_BORDER_COLOR_SWIZZLE_NV50 (1 << 0) |