summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-08-08 15:25:17 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-08-17 14:46:22 -0700
commitf5fbcc36831cd23ee9402a9fb8a9fb70d6ac412d (patch)
tree971371636c0ea1936d97abb14d478682fd3ce63f /src/mesa/drivers/dri/i965/Makefile.sources
parent075cc874bbdd3513034852f658204fb20ab36359 (diff)
downloadexternal_mesa3d-f5fbcc36831cd23ee9402a9fb8a9fb70d6ac412d.zip
external_mesa3d-f5fbcc36831cd23ee9402a9fb8a9fb70d6ac412d.tar.gz
external_mesa3d-f5fbcc36831cd23ee9402a9fb8a9fb70d6ac412d.tar.bz2
i965: Split brw_blorp.c/h into multiple files
This mega-commit pulls most of the i965-specific bits of blorp into the brw_blorp.c/h files which now contain nothing but i965 wrappers around "core blorp" calls. The "core blorp" api is moved into blorp.h and the internal blorp data structures are moved into blorp_priv.h. The new file blorp.c is created to house "core blorp" internals which are pulled from the old brw_blorp.c Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index df6b5dd..14bd81a 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -95,6 +95,9 @@ i965_compiler_GENERATED_FILES = \
brw_nir_trig_workarounds.c
i965_FILES = \
+ blorp.c \
+ blorp.h \
+ blorp_priv.h \
brw_binding_tables.c \
brw_blorp_blit.cpp \
brw_blorp_clear.cpp \