nv50,nvc0: s/uint16/uint32 for constant buffer offset
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 24 Jul 2013 18:41:31 +0000 (20:41 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 24 Jul 2013 18:46:38 +0000 (20:46 +0200)
commit5c37039797938e43a7dfb6c7d39a1f0bb4f32df3
tree70ce711339ddc6f4430e603ea343721f14f8dd13
parent1e003b44e83dde3912ec48eb3df0e25802b5101e
nv50,nvc0: s/uint16/uint32 for constant buffer offset

Looks like a thinko, "Hey, constant buffers can be at most 64 KiB
in size, offset can't be larger." But it can, of course.

I think piglit lacks a test for UBO and BindBufferRange that
tests if it actually works.
src/gallium/drivers/nv50/nv50_stateobj.h
src/gallium/drivers/nvc0/nvc0_stateobj.h