mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
i965: make gs key generation helper available to shader cache
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
481d8ec291
commit
ec75570415
2 changed files with 5 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ brw_gs_state_dirty(const struct brw_context *brw)
|
|||
BRW_NEW_TRANSFORM_FEEDBACK);
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
brw_gs_populate_key(struct brw_context *brw,
|
||||
struct brw_gs_prog_key *key)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -37,6 +37,10 @@ struct gl_shader_program;
|
|||
void
|
||||
brw_upload_gs_prog(struct brw_context *brw);
|
||||
|
||||
void
|
||||
brw_gs_populate_key(struct brw_context *brw,
|
||||
struct brw_gs_prog_key *key);
|
||||
|
||||
bool
|
||||
brw_codegen_gs_prog(struct brw_context *brw,
|
||||
struct gl_shader_program *prog,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue