i965/miptree: Replace is_lossless_compressed with mt->aux_usage checks
[mesa.git] / src / mesa / drivers / dri / i965 / brw_gs.h
index 85228eb5e7871fd6a3af249ec647af2e5ce22ab9..537a41679dfb59b2a76b829fcc3b73fa10e6e8cf 100644 (file)
 
 #include <stdbool.h>
 
+#include "brw_context.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct gl_context;
 struct gl_shader_program;
-struct gl_program;
 
-bool brw_gs_precompile(struct gl_context *ctx,
-                       struct gl_shader_program *shader_prog,
-                       struct gl_program *prog);
-bool brw_gs_prog_data_compare(const void *a, const void *b);
+void
+brw_upload_gs_prog(struct brw_context *brw);
+
+void
+brw_gs_populate_key(struct brw_context *brw,
+                    struct brw_gs_prog_key *key);
 
 #ifdef __cplusplus
 } /* extern "C" */