Mesa (master): i915: include teximage.h

Kenneth Graunke kwg at kemper.freedesktop.org
Fri Feb 12 23:20:47 UTC 2016


Module: Mesa
Branch: master
Commit: 2a0fc8286483034a627b5d66eaea45df7f2b0b49
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a0fc8286483034a627b5d66eaea45df7f2b0b49

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Fri Feb 12 15:20:29 2016 -0800

i915: include teximage.h

To get _mesa_num_tex_faces() prototype.

---

 src/mesa/drivers/dri/i915/intel_tex_validate.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/i915/intel_tex_validate.c b/src/mesa/drivers/dri/i915/intel_tex_validate.c
index 224a67f..c2111e5 100644
--- a/src/mesa/drivers/dri/i915/intel_tex_validate.c
+++ b/src/mesa/drivers/dri/i915/intel_tex_validate.c
@@ -1,6 +1,7 @@
 #include "main/mtypes.h"
 #include "main/macros.h"
 #include "main/samplerobj.h"
+#include "main/teximage.h"
 #include "main/texobj.h"
 
 #include "intel_context.h"




More information about the mesa-commit mailing list