Merge branch 'draw-instanced'
[mesa.git] / src / gallium / state_trackers / egl / common / egl_g3d.h
index be450bbede35a700b585d955b9bc890e3d0837d2..9873fee6ec28a573eae2aac02659365bc8b54c3b 100644 (file)
@@ -92,9 +92,8 @@ struct egl_g3d_config {
 struct egl_g3d_image {
    _EGLImage base;
    struct pipe_resource *texture;
-   unsigned face;
    unsigned level;
-   unsigned zslice;
+   unsigned layer;
 };
 
 /* standard typecasts */
@@ -106,8 +105,6 @@ _EGL_DRIVER_TYPECAST(egl_g3d_image, _EGLImage, obj)
 struct egl_g3d_sync {
    _EGLSync base;
 
-   int refs;
-
    /* the mutex protects only the condvar, not the struct */
    pipe_mutex mutex;
    pipe_condvar condvar;