mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i965: Rename intel_asm_printer -> intel_asm_annotation.
The #ifndef include guards already said the right thing :) Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
parent
6d3e24a5c2
commit
423932791d
8 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@ i965_INCLUDES = \
|
|||
$(MESA_TOP)/src/mesa/drivers/dri/intel
|
||||
|
||||
i965_FILES = \
|
||||
intel_asm_printer.c \
|
||||
intel_asm_annotation.c \
|
||||
intel_batchbuffer.c \
|
||||
intel_blit.c \
|
||||
intel_buffer_objects.c \
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include "brw_structs.h"
|
||||
#include "brw_defines.h"
|
||||
#include "brw_reg.h"
|
||||
#include "intel_asm_printer.h"
|
||||
#include "intel_asm_annotation.h"
|
||||
#include "program/prog_instruction.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include "brw_context.h"
|
||||
#include "brw_eu.h"
|
||||
#include "intel_asm_printer.h"
|
||||
#include "intel_asm_annotation.h"
|
||||
|
||||
static const uint32_t gen6_control_index_table[32] = {
|
||||
0b00000000000000000,
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ extern "C" {
|
|||
#include "brw_eu.h"
|
||||
#include "brw_wm.h"
|
||||
#include "brw_shader.h"
|
||||
#include "intel_asm_printer.h"
|
||||
#include "intel_asm_annotation.h"
|
||||
}
|
||||
#include "gen8_generator.h"
|
||||
#include "glsl/glsl_types.h"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#include "brw_defines.h"
|
||||
#include "main/compiler.h"
|
||||
#include "glsl/ir.h"
|
||||
#include "intel_asm_printer.h"
|
||||
#include "intel_asm_annotation.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ extern "C" {
|
|||
|
||||
#include "brw_context.h"
|
||||
#include "brw_eu.h"
|
||||
#include "intel_asm_printer.h"
|
||||
#include "intel_asm_annotation.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
}; /* extern "C" */
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "brw_cfg.h"
|
||||
#include "brw_eu.h"
|
||||
#include "intel_asm_printer.h"
|
||||
#include "intel_asm_annotation.h"
|
||||
#include "program/prog_print.h"
|
||||
#include "program/prog_instruction.h"
|
||||
|
||||
Loading…
Add table
Reference in a new issue