mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 18:10:17 +01:00
i965: brw_blorp_clear.cpp -> blorp_clear.c
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
parent
f5fbcc3683
commit
934adf1c30
2 changed files with 1 additions and 5 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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" */
|
||||
Loading…
Add table
Reference in a new issue