projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7561da3
)
st/osmesa: include u_inlines.h for pipe_resource_reference
author
Michel Dänzer
<michel.daenzer@amd.com>
Wed, 18 Oct 2017 16:44:58 +0000
(18:44 +0200)
committer
Michel Dänzer
<michel@daenzer.net>
Wed, 18 Oct 2017 16:44:58 +0000
(18:44 +0200)
Fixes build failure due to unresolved symbol.
Fixes:
7561da367bae
"st/mesa: Initialize textures array in
st_framebuffer_validate"
Trivial.
src/gallium/state_trackers/osmesa/osmesa.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/osmesa/osmesa.c
b/src/gallium/state_trackers/osmesa/osmesa.c
index
44a0cc4
..
8baec0a
100644
(file)
--- a/
src/gallium/state_trackers/osmesa/osmesa.c
+++ b/
src/gallium/state_trackers/osmesa/osmesa.c
@@
-62,6
+62,7
@@
#include "util/u_box.h"
#include "util/u_debug.h"
#include "util/u_format.h"
+#include "util/u_inlines.h"
#include "util/u_memory.h"
#include "postprocess/filters.h"