st/mesa: call is_format_supported() for compressed formats
[mesa.git] / src / mesa / state_tracker / st_mesa_to_tgsi.h
index 9dae373edef3adac7f68376a48798d4862000e09..e3c5bd1d94db6e3d6f2e78cab0306e2146d9ac88 100644 (file)
@@ -54,7 +54,8 @@ st_translate_mesa_program(
    GLuint numOutputs,
    const GLuint outputMapping[],
    const ubyte outputSemanticName[],
-   const ubyte outputSemanticIndex[] );
+   const ubyte outputSemanticIndex[],
+   boolean passthrough_edgeflags );
 
 void
 st_free_tokens(const struct tgsi_token *tokens);