aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/dlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/dlist.h')
-rw-r--r--mesalib/src/mesa/main/dlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/dlist.h b/mesalib/src/mesa/main/dlist.h
index c57eb74da..6189632d4 100644
--- a/mesalib/src/mesa/main/dlist.h
+++ b/mesalib/src/mesa/main/dlist.h
@@ -60,6 +60,9 @@ extern void _mesa_compile_error( struct gl_context *ctx, GLenum error, const cha
extern void *_mesa_dlist_alloc(struct gl_context *ctx, GLuint opcode, GLuint sz);
+extern void *
+_mesa_dlist_alloc_aligned(struct gl_context *ctx, GLuint opcode, GLuint bytes);
+
extern GLint _mesa_dlist_alloc_opcode( struct gl_context *ctx, GLuint sz,
void (*execute)( struct gl_context *, void * ),
void (*destroy)( struct gl_context *, void * ),