summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common/egl_g3d.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-04-09 17:27:06 +0800
committerChia-I Wu <olv@lunarg.com>2010-04-09 17:52:37 +0800
commitf69b35fa15f43747dde29addaeec845604d7e127 (patch)
treec3806d31c350a7fa461b29ea47eca7a758d989ca /src/gallium/state_trackers/egl/common/egl_g3d.h
parent08100aa44449e9f43d7b3b7b195d68185c109703 (diff)
st/egl: Remove pbuffer from the native interface.
A pbuffer is an EGL resource. It does not need a native display to create.
Diffstat (limited to 'src/gallium/state_trackers/egl/common/egl_g3d.h')
-rw-r--r--src/gallium/state_trackers/egl/common/egl_g3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/egl/common/egl_g3d.h b/src/gallium/state_trackers/egl/common/egl_g3d.h
index 2788f1bf4a..ad1c2859aa 100644
--- a/src/gallium/state_trackers/egl/common/egl_g3d.h
+++ b/src/gallium/state_trackers/egl/common/egl_g3d.h
@@ -70,8 +70,10 @@ struct egl_g3d_surface {
struct st_visual stvis;
struct st_framebuffer_iface *stfbi;
+ /* the native surface; NULL for pbuffers */
struct native_surface *native;
struct pipe_texture *render_texture;
+
unsigned int sequence_number;
};