X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fdrivers%2Fdri%2Fi965%2Fbrw_gs.h;h=13d6be8029b9ee1d178ff45a68698413b2a090cf;hb=f20f616324a79b8be91b84b6d965a0bc0096789c;hp=573bbdb16f8e34605f374e52099713afde105058;hpb=a62edcce4eb4c800d972817a20ee874bf2a2c3ef;p=mesa.git diff --git a/src/mesa/drivers/dri/i965/brw_gs.h b/src/mesa/drivers/dri/i965/brw_gs.h index 573bbdb16f8..13d6be8029b 100644 --- a/src/mesa/drivers/dri/i965/brw_gs.h +++ b/src/mesa/drivers/dri/i965/brw_gs.h @@ -27,33 +27,12 @@ #include #include "brw_context.h" -#include "brw_program.h" #ifdef __cplusplus extern "C" { #endif -struct gl_context; struct gl_shader_program; -struct gl_program; - -struct brw_gs_compile_output { - void *mem_ctx; - const void *program; - uint32_t program_size; - struct brw_gs_prog_data prog_data; -}; - -struct brw_gs_prog_key; - -bool -brw_compile_gs_prog(struct brw_context *brw, - struct gl_shader_program *prog, - struct brw_geometry_program *gp, - struct brw_gs_prog_key *key, - struct brw_gs_compile_output *output); - -bool brw_gs_prog_data_compare(const void *a, const void *b); void brw_upload_gs_prog(struct brw_context *brw);