commit | 5e09ac78e5c25972fecf02e10363052a7b90f79f | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Wed Feb 03 18:57:58 2016 +0100 |
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Sat Feb 13 15:51:17 2016 +0100 |
tree | 05f6577059e5fd0197150cfee927c9eef31ee744 | |
parent | 43f4420fba1c9855c0f127143a4ed13b170ac49b [diff] |
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS This cap indicates the supported representations of programs. It should be a mask of pipe_shader_ir bits. It will allow to enable ARB_compute_shader if the underlying driver supports TGSI. Changes from v2: - improve description of PIPE_SHADER_CAP_SUPPORTED_IRS Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>