summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2013-07-04 12:11:36 -0700
committerKenneth Graunke <[email protected]>2013-10-13 00:10:43 -0700
commit6e9f427ed8a20d78e7d832b163d757827dd3e74f (patch)
tree512ebcd753f3387aa857f4d7cbb8c2738b0a3711 /src/mesa/drivers/dri/i965/Makefile.sources
parent4a29b9a066737398890755ed9987e49841aac60f (diff)
i965: Add a new brw_device_info structure.
The idea is that struct brw_device_info should store statically-known information about hardware features. Using the new family name in the PCI ID table, we can easily grab the right structure. This is basically the equivalent of intel_device_info in the kernel. This patch also makes the new structure available from intel_screen, but nothing uses it. Right now, it looks very redundant with existing fields, but that will change. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 23d937d39d9..4e06ee2a55e 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -45,6 +45,7 @@ i965_FILES = \
brw_context.c \
brw_cubemap_normalize.cpp \
brw_curbe.c \
+ brw_device_info.c \
brw_disasm.c \
brw_draw.c \
brw_draw_upload.c \