projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251e48c
)
nvfx: actually fix it properly
author
Luca Barbieri
<luca@luca-barbieri.com>
Sat, 21 Aug 2010 21:53:39 +0000
(23:53 +0200)
committer
Luca Barbieri
<luca@luca-barbieri.com>
Sat, 21 Aug 2010 21:53:39 +0000
(23:53 +0200)
src/gallium/drivers/nvfx/nvfx_vbo.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nvfx/nvfx_vbo.c
b/src/gallium/drivers/nvfx/nvfx_vbo.c
index b1a06654b6400f7cea5f6aaf24bfaaf5236fffa5..21d6e0e6f84d4751cf8edad4c9ed5b05564ee740 100644
(file)
--- a/
src/gallium/drivers/nvfx/nvfx_vbo.c
+++ b/
src/gallium/drivers/nvfx/nvfx_vbo.c
@@
-433,7
+433,7
@@
nvfx_vtxelts_state_create(struct pipe_context *pipe,
if(num_elements > 16)
{
- _debug_printf("Error: application attempted to use %u vertex elements, but only 16 are supported: ignoring the rest\n");
+ _debug_printf("Error: application attempted to use %u vertex elements, but only 16 are supported: ignoring the rest\n"
, num_elements
);
num_elements = 16;
}