i965/miptree: Replace is_lossless_compressed with mt->aux_usage checks
[mesa.git] / src / mesa / drivers / dri / i965 / brw_gs.h
index 9879f3d6464d28e7c65b48eb72be060803cbf994..537a41679dfb59b2a76b829fcc3b73fa10e6e8cf 100644 (file)
 #include <stdbool.h>
 
 #include "brw_context.h"
-#include "brw_program.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct gl_context;
 struct gl_shader_program;
-struct gl_program;
 
 void
 brw_upload_gs_prog(struct brw_context *brw);
 
-bool
-brw_codegen_gs_prog(struct brw_context *brw,
-                    struct gl_shader_program *prog,
-                    struct brw_geometry_program *gp,
+void
+brw_gs_populate_key(struct brw_context *brw,
                     struct brw_gs_prog_key *key);
 
 #ifdef __cplusplus