freedreno: add resource seqno
authorRob Clark <robdclark@gmail.com>
Fri, 12 Oct 2018 13:24:21 +0000 (09:24 -0400)
committerRob Clark <robdclark@gmail.com>
Wed, 17 Oct 2018 16:44:48 +0000 (12:44 -0400)
commite8606b11dd5f8a2c8df16a719b0fc8852ceb7977
tree26dc8c8bb45afe72693793a677eaa678c94b97b7
parentabcdf5627a29b7f1856b86bce4ff9bd0029a3099
freedreno: add resource seqno

Intended to be something more compact than a 64b pointer, which could be
used as a key into hashtables.  Prep work for texture state objects.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/freedreno_resource.c
src/gallium/drivers/freedreno/freedreno_resource.h
src/gallium/drivers/freedreno/freedreno_screen.h
src/gallium/drivers/freedreno/freedreno_texture.c