OSDN Git Service

i965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bufmgr classes.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 22 Mar 2017 07:50:21 +0000 (00:50 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Apr 2017 21:31:31 +0000 (14:31 -0700)
commitc28691ab77d432a3351539dd6eca81b53620d4d4
tree8a574d53f7d7a64a81fc89c12fdee2cf5f8d6bc9
parent3673b89bf32414be4c17e4f8c5d3fffc91c2d3b5
i965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bufmgr classes.

The distinction was required when the bufmgr was virtualised, now there
is only one class, we no longer need the distraction of pretending it is
a subclass.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/intel_bufmgr_gem.c
src/mesa/drivers/dri/i965/intel_bufmgr_priv.h [deleted file]