diff options
author | Jason Ekstrand <[email protected]> | 2016-08-08 15:33:43 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-17 14:46:22 -0700 |
commit | ce2a9831cce5e00cfe80468ccae7410aca28e9da (patch) | |
tree | aa7764367663319a4c54e25291e1eaaef90aef69 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 934adf1c3073fce8f0a25e11fced0d7c7d744624 (diff) |
i965: brw_blorp_blit.cpp -> blorp_blit.c
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 45af1d4b00c..02705a1b775 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -97,10 +97,10 @@ i965_compiler_GENERATED_FILES = \ i965_FILES = \ blorp.c \ blorp.h \ + blorp_blit.c \ blorp_clear.c \ blorp_priv.h \ brw_binding_tables.c \ - brw_blorp_blit.cpp \ brw_blorp.c \ brw_blorp.h \ brw_cc.c \ |