projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aab798
)
remove assertion that referenced &glSetFenceNV for debug test
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 29 Aug 2006 21:54:01 +0000
(21:54 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 29 Aug 2006 21:54:01 +0000
(21:54 +0000)
src/mesa/glapi/glapi.c
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi.c
b/src/mesa/glapi/glapi.c
index e7a1b3b1600aad9ad3925a73a4b0f97b7854f539..95edbc9071ed5ce940ce2229dda1b025ddf2c326 100644
(file)
--- a/
src/mesa/glapi/glapi.c
+++ b/
src/mesa/glapi/glapi.c
@@
-1021,7
+1021,6
@@
_glapi_check_table(const struct _glapi_table *table)
GLuint offset = (setFenceFunc - (char *) table) / sizeof(void *);
assert(setFenceOffset == _gloffset_SetFenceNV);
assert(setFenceOffset == offset);
- assert(_glapi_get_proc_address("glSetFenceNV") == (_glapi_proc) &glSetFenceNV);
}
#else
(void) table;