i965/disasm: Delete gen8_disasm.c.
The functionality has been merged into brw_disasm.c; use that instead. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
This commit is contained in:
@@ -146,7 +146,6 @@ i965_FILES = \
|
||||
gen7_wm_state.c \
|
||||
gen7_wm_surface_state.c \
|
||||
gen8_blend_state.c \
|
||||
gen8_disasm.c \
|
||||
gen8_depth_state.c \
|
||||
gen8_disable.c \
|
||||
gen8_draw_upload.c \
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -366,10 +366,6 @@ void gen8_set_dp_scratch_message(const struct brw_context *brw,
|
||||
bool header_present,
|
||||
bool end_of_thread);
|
||||
|
||||
/** Disassemble the instruction. */
|
||||
int gen8_disassemble_inst(FILE *file, struct gen8_instruction *inst, int gen);
|
||||
|
||||
|
||||
/**
|
||||
* Fetch a set of contiguous bits from the instruction.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user