diff options
author | Chia-I Wu <[email protected]> | 2013-07-18 05:43:00 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-08-13 15:52:37 +0800 |
commit | 5df62dce347eb8046a38630280aa043e075ac56f (patch) | |
tree | a686670500f623489c4a3518b6dcb808ed76a615 /src/gallium/drivers/ilo/ilo_shader.h | |
parent | 8b5b5fe3944d75c5d3667516139e366d2207c22a (diff) |
ilo: make constant buffer 0 upload optional
Add ILO_KERNEL_SKIP_CBUF0_UPLOAD so that we can skip constant buffer 0 upload
when the kernel does not need it.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_shader.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_shader.h b/src/gallium/drivers/ilo/ilo_shader.h index 6a2b8a397b3..67f190c7bc0 100644 --- a/src/gallium/drivers/ilo/ilo_shader.h +++ b/src/gallium/drivers/ilo/ilo_shader.h @@ -34,6 +34,7 @@ enum ilo_kernel_param { ILO_KERNEL_INPUT_COUNT, ILO_KERNEL_OUTPUT_COUNT, ILO_KERNEL_URB_DATA_START_REG, + ILO_KERNEL_SKIP_CBUF0_UPLOAD, ILO_KERNEL_VS_INPUT_INSTANCEID, ILO_KERNEL_VS_INPUT_VERTEXID, |