diff options
author | Josh Vanderhoof <[email protected]> | 2000-01-16 07:26:35 +0000 |
---|---|---|
committer | Josh Vanderhoof <[email protected]> | 2000-01-16 07:26:35 +0000 |
commit | efe03ae1afbb828fe9d942accebcee6c098674e4 (patch) | |
tree | 75df6c4fca69fdcfd65cd1d261051b431c52fb53 /src/mesa/glapi/glapioffsets.h | |
parent | c26d81842a9e074d059a802033d3311ac628aa8e (diff) |
x86 assembly dispatch
Diffstat (limited to 'src/mesa/glapi/glapioffsets.h')
-rw-r--r-- | src/mesa/glapi/glapioffsets.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapioffsets.h b/src/mesa/glapi/glapioffsets.h index e06488e765f..2ebf423517d 100644 --- a/src/mesa/glapi/glapioffsets.h +++ b/src/mesa/glapi/glapioffsets.h @@ -1,4 +1,4 @@ -/* $Id: glapioffsets.h,v 1.1 1999/12/16 12:35:18 brianp Exp $ */ +/* $Id: glapioffsets.h,v 1.2 2000/01/16 07:26:35 joshv Exp $ */ /* * Mesa 3-D graphics library @@ -780,6 +780,21 @@ /* 100. GLU_EXT_nurbs_tessellator - GLU functions */ +/* 173. GL_EXT/INGR_blend_func_separate */ +#define _gloffset_BlendFuncSeparateINGR (_EXTBASE + 107) + +/* GL_MESA_window_pos */ +#define _gloffset_WindowPos4fMESA (_EXTBASE + 108) + +/* GL_MESA_resize_buffers */ +#define _gloffset_ResizeBuffersMESA (_EXTBASE + 109) + +/* GL_ARB_transpose_matrix */ +#define _gloffset_LoadTransposeMatrixdARB (_EXTBASE + 110) +#define _gloffset_LoadTransposeMatrixfARB (_EXTBASE + 111) +#define _gloffset_MultTransposeMatrixdARB (_EXTBASE + 112) +#define _gloffset_MultTransposeMatrixfARB (_EXTBASE + 113) + #endif |