summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/nv40_context.c
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-02-20 20:04:54 +0100
committerYounes Manton <younes.m@gmail.com>2010-03-15 00:03:01 -0400
commitc5c7b69bda3fb49fd88b846feb6e65289a04488a (patch)
tree2a2c8912c8b6402a20eb24b937784a193c0233c9 /src/gallium/drivers/nv40/nv40_context.c
parent6321a183319fdcb2ebee757b7f0922efe3f919db (diff)
nv30, nv40: unify identical nv[34]0_clear.c
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_context.c')
-rw-r--r--src/gallium/drivers/nv40/nv40_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_context.c b/src/gallium/drivers/nv40/nv40_context.c
index 6cc3a339e6..cb249dd5d7 100644
--- a/src/gallium/drivers/nv40/nv40_context.c
+++ b/src/gallium/drivers/nv40/nv40_context.c
@@ -62,7 +62,7 @@ nv40_create(struct pipe_screen *pscreen, void *priv)
nvfx->pipe.destroy = nv40_destroy;
nvfx->pipe.draw_arrays = nv40_draw_arrays;
nvfx->pipe.draw_elements = nv40_draw_elements;
- nvfx->pipe.clear = nv40_clear;
+ nvfx->pipe.clear = nvfx_clear;
nvfx->pipe.flush = nv40_flush;
nvfx->pipe.is_texture_referenced = nouveau_is_texture_referenced;