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=08310df77c16901e39b3d3b74871ebd5393a7f20;hpb=c7161a3c3559f0450a90bb1228c74e8fdc9c939b;p=mesa.git diff --git a/src/mesa/drivers/dri/i965/brw_cs.h b/src/mesa/drivers/dri/i965/brw_cs.h index 08310df77c1..890a0c8a807 100644 --- a/src/mesa/drivers/dri/i965/brw_cs.h +++ b/src/mesa/drivers/dri/i965/brw_cs.h @@ -25,28 +25,14 @@ #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 -bool brw_cs_prog_data_compare(const void *a, const void *b); - void brw_upload_cs_prog(struct brw_context *brw); #ifdef __cplusplus - -unsigned -brw_cs_prog_local_id_payload_dwords(const struct gl_program *prog, - unsigned dispatch_width); - } #endif