diff options
author | Corbin Simpson <[email protected]> | 2010-06-23 11:25:52 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-06-23 11:25:52 -0700 |
commit | 666fdc01c4a00eef0e114001441441fb7caeee15 (patch) | |
tree | 74aa1ee0d70223de7947ddc267599ba53e75fa31 /src/gallium/drivers/identity | |
parent | 95263058349060fcba9f59a866eb30b4656c33a5 (diff) |
id, glhd: Unbreak texturing.
Argfl.
Diffstat (limited to 'src/gallium/drivers/identity')
-rw-r--r-- | src/gallium/drivers/identity/id_objects.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/identity/id_objects.c b/src/gallium/drivers/identity/id_objects.c index cd364a2bc0c..593928f399c 100644 --- a/src/gallium/drivers/identity/id_objects.c +++ b/src/gallium/drivers/identity/id_objects.c @@ -127,6 +127,7 @@ identity_sampler_view_create(struct identity_context *id_context, id_view->base.texture = NULL; pipe_resource_reference(&id_view->base.texture, id_resource->resource); id_view->base.context = id_context->pipe; + id_view->sampler_view = view; return &id_view->base; error: |