Mesa (master): st/egl: include u_format.h for util_format_get_blocksize()

Brian Paul brianp at kemper.freedesktop.org
Tue Oct 1 01:02:53 UTC 2013


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Sep 30 19:02:27 2013 -0600

st/egl: include u_format.h for util_format_get_blocksize()

---

 .../state_trackers/egl/common/egl_g3d_image.c      |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/egl/common/egl_g3d_image.c b/src/gallium/state_trackers/egl/common/egl_g3d_image.c
index c459dc3..fbe6f53 100644
--- a/src/gallium/state_trackers/egl/common/egl_g3d_image.c
+++ b/src/gallium/state_trackers/egl/common/egl_g3d_image.c
@@ -26,6 +26,7 @@
  */
 
 #include "pipe/p_screen.h"
+#include "util/u_format.h"
 #include "util/u_memory.h"
 #include "util/u_rect.h"
 #include "util/u_inlines.h"




More information about the mesa-commit mailing list