i965: brw_blorp_clear.cpp -> blorp_clear.c
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
-4
@@ -170,8 +170,6 @@ blorp_clear(struct brw_context *brw, const struct brw_blorp_surf *surf,
|
||||
brw_blorp_exec(brw, ¶ms);
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
|
||||
void
|
||||
brw_blorp_ccs_resolve(struct brw_context *brw, struct brw_blorp_surf *surf,
|
||||
enum isl_format format)
|
||||
@@ -201,5 +199,3 @@ brw_blorp_ccs_resolve(struct brw_context *brw, struct brw_blorp_surf *surf,
|
||||
|
||||
brw_blorp_exec(brw, ¶ms);
|
||||
}
|
||||
|
||||
} /* extern "C" */
|
||||
Reference in New Issue
Block a user