summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_context.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-01-16 13:06:03 -0700
committerBrian Paul <[email protected]>2012-01-24 14:12:37 -0700
commit56d83ac4bf0267982554f25c6fdb3c1dd6e14a9c (patch)
treefdd5e6d71c3dd71493f32a3b06946fb10c227809 /src/mesa/swrast/s_context.c
parent8b8a54afd9b748b7250993393864544ad6961edb (diff)
mesa: remove ctx->Driver.Map/UnmapTexture() hooks
No longer used anywhere.
Diffstat (limited to 'src/mesa/swrast/s_context.c')
-rw-r--r--src/mesa/swrast/s_context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c
index 817f1376461..14cb9b180c3 100644
--- a/src/mesa/swrast/s_context.c
+++ b/src/mesa/swrast/s_context.c
@@ -752,9 +752,6 @@ _swrast_CreateContext( struct gl_context *ctx )
swrast->Driver.SpanRenderStart = _swrast_span_render_start;
swrast->Driver.SpanRenderFinish = _swrast_span_render_finish;
- ctx->Driver.MapTexture = _swrast_map_texture;
- ctx->Driver.UnmapTexture = _swrast_unmap_texture;
-
for (i = 0; i < MAX_TEXTURE_IMAGE_UNITS; i++)
swrast->TextureSample[i] = NULL;