i965/drm: Rename intel_bufmgr_gem.c to brw_bufmgr.c.

Matches the class name and the header file name.

Acked-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Kenneth Graunke 2017-04-03 21:01:51 -07:00
parent 7aa66e64fe
commit 10929da5fb
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@ i965_FILES = \
brw_binding_tables.c \
brw_blorp.c \
brw_blorp.h \
brw_bufmgr.c \
brw_bufmgr.h \
brw_cc.c \
brw_clear.c \
@ -131,7 +132,6 @@ i965_FILES = \
intel_buffer_objects.h \
intel_buffers.c \
intel_buffers.h \
intel_bufmgr_gem.c \
intel_copy_image.c \
intel_extensions.c \
intel_fbo.c \