summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/compute_memory_pool.c
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-06-27 13:37:05 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-07-09 13:41:18 +0000
commitda9c8a73ec6fcb0e92204a739c1a7c43f145efef (patch)
treea05d6b744f0268a3044c6eaf4b6daa394e441174 /src/gallium/drivers/r600/compute_memory_pool.c
parent960906d16b3a9027d8871f9af9bcc50aae42b8bc (diff)
r600g/compute: Use evergreen_cb() for binding RATs
Diffstat (limited to 'src/gallium/drivers/r600/compute_memory_pool.c')
-rw-r--r--src/gallium/drivers/r600/compute_memory_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/compute_memory_pool.c b/src/gallium/drivers/r600/compute_memory_pool.c
index 1e88aafae0a..648219b9eb9 100644
--- a/src/gallium/drivers/r600/compute_memory_pool.c
+++ b/src/gallium/drivers/r600/compute_memory_pool.c
@@ -50,7 +50,7 @@ static struct r600_resource_texture * create_pool_texture(struct r600_screen * s
memset(&templ, 0, sizeof(templ));
templ.target = PIPE_TEXTURE_1D;
- templ.format = PIPE_FORMAT_R32_UNORM;
+ templ.format = PIPE_FORMAT_R32_UINT;
templ.bind = PIPE_BIND_CUSTOM;
templ.usage = PIPE_USAGE_IMMUTABLE;
templ.flags = 0;