mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
gallium: s/feadback/feedback/, duh
This commit is contained in:
parent
be4259b06c
commit
2a5a95d0c0
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@
|
|||
#include "eval.h"
|
||||
#endif
|
||||
#include "get.h"
|
||||
#if FEATURE_feadback
|
||||
#if FEATURE_feedback
|
||||
#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_feadback
|
||||
#if FEATURE_feedback
|
||||
SET_InitNames(exec, _mesa_InitNames);
|
||||
SET_FeedbackBuffer(exec, _mesa_FeedbackBuffer);
|
||||
SET_LoadName(exec, _mesa_LoadName);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue