diff options
author | Jason Ekstrand <[email protected]> | 2016-04-22 16:04:05 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-26 14:55:22 -0700 |
commit | bed74299c22d5f7e740f48a5ce47bc2864c09f89 (patch) | |
tree | b33e13c8b537114fb4ee55c8071854263e126dd3 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 0551f3dfa4a14108dda58eceba3522c9071b2a90 (diff) |
i965/blorp: Convert brw_blorp.cpp to a C file
Reviewed-by: Topi Pohjolainen <[email protected]>
Reviewed-by: Matt Turner <[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 632f2e97f0b..fe70d3a1881 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -100,7 +100,7 @@ i965_FILES = \ brw_blorp_blit_eu.cpp \ brw_blorp_blit_eu.h \ brw_blorp_clear.cpp \ - brw_blorp.cpp \ + brw_blorp.c \ brw_blorp.h \ brw_cc.c \ brw_clear.c \ |