gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
All drivers support it (well, except Cell). The boolean option is going away from core Mesa too. This is a follow-up to Ian Romanick's patch "mesa: Remove ARB_texture_mirrored_repeat extension enable flag". Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -444,7 +444,6 @@ enum pipe_cap {
|
||||
PIPE_CAP_GUARD_BAND_RIGHT = 23, /*< float */
|
||||
PIPE_CAP_GUARD_BAND_BOTTOM = 24, /*< float */
|
||||
PIPE_CAP_TEXTURE_MIRROR_CLAMP = 25,
|
||||
PIPE_CAP_TEXTURE_MIRROR_REPEAT = 26,
|
||||
PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS = 27,
|
||||
PIPE_CAP_BLEND_EQUATION_SEPARATE = 28,
|
||||
PIPE_CAP_SM3 = 29, /*< Shader Model, supported */
|
||||
|
||||
Reference in New Issue
Block a user