mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
i965g: fix typo in previous commit
This commit is contained in:
parent
7e5cd3eb14
commit
c58e20fbbb
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ static enum pipe_error upload_sf_prog(struct brw_context *brw)
|
|||
* another one to account for the position input.
|
||||
*/
|
||||
/* PIPE_NEW_FRAGMENT_SHADER */
|
||||
key.nr_attrs = brw->curr.vertex_shader->info.file_max[TGSI_FILE_INPUT] + 2;
|
||||
key.nr_attrs = brw->curr.fragment_shader->info.file_max[TGSI_FILE_INPUT] + 2;
|
||||
|
||||
|
||||
/* XXX: this is probably where the mapping between vertex shader
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue