diff options
author | Jordan Justen <[email protected]> | 2015-03-14 12:55:54 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2015-05-02 00:49:59 -0700 |
commit | 6ec6c1581c2963423917ee1598ffb07cab3f2ddc (patch) | |
tree | a91e6b2d04193542ecd80021f36a5d5a3fb48aa2 /src/mesa/drivers/dri/i965/brw_shader.h | |
parent | 17233f9bbcbf570f0c7633c63dbd5ed88634ed60 (diff) |
i965/cs: Support CS program precompile
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_shader.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_shader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h index ac4e62a9a27..ebce51dfe2c 100644 --- a/src/mesa/drivers/dri/i965/brw_shader.h +++ b/src/mesa/drivers/dri/i965/brw_shader.h @@ -287,6 +287,9 @@ bool brw_gs_precompile(struct gl_context *ctx, bool brw_fs_precompile(struct gl_context *ctx, struct gl_shader_program *shader_prog, struct gl_program *prog); +bool brw_cs_precompile(struct gl_context *ctx, + struct gl_shader_program *shader_prog, + struct gl_program *prog); #ifdef __cplusplus } |