summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_emit.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-05-29 12:49:45 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-05-29 12:49:45 -0400
commit846b24ea82cfb8a4867b6da1345584379f4aaa04 (patch)
tree3b2e645fc072532482c7c7f993dbf038281f9dca /src/mesa/drivers/dri/r600/r600_emit.h
parent9b10d19d4a3820958c4bd7d5c8fb7eaf1ef3fce0 (diff)
r6xx/r7xx: switch to common dma functions for vecs
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