f0de2e976ce18df3134c681fe44c37d3e167cfc4
[mesa.git] / src / gallium / state_trackers / g3dvl / vl_data.h
1 #ifndef vl_data_h
2 #define vl_data_h
3
4 #include "vl_types.h"
5
6 /* TODO: Needs to be rolled into the appropriate stage */
7
8 extern const struct vlVertex2f macroblock_verts[24];
9 extern const struct vlVertex2f macroblock_luma_texcoords[24];
10 extern const struct vlVertex2f *macroblock_chroma_420_texcoords;
11 extern const struct vlVertex2f *macroblock_chroma_422_texcoords;
12 extern const struct vlVertex2f *macroblock_chroma_444_texcoords;
13
14 extern const struct vlVertex2f surface_verts[4];
15 extern const struct vlVertex2f *surface_texcoords;
16
17 /*
18 extern const struct VL_MC_FS_CONSTS vl_mc_fs_consts;
19
20 extern const struct VL_CSC_FS_CONSTS vl_csc_fs_consts_identity;
21 extern const struct VL_CSC_FS_CONSTS vl_csc_fs_consts_601;
22 extern const struct VL_CSC_FS_CONSTS vl_csc_fs_consts_601_full;
23 extern const struct VL_CSC_FS_CONSTS vl_csc_fs_consts_709;
24 extern const struct VL_CSC_FS_CONSTS vl_csc_fs_consts_709_full;
25 */
26
27 #endif