summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-09-20 06:43:24 -0700
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 09:44:30 -0700
commit6b146214dc16b441376d8dcaba21bcc4256a2402 (patch)
tree65d37d028408c537f1742491ff02dfe6b55ad947 /src/mesa/main/dd.h
parent7ce597508e7400e962c8fdb2d255f9887cb9c710 (diff)
mesa: move rastpos helper to tnl
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index fc9a77d9fd..cd7f54a93b 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -111,6 +111,11 @@ struct dd_function_table {
/**
+ * Execute glRasterPos, updating the ctx->Current.Raster fields
+ */
+ void (*RasterPos)( GLcontext *ctx, const GLfloat v[4] );
+
+ /**
* \name Image-related functions
*/
/*@{*/