diff options
author | Kenneth Graunke <[email protected]> | 2017-03-22 00:50:21 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-04-10 14:31:31 -0700 |
commit | c28691ab77d432a3351539dd6eca81b53620d4d4 (patch) | |
tree | 8a574d53f7d7a64a81fc89c12fdee2cf5f8d6bc9 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 3673b89bf32414be4c17e4f8c5d3fffc91c2d3b5 (diff) |
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 <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 3e73d0f9e2a..9068bcdde7a 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -132,7 +132,6 @@ i965_FILES = \ intel_buffers.c \ intel_buffers.h \ intel_bufmgr_gem.c \ - intel_bufmgr_priv.h \ intel_chipset.h \ intel_copy_image.c \ intel_extensions.c \ |