diff options
author | Kenneth Graunke <[email protected]> | 2018-04-06 23:16:11 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:05 -0800 |
commit | bf90d8a1257f99dbb8b6143ca25dfc1badc34f36 (patch) | |
tree | 54acedf6214e78cc5f8583e0a833505bcc36f056 /src/gallium/drivers/iris/iris_batch.h | |
parent | 1398c99affc280098f5724321d04a0b0baa17ccb (diff) |
iris: delete more trash
Diffstat (limited to 'src/gallium/drivers/iris/iris_batch.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_batch.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/iris/iris_batch.h b/src/gallium/drivers/iris/iris_batch.h index 68a10741f32..8161b2d8b05 100644 --- a/src/gallium/drivers/iris/iris_batch.h +++ b/src/gallium/drivers/iris/iris_batch.h @@ -31,12 +31,6 @@ /* The kernel assumes batchbuffers are smaller than 256kB. */ #define MAX_BATCH_SIZE (256 * 1024) -/* 3DSTATE_BINDING_TABLE_POINTERS has a U16 offset from Surface State Base - * Address, which means that we can't put binding tables beyond 64kB. This - * effectively limits the maximum statebuffer size to 64kB. - */ -#define MAX_STATE_SIZE (64 * 1024) - struct iris_address { struct iris_bo *bo; uint64_t offset; |