diff options
author | Marek Olšák <[email protected]> | 2013-01-02 20:23:57 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-01-04 21:08:28 +0100 |
commit | d4ff72b9447dcff29c51bcb8b037eb4a53bcc040 (patch) | |
tree | 5ab2f4884e2d7ba5f1861ffcd67660563010364f /src/gallium/drivers/r300/r300_context.c | |
parent | 06f67e75ee7158e7f13860d07785e1cf3f8f4b13 (diff) |
r300g: don't set PIPE_BIND flags for internal textures
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |