diff options
author | Jason Ekstrand <[email protected]> | 2016-08-08 15:30:57 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-17 14:46:22 -0700 |
commit | 934adf1c3073fce8f0a25e11fced0d7c7d744624 (patch) | |
tree | 3cd7ef9d212a0b45ff231fff8ccbbdc185cf7ef8 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | f5fbcc36831cd23ee9402a9fb8a9fb70d6ac412d (diff) |
i965: brw_blorp_clear.cpp -> blorp_clear.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 14bd81a759e..45af1d4b00c 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_clear.c \ blorp_priv.h \ brw_binding_tables.c \ brw_blorp_blit.cpp \ - brw_blorp_clear.cpp \ brw_blorp.c \ brw_blorp.h \ brw_cc.c \ |