i965: Make intelEmitCopyBlit static
[mesa.git] / src / mesa / drivers / dri / i965 / intel_blit.h
index ce36b2609b08bbe7e28a75dbd727f76ebf9f5947..f3ca7b0182ddf4dbbc3528ca0a7e79ed58a387b0 100644 (file)
 
 #include "brw_context.h"
 
-bool
-intelEmitCopyBlit(struct brw_context *brw,
-                  GLuint cpp,
-                  int32_t src_pitch,
-                  struct brw_bo *src_buffer,
-                  GLuint src_offset,
-                  enum isl_tiling src_tiling,
-                  int32_t dst_pitch,
-                  struct brw_bo *dst_buffer,
-                  GLuint dst_offset,
-                  enum isl_tiling dst_tiling,
-                  GLshort srcx, GLshort srcy,
-                  GLshort dstx, GLshort dsty,
-                  GLshort w, GLshort h,
-                  enum gl_logicop_mode logicop);
-
 bool intel_miptree_blit_compatible_formats(mesa_format src, mesa_format dst);
 
 bool intel_miptree_blit(struct brw_context *brw,