From d4ff72b9447dcff29c51bcb8b037eb4a53bcc040 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 2 Jan 2013 20:23:57 +0100 Subject: r300g: don't set PIPE_BIND flags for internal textures --- src/gallium/drivers/r300/r300_context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_context.c') diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 048f810b6b4..878b52f764f 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -428,7 +428,6 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen, rtempl.target = PIPE_TEXTURE_2D; rtempl.format = PIPE_FORMAT_I8_UNORM; - rtempl.bind = PIPE_BIND_SAMPLER_VIEW; rtempl.usage = PIPE_USAGE_IMMUTABLE; rtempl.width0 = 1; rtempl.height0 = 1; -- cgit v1.2.3