remove unused intelScreen->texPool
This commit is contained in:
@@ -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 |
|
||||
|
@@ -64,7 +64,6 @@ struct intel_screen
|
||||
*/
|
||||
driOptionCache optionCache;
|
||||
struct _DriBufferPool *batchPool;
|
||||
struct _DriBufferPool *texPool;
|
||||
struct _DriBufferPool *regionPool;
|
||||
struct _DriBufferPool *staticPool;
|
||||
GLboolean havePools;
|
||||
|
Reference in New Issue
Block a user