diff options
author | Oliver McFadden <z3ro.geek@gmail.com> | 2007-05-11 17:07:09 +0000 |
---|---|---|
committer | Oliver McFadden <z3ro.geek@gmail.com> | 2007-05-11 19:45:28 +0000 |
commit | b63c70666fe3187ac17024f29ff7c2c49849c1e0 (patch) | |
tree | 55f07eef7e710e354f2318a6a6cd284f3aa1deca /src/mesa/drivers/dri/r300/r300_emit.h | |
parent | c33c00764c64f63ae71b4bb5264f9796d5762495 (diff) | |
download | external_mesa3d-b63c70666fe3187ac17024f29ff7c2c49849c1e0.zip external_mesa3d-b63c70666fe3187ac17024f29ff7c2c49849c1e0.tar.gz external_mesa3d-b63c70666fe3187ac17024f29ff7c2c49849c1e0.tar.bz2 |
r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_emit.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_emit.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_emit.h b/src/mesa/drivers/dri/r300/r300_emit.h index ae084d4..5e3efcf 100644 --- a/src/mesa/drivers/dri/r300/r300_emit.h +++ b/src/mesa/drivers/dri/r300/r300_emit.h @@ -227,4 +227,12 @@ void static inline cp_wait(r300ContextPtr rmesa, unsigned char flags) cmd[0].i = cmdwait(flags); } +extern int r300EmitArrays(GLcontext * ctx); + +#ifdef USER_BUFFERS +void r300UseArrays(GLcontext * ctx); +#endif + +extern void r300ReleaseArrays(GLcontext * ctx); + #endif |