remove unused intelScreen->texPool
This commit is contained in:
@@ -176,8 +176,6 @@ intelCreatePools(intelScreenPrivate *intelScreen)
|
|||||||
if (!intelScreen->staticPool)
|
if (!intelScreen->staticPool)
|
||||||
return GL_FALSE;
|
return GL_FALSE;
|
||||||
|
|
||||||
intelScreen->texPool = intelScreen->regionPool;
|
|
||||||
|
|
||||||
intelScreen->batchPool = driBatchPoolInit(sPriv->fd,
|
intelScreen->batchPool = driBatchPoolInit(sPriv->fd,
|
||||||
DRM_BO_FLAG_EXE |
|
DRM_BO_FLAG_EXE |
|
||||||
DRM_BO_FLAG_MEM_TT |
|
DRM_BO_FLAG_MEM_TT |
|
||||||
|
@@ -64,7 +64,6 @@ struct intel_screen
|
|||||||
*/
|
*/
|
||||||
driOptionCache optionCache;
|
driOptionCache optionCache;
|
||||||
struct _DriBufferPool *batchPool;
|
struct _DriBufferPool *batchPool;
|
||||||
struct _DriBufferPool *texPool;
|
|
||||||
struct _DriBufferPool *regionPool;
|
struct _DriBufferPool *regionPool;
|
||||||
struct _DriBufferPool *staticPool;
|
struct _DriBufferPool *staticPool;
|
||||||
GLboolean havePools;
|
GLboolean havePools;
|
||||||
|
Reference in New Issue
Block a user