projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b153f
)
u_blit: (trivial) u_blit.h needs to include p_defines.h
author
Roland Scheidegger
<sroland@vmware.com>
Sat, 10 Mar 2018 01:48:42 +0000
(
02:48
+0100)
committer
Roland Scheidegger
<sroland@vmware.com>
Sat, 10 Mar 2018 19:09:04 +0000
(20:09 +0100)
(For the pipe_tex_filter enum)
Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/util/u_blit.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_blit.h
b/src/gallium/auxiliary/util/u_blit.h
index 085ea63570076bf75fffaf42ddb9215414989cfc..004ceaecd86f536b05b94d4751c81b71b593e3af 100644
(file)
--- a/
src/gallium/auxiliary/util/u_blit.h
+++ b/
src/gallium/auxiliary/util/u_blit.h
@@
-31,6
+31,7
@@
#include "pipe/p_compiler.h"
+#include "pipe/p_defines.h"
#ifdef __cplusplus