aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_zscan.h
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2016-02-01 12:04:34 -0500
committerLeo Liu <[email protected]>2016-02-02 20:29:43 -0500
commit4f598f2173c6555a52aad942ce6ea75c65afe21a (patch)
tree509fc52d37fb4cca983dcb3af4ed43d4b2903cff /src/gallium/auxiliary/vl/vl_zscan.h
parent848a023c053b312ba5e76a124d7088bbf0b69df0 (diff)
vl: add zig zag scan for list 4x4
Cc: "11.0 11.1" <[email protected]> Signed-off-by: Leo Liu <[email protected]> Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_zscan.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_zscan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_zscan.h b/src/gallium/auxiliary/vl/vl_zscan.h
index eacee2db64f..268cf0a6e32 100644
--- a/src/gallium/auxiliary/vl/vl_zscan.h
+++ b/src/gallium/auxiliary/vl/vl_zscan.h
@@ -64,6 +64,7 @@ struct vl_zscan_buffer
struct pipe_surface *dst;
};
+extern const int vl_zscan_normal_16[];
extern const int vl_zscan_linear[];
extern const int vl_zscan_normal[];
extern const int vl_zscan_alternate[];