projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e5cd3e
)
i965g: fix typo in previous commit
author
Keith Whitwell
<keithw@vmware.com>
Fri, 20 Nov 2009 02:47:07 +0000
(18:47 -0800)
committer
Keith Whitwell
<keithw@vmware.com>
Fri, 20 Nov 2009 02:47:07 +0000
(18:47 -0800)
src/gallium/drivers/i965/brw_sf.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i965/brw_sf.c
b/src/gallium/drivers/i965/brw_sf.c
index e75f447a0364bcf9820a6e7cbbdecc2177a52b01..6f4502da97f6127bfe14e4b6f1b8a79b48750204 100644
(file)
--- a/
src/gallium/drivers/i965/brw_sf.c
+++ b/
src/gallium/drivers/i965/brw_sf.c
@@
-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