diff options
author | Jason Ekstrand <[email protected]> | 2016-04-22 14:48:36 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-26 14:55:22 -0700 |
commit | 4040fff81d6bafdf71fae86fc4cb17bf007194af (patch) | |
tree | 2ace0d43defaafb60b208314ce227350bbc33fb0 /configure.ac | |
parent | 71775afe6e700b7240240657d8bd2ad761b610cd (diff) |
i965/blorp: Convert state setup to C
Reviewed-by: Topi Pohjolainen <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 35568278c1e..5f75c60bfc4 100644 --- a/configure.ac +++ b/configure.ac @@ -2657,6 +2657,9 @@ AC_OUTPUT # Fix up dependencies in *.Plo files, where we changed the extension of a # source file $SED -i -e 's/brw_blorp.cpp/brw_blorp.c/' src/mesa/drivers/dri/i965/.deps/brw_blorp.Plo +$SED -i -e 's/gen6_blorp.cpp/gen6_blorp.c/' src/mesa/drivers/dri/i965/.deps/gen6_blorp.Plo +$SED -i -e 's/gen7_blorp.cpp/gen7_blorp.c/' src/mesa/drivers/dri/i965/.deps/gen7_blorp.Plo +$SED -i -e 's/gen8_blorp.cpp/gen8_blorp.c/' src/mesa/drivers/dri/i965/.deps/gen8_blorp.Plo dnl |