summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_emit.h')
-rw-r--r--src/mesa/drivers/dri/r600/r600_emit.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_emit.h b/src/mesa/drivers/dri/r600/r600_emit.h
index a2d8312287..d3c9ef59eb 100644
--- a/src/mesa/drivers/dri/r600/r600_emit.h
+++ b/src/mesa/drivers/dri/r600/r600_emit.h
@@ -50,16 +50,4 @@ extern GLboolean r600EmitShader(GLcontext * ctx,
extern GLboolean r600DeleteShader(GLcontext * ctx,
void * shaderbo);
-extern GLboolean r600EmitVec(GLcontext * ctx,
- struct radeon_aos *aos,
- GLvoid * data,
- int size,
- int stride,
- int count);
-
-extern void r600ReleaseVec(GLcontext * ctx);
-
-extern void r600FreeDmaRegion(context_t *context,
- void * shaderbo);
-
#endif