Mesa (gallium-strict-aliasing): identity: fix copy&paste error

Roland Scheidegger sroland at kemper.freedesktop.org
Mon Dec 7 20:49:40 UTC 2009


Module: Mesa
Branch: gallium-strict-aliasing
Commit: 7d9b2edb97419b562a542b5cd701724c009421d4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d9b2edb97419b562a542b5cd701724c009421d4

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Dec  4 18:34:52 2009 +0100

identity: fix copy&paste error

---

 src/gallium/drivers/identity/id_context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/identity/id_context.c b/src/gallium/drivers/identity/id_context.c
index 4509c7b..bedab56 100644
--- a/src/gallium/drivers/identity/id_context.c
+++ b/src/gallium/drivers/identity/id_context.c
@@ -742,7 +742,7 @@ identity_context_create(struct pipe_screen *_screen, struct pipe_context *pipe)
    id_pipe->base.set_polygon_stipple = identity_set_polygon_stipple;
    id_pipe->base.set_scissor_state = identity_set_scissor_state;
    id_pipe->base.set_viewport_state = identity_set_viewport_state;
-   id_pipe->base.set_fragment_sampler_textures = identity_set_vertex_sampler_textures;
+   id_pipe->base.set_fragment_sampler_textures = identity_set_fragment_sampler_textures;
    id_pipe->base.set_vertex_sampler_textures = identity_set_vertex_sampler_textures;
    id_pipe->base.set_vertex_buffers = identity_set_vertex_buffers;
    id_pipe->base.set_vertex_elements = identity_set_vertex_elements;




More information about the mesa-commit mailing list