NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgba /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgb = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgb /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_alpha = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_alpha /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_luminance = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_luminance /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_luminance_alpha = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_luminance_alpha /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_intensity = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_intensity /* StoreTexel */
+ NULL /* StoreTexel */
};
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_srgb8 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_srgba8 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_srgba8 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_sargb8 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_sargb8 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_sl8 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_sl8 /* StoreTexel */
+ NULL /* StoreTexel */
};
/* Note: this format name looks like a misnomer, make it sal8? */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_sla8 /* StoreTexel */
+ NULL /* StoreTexel */
};
#endif /* FEATURE_EXT_texture_sRGB */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
- store_texel_rgba_f32 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgba_float16 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
- store_texel_rgba_f16 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgb_float32 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
- store_texel_rgb_f32 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgb_float16 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
- store_texel_rgb_f16 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_alpha_float32 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
- store_texel_alpha_f32 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_alpha_float16 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
- store_texel_alpha_f16 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_luminance_float32 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_luminance_f32 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_luminance_float16 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_luminance_f16 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_luminance_alpha_float32 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_luminance_alpha_f32 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_luminance_alpha_float16 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_luminance_alpha_f16 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_intensity_float32 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_intensity_f32 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_intensity_float16 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_intensity_f16 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_dudv8 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_signed_rgba8888 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_signed_rgba8888_rev = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_signed_rgba8888_rev /* StoreTexel */
+ NULL /* StoreTexel */
};
/*@}*/
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgba8888 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgba8888_rev = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgba8888_rev /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_argb8888 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_argb8888 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_argb8888_rev = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_argb8888_rev /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgb888 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgb888 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_bgr888 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_bgr888 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgb565 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgb565 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgb565_rev = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgb565_rev /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgba4444 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgba4444 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_argb4444 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_argb4444 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_argb4444_rev = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_argb4444_rev /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgba5551 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgba5551 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_argb1555 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_argb1555 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_argb1555_rev = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_argb1555_rev /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_al88 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_al88 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_al88_rev = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_al88_rev /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_rgb332 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_rgb332 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_a8 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_a8 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_l8 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_l8 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_i8 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_i8 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_ci8 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_ci8 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_ycbcr = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_ycbcr /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_ycbcr_rev = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_ycbcr_rev /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_z24_s8 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_z24_s8 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_s8_z24 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel2Df */
NULL, /* FetchTexel3Df */
- store_texel_s8_z24 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_z16 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
- store_texel_z16 /* StoreTexel */
+ NULL /* StoreTexel */
};
const struct gl_texture_format _mesa_texformat_z32 = {
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
NULL, /* FetchTexel1Df */
- store_texel_z32 /* StoreTexel */
+ NULL /* StoreTexel */
};
/*@}*/