summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_clear.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/nv30/nv30_clear.c
parent6321a183319fdcb2ebee757b7f0922efe3f919db (diff)
downloadexternal_mesa3d-c5c7b69bda3fb49fd88b846feb6e65289a04488a.zip
external_mesa3d-c5c7b69bda3fb49fd88b846feb6e65289a04488a.tar.gz
external_mesa3d-c5c7b69bda3fb49fd88b846feb6e65289a04488a.tar.bz2
nv30, nv40: unify identical nv[34]0_clear.c
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_clear.c')
-rw-r--r--src/gallium/drivers/nv30/nv30_clear.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/drivers/nv30/nv30_clear.c b/src/gallium/drivers/nv30/nv30_clear.c
deleted file mode 100644
index e7ba73d..0000000
--- a/src/gallium/drivers/nv30/nv30_clear.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "pipe/p_context.h"
-#include "pipe/p_defines.h"
-#include "pipe/p_state.h"
-#include "util/u_clear.h"
-
-#include "nv30_context.h"
-
-void
-nv30_clear(struct pipe_context *pipe, unsigned buffers,
- const float *rgba, double depth, unsigned stencil)
-{
- util_clear(pipe, &nvfx_context(pipe)->framebuffer, buffers, rgba, depth,
- stencil);
-}