X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fdrivers%2Fdri%2Fi965%2Fbrw_cs.h;h=890a0c8a8070894a7703396c953be321eb03744b;hb=f20f616324a79b8be91b84b6d965a0bc0096789c;hp=0c0ed2bc909897a264bd8b643cfcdc3760bd8af6;hpb=ef56cf7738ecb25e8c668c509097fc714ca71c96;p=mesa.git diff --git a/src/mesa/drivers/dri/i965/brw_cs.h b/src/mesa/drivers/dri/i965/brw_cs.h index 0c0ed2bc909..890a0c8a807 100644 --- a/src/mesa/drivers/dri/i965/brw_cs.h +++ b/src/mesa/drivers/dri/i965/brw_cs.h @@ -25,13 +25,6 @@ #ifndef BRW_CS_H #define BRW_CS_H -#include "brw_program.h" - -struct brw_cs_prog_key { - uint32_t program_string_id; - struct brw_sampler_prog_key_data tex; -}; - #ifdef __cplusplus extern "C" { #endif @@ -39,18 +32,6 @@ extern "C" { void brw_upload_cs_prog(struct brw_context *brw); -const unsigned * -brw_cs_emit(struct brw_context *brw, - void *mem_ctx, - const struct brw_cs_prog_key *key, - struct brw_cs_prog_data *prog_data, - struct gl_compute_program *cp, - struct gl_shader_program *prog, - unsigned *final_assembly_size); - -unsigned -brw_cs_prog_local_id_payload_dwords(unsigned dispatch_width); - #ifdef __cplusplus } #endif