summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-08-05 17:16:37 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-08-19 03:11:29 -0700
commite4d6ffbbf68682523237faf15915a64e237317cb (patch)
tree11c87161466ce0f09c489aa71bd7230b31885b10 /src/mesa/drivers/dri/i965/Makefile.sources
parent50768a3879ffcaa520f3dd7a7fe50f60e6b1fdf3 (diff)
downloadexternal_mesa3d-e4d6ffbbf68682523237faf15915a64e237317cb.zip
external_mesa3d-e4d6ffbbf68682523237faf15915a64e237317cb.tar.gz
external_mesa3d-e4d6ffbbf68682523237faf15915a64e237317cb.tar.bz2
i965/blorp: Move the non-static blorp state setup helpers to another file
We're about to start replacing blorp state setup code with packing structs and we want to feel free to delete files as we go. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> 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.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 eea9479..735a312 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -103,6 +103,7 @@ i965_FILES = \
brw_binding_tables.c \
brw_blorp.c \
brw_blorp.h \
+ brw_blorp_emit.c \
brw_cc.c \
brw_clear.c \
brw_clip.c \