mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
i965g: use correct key size for vs upload
This commit is contained in:
parent
21172d4358
commit
968a7dfb29
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ static enum pipe_error do_vs_prog( struct brw_context *brw,
|
|||
return ret;
|
||||
|
||||
ret = brw_upload_cache( &brw->cache, BRW_VS_PROG,
|
||||
&c.key, sizeof(c.key),
|
||||
&c.key, brw_vs_prog_key_size(&c.key),
|
||||
NULL, 0,
|
||||
program, program_size,
|
||||
&c.prog_data,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue