projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b45c71a
)
replace offset with functionOffset in generate_entrypoint()
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 18:50:07 +0000
(18:50 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 18:50:07 +0000
(18:50 +0000)
src/mesa/glapi/glapi.c
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi.c
b/src/mesa/glapi/glapi.c
index b3f951a466b8972e73688f6bd0a07248b909a777..3603f8f3efbf54dbf6ec0fbdac2c72d91a018746 100644
(file)
--- a/
src/mesa/glapi/glapi.c
+++ b/
src/mesa/glapi/glapi.c
@@
-1,4
+1,4
@@
-/* $Id: glapi.c,v 1.3
0 2000/01/31 22:51:44
brianp Exp $ */
+/* $Id: glapi.c,v 1.3
1 2000/02/02 18:50:07
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-302,7
+302,7
@@
static GLuint NumExtEntryPoints = 0;
* We need assembly language in order to accomplish this.
*/
static void *
-generate_entrypoint(GLuint
o
ffset)
+generate_entrypoint(GLuint
functionO
ffset)
{
#if defined(USE_X86_ASM)
/*