diff options
author | Marek Olšák <[email protected]> | 2013-01-14 06:58:52 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-01-15 16:47:18 +0100 |
commit | f04dd3d0035f57854f0715c7e0f6a0fbe6b41f15 (patch) | |
tree | e7a03264d9e3719b45b244f1b5385478070a2b5f /src/gallium/include | |
parent | cabe4fbb852f3c335937e3576db85d0143cb6c12 (diff) |
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_defines.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 4a0594fc1df..bd08ac0895a 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -457,7 +457,6 @@ enum pipe_cap { PIPE_CAP_INDEP_BLEND_ENABLE = 33, /** different blend funcs per rendertarget */ PIPE_CAP_INDEP_BLEND_FUNC = 34, - PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE = 35, PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS = 36, PIPE_CAP_TGSI_FS_COORD_ORIGIN_UPPER_LEFT = 37, PIPE_CAP_TGSI_FS_COORD_ORIGIN_LOWER_LEFT = 38, |