softpipe: Drop the raw_to* part of the tile cache interface.
[mesa.git] / src / gallium / auxiliary / util / u_tile.c
index fa85c7fbadb6a2cc92372c585fd592b44116098e..ed76a7ef83d2ef450fe71a71e4451c18765ac170 100644 (file)
@@ -354,7 +354,7 @@ x32_s8_get_tile_rgba(const unsigned *src,
    }
 }
 
-void
+static void
 pipe_tile_raw_to_rgba(enum pipe_format format,
                       const void *src,
                       uint w, uint h,
@@ -401,7 +401,7 @@ pipe_tile_raw_to_rgba(enum pipe_format format,
    }
 }
 
-void
+static void
 pipe_tile_raw_to_unsigned(enum pipe_format format,
                           const void *src,
                           uint w, uint h,
@@ -413,7 +413,7 @@ pipe_tile_raw_to_unsigned(enum pipe_format format,
                        0, 0, w, h);
 }
 
-void
+static void
 pipe_tile_raw_to_signed(enum pipe_format format,
                           void *src,
                           uint w, uint h,