summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_context.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-08-28 11:05:14 +0200
committerMarek Olšák <marek.olsak@amd.com>2016-09-06 14:24:04 +0200
commite7a73b75a0dbd599187b8980b2e1e1cb5dfdaf6d (patch)
tree4be0121e5c819988b8dbba24eebf8e6c8cdf1e55 /src/gallium/drivers/ilo/ilo_context.h
parent761ff403024e31aacb345efaa527377894724fad (diff)
downloadexternal_mesa3d-e7a73b75a0dbd599187b8980b2e1e1cb5dfdaf6d.zip
external_mesa3d-e7a73b75a0dbd599187b8980b2e1e1cb5dfdaf6d.tar.gz
external_mesa3d-e7a73b75a0dbd599187b8980b2e1e1cb5dfdaf6d.tar.bz2
gallium: switch drivers to the slab allocator in src/util
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_context.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/ilo_context.h b/src/gallium/drivers/ilo/ilo_context.h
index 1610358..25d338a 100644
--- a/src/gallium/drivers/ilo/ilo_context.h
+++ b/src/gallium/drivers/ilo/ilo_context.h
@@ -29,7 +29,7 @@
#define ILO_CONTEXT_H
#include "pipe/p_context.h"
-#include "util/u_slab.h"
+#include "util/slab.h"
#include "ilo_common.h"
#include "ilo_cp.h"
@@ -50,7 +50,7 @@ struct ilo_context {
struct intel_winsys *winsys;
struct ilo_dev *dev;
- struct util_slab_mempool transfer_mempool;
+ struct slab_mempool transfer_mempool;
struct ilo_cp *cp;