projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be4259b
)
gallium: s/feadback/feedback/, duh
author
Brian
<brian.paul@tungstengraphics.com>
Sat, 21 Jun 2008 00:29:23 +0000
(18:29 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Sat, 21 Jun 2008 00:29:23 +0000
(18:29 -0600)
src/mesa/main/api_exec.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/api_exec.c
b/src/mesa/main/api_exec.c
index 8ebe4a3e4a659b225feb5217f76729b62d2384cc..0c3c9c4de49f126ab7f4709a50920b52e5567404 100644
(file)
--- a/
src/mesa/main/api_exec.c
+++ b/
src/mesa/main/api_exec.c
@@
-74,7
+74,7
@@
#include "eval.h"
#endif
#include "get.h"
-#if FEATURE_fe
a
dback
+#if FEATURE_fe
e
dback
#include "feedback.h"
#endif
#include "fog.h"
@@
-222,7
+222,7
@@
_mesa_init_exec_table(struct _glapi_table *exec)
SET_CopyPixels(exec, _mesa_CopyPixels);
SET_DrawPixels(exec, _mesa_DrawPixels);
#endif
-#if FEATURE_fe
a
dback
+#if FEATURE_fe
e
dback
SET_InitNames(exec, _mesa_InitNames);
SET_FeedbackBuffer(exec, _mesa_FeedbackBuffer);
SET_LoadName(exec, _mesa_LoadName);