aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_shader.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2014-06-29 18:11:29 -0700
committerMatt Turner <[email protected]>2014-07-05 22:42:30 -0700
commit1580865a8c576f386c40c3f346636132d720654b (patch)
treef83f0a236b645b275691013aa1240c9c3d1acd54 /src/mesa/drivers/dri/i965/brw_shader.h
parent423932791d0e4bbae28f3557659f031d3b2ac980 (diff)
i965: Move assembly annotation functions to intel_asm_annotation.c.
It's C. Compile it as such. Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_shader.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_shader.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h
index a9224878a4d..cfaea9e5b80 100644
--- a/src/mesa/drivers/dri/i965/brw_shader.h
+++ b/src/mesa/drivers/dri/i965/brw_shader.h
@@ -26,7 +26,6 @@
#include "brw_defines.h"
#include "main/compiler.h"
#include "glsl/ir.h"
-#include "intel_asm_annotation.h"
#pragma once
@@ -173,11 +172,6 @@ public:
uint32_t brw_texture_offset(struct gl_context *ctx, ir_constant *offset);
-void annotate(struct brw_context *brw,
- struct annotation_info *annotation, cfg_t *cfg,
- backend_instruction *inst, unsigned offset);
-void annotation_finalize(struct annotation_info *annotation, unsigned offset);
-
#endif /* __cplusplus */
enum brw_reg_type brw_type_for_base_type(const struct glsl_type *type);