v3d: Move the sampler state to the long-lived state uploader.
authorEric Anholt <eric@anholt.net>
Thu, 27 Dec 2018 04:41:42 +0000 (20:41 -0800)
committerEric Anholt <eric@anholt.net>
Sun, 27 Jan 2019 16:30:03 +0000 (08:30 -0800)
commit5fe4250a2c7294d4d552759ccce43314dc61189f
treef8bc358933a1063ac93544bd7ca6030a0613c561
parent09472006ff15316900fb2bb23fb639066f148fb5
v3d: Move the sampler state to the long-lived state uploader.

Samplers are small (8-24 bytes), so allocating 4k for them is a huge
waste.
src/gallium/drivers/v3d/v3d_context.h
src/gallium/drivers/v3d/v3d_uniforms.c
src/gallium/drivers/v3d/v3dx_state.c