Module: Mesa Branch: master Commit: 14429295e16cf9b7616494fb68f400dfb9c80c71 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14429295e16cf9b7616494fb68f400dfb9c80c71
Author: Rico Schüller <[email protected]> Date: Sun Oct 20 12:39:59 2013 +0200 radeon: Enable ARB_texture_mirror_clamp_to_edge. Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Rico Schüller <[email protected]> --- src/mesa/drivers/dri/radeon/radeon_context.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/radeon/radeon_context.c b/src/mesa/drivers/dri/radeon/radeon_context.c index 592a65b..a9f29d7 100644 --- a/src/mesa/drivers/dri/radeon/radeon_context.c +++ b/src/mesa/drivers/dri/radeon/radeon_context.c @@ -322,6 +322,7 @@ r100CreateContext( gl_api api, ctx->Extensions.ARB_texture_env_combine = true; ctx->Extensions.ARB_texture_env_crossbar = true; ctx->Extensions.ARB_texture_env_dot3 = true; + ctx->Extensions.ARB_texture_mirror_clamp_to_edge = true; ctx->Extensions.EXT_packed_depth_stencil = true; ctx->Extensions.EXT_texture_env_dot3 = true; ctx->Extensions.EXT_texture_filter_anisotropic = true; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
