i965: Enable ARB_stencil_texturing for Haswell
[mesa.git] / src / mesa / drivers / dri / i965 / brw_cs.h
index 0c0ed2bc909897a264bd8b643cfcdc3760bd8af6..890a0c8a8070894a7703396c953be321eb03744b 100644 (file)
 #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