diff options
Diffstat (limited to 'src/mesa/drivers')
| -rw-r--r-- | src/mesa/drivers/dri/intel_winsys/intel_screen.c | 2 | ||||
| -rw-r--r-- | src/mesa/drivers/dri/intel_winsys/intel_screen.h | 1 | 
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/intel_winsys/intel_screen.c b/src/mesa/drivers/dri/intel_winsys/intel_screen.c index c058c2d214..332dc46461 100644 --- a/src/mesa/drivers/dri/intel_winsys/intel_screen.c +++ b/src/mesa/drivers/dri/intel_winsys/intel_screen.c @@ -176,8 +176,6 @@ intelCreatePools(intelScreenPrivate *intelScreen)     if (!intelScreen->staticPool)        return GL_FALSE; -   intelScreen->texPool = intelScreen->regionPool; -     intelScreen->batchPool = driBatchPoolInit(sPriv->fd,                                               DRM_BO_FLAG_EXE |                                               DRM_BO_FLAG_MEM_TT | diff --git a/src/mesa/drivers/dri/intel_winsys/intel_screen.h b/src/mesa/drivers/dri/intel_winsys/intel_screen.h index 4dd10b08cb..09e4971f89 100644 --- a/src/mesa/drivers/dri/intel_winsys/intel_screen.h +++ b/src/mesa/drivers/dri/intel_winsys/intel_screen.h @@ -64,7 +64,6 @@ struct intel_screen     */     driOptionCache optionCache;     struct _DriBufferPool *batchPool; -   struct _DriBufferPool *texPool;     struct _DriBufferPool *regionPool;     struct _DriBufferPool *staticPool;     GLboolean havePools;  | 
