diff options
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 3 |
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; |