nvfx: completely remove this driver (GeForce FX/6/7)
[mesa.git] / src / gallium / drivers / nvfx / nvfx_clear.c
diff --git a/src/gallium/drivers/nvfx/nvfx_clear.c b/src/gallium/drivers/nvfx/nvfx_clear.c
deleted file mode 100644 (file)
index 46f23e3..0000000
+++ /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 "nvfx_context.h"
-
-void
-nvfx_clear(struct pipe_context *pipe, unsigned buffers,
-           const union pipe_color_union *color, double depth, unsigned stencil)
-{
-       util_clear(pipe, &nvfx_context(pipe)->framebuffer, buffers, color, depth,
-                  stencil);
-}