summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-08-17 14:17:28 +0200
committerMarek Olšák <[email protected]>2013-08-31 01:34:29 +0200
commitd698f19cba0031d90116a2fdba70de83da7f03d4 (patch)
tree0aa349b69769dd6d885212439ca5e601de928680 /src/gallium/drivers/r600
parent89a665eb5fa176f68223bf54a472d6a0567c3546 (diff)
r600g,radeonsi: remove unused variables
Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Christian König <[email protected]> Tested-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 398ac89d0ae..668a846d910 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -417,9 +417,6 @@ struct r600_fence_block {
struct list_head head;
};
-#define R600_CONSTANT_ARRAY_SIZE 256
-#define R600_RESOURCE_ARRAY_SIZE 160
-
struct r600_constbuf_state
{
struct r600_atom atom;