mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
remove unused intelScreen->texPool
This commit is contained in:
parent
6a95fe8735
commit
f8f1c4a022
2 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue