Mesa (gallium-resources): gallium: fix another compile warning after merge. Hmpf.

Roland Scheidegger sroland at kemper.freedesktop.org
Fri Apr 9 16:14:37 UTC 2010


Module: Mesa
Branch: gallium-resources
Commit: 927cec79cedb457efa9e6f335727cfcb8e4908e2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=927cec79cedb457efa9e6f335727cfcb8e4908e2

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Apr  9 18:07:56 2010 +0200

gallium: fix another compile warning after merge. Hmpf.

---

 src/gallium/state_trackers/dri/common/dri_st_api.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/dri/common/dri_st_api.h b/src/gallium/state_trackers/dri/common/dri_st_api.h
index f41c1c6..01587cc 100644
--- a/src/gallium/state_trackers/dri/common/dri_st_api.h
+++ b/src/gallium/state_trackers/dri/common/dri_st_api.h
@@ -34,7 +34,7 @@ struct dri_screen;
 struct dri_drawable;
 
 struct __DRIimageRec {
-   struct pipe_texture *texture;
+   struct pipe_resource *texture;
    unsigned face;
    unsigned level;
    unsigned zslice;




More information about the mesa-commit mailing list