projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5867ac
)
i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.
author
Vinson Lee
<vlee@vmware.com>
Tue, 14 Sep 2010 06:42:35 +0000
(23:42 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 14 Sep 2010 06:42:35 +0000
(23:42 -0700)
Fixes the following GCC warning.
i915_screen.c: In function 'i915_get_shader_param':
i915_screen.c:147: warning: implicit declaration of function 'draw_get_shader_param'
src/gallium/drivers/i915/i915_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_screen.c
b/src/gallium/drivers/i915/i915_screen.c
index 34bd81f9bd641d7d783207823475d573439135ed..98f1e7012f6531bc8d3b6bd033b5c87d4bec4518 100644
(file)
--- a/
src/gallium/drivers/i915/i915_screen.c
+++ b/
src/gallium/drivers/i915/i915_screen.c
@@
-26,6
+26,7
@@
**************************************************************************/
+#include "draw/draw_context.h"
#include "util/u_inlines.h"
#include "util/u_memory.h"
#include "util/u_string.h"