summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv50/nv50_vbo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/nv50/nv50_vbo.c')
-rw-r--r--src/mesa/pipe/nv50/nv50_vbo.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/mesa/pipe/nv50/nv50_vbo.c b/src/mesa/pipe/nv50/nv50_vbo.c
deleted file mode 100644
index 6c0dc23a43..0000000000
--- a/src/mesa/pipe/nv50/nv50_vbo.c
+++ /dev/null
@@ -1,24 +0,0 @@
-#include "pipe/p_context.h"
-#include "pipe/p_state.h"
-#include "pipe/p_util.h"
-
-#include "nv50_context.h"
-#include "nv50_state.h"
-
-boolean
-nv50_draw_arrays(struct pipe_context *pipe, unsigned mode, unsigned start,
- unsigned count)
-{
- NOUVEAU_ERR("unimplemented\n");
- return TRUE;
-}
-
-boolean
-nv50_draw_elements(struct pipe_context *pipe,
- struct pipe_buffer *indexBuffer, unsigned indexSize,
- unsigned mode, unsigned start, unsigned count)
-{
- NOUVEAU_ERR("unimplemented\n");
- return TRUE;
-}
-