anv: Make anv_state.offset an int32_t
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 21 Sep 2015 23:59:21 +0000 (16:59 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 28 Sep 2015 23:01:01 +0000 (16:01 -0700)
commitd517de6126a1a79adaf5717f2b58ac0a15a87230
tree63c2eca7fadbfffd5105868167241d412bf29892
parent9ac3dde3a08d2914d4a95c42493b2b91d0f05244
anv: Make anv_state.offset an int32_t

Binding tables will have a negative offset and we need a way to express
that.  Besides, the chances of a state offset being larger than 2 GB is so
remote it's not worth thinking about.
src/vulkan/anv_private.h