| author | Ben Skeggs <skeggsb@gmail.com> | 2007-11-01 07:35:33 (GMT) |
|---|---|---|
| committer | Ben Skeggs <skeggsb@gmail.com> | 2007-11-01 07:35:33 (GMT) |
| commit | 5bd8ba52788b3b3b8f91ba59c29e154e38482481 (patch) | |
| tree | ab3020960773b41dfba2e69509eae459e4df5a30 | |
| parent | f59e596bcd90ef824cd41e0c37952e574d6914bb (diff) | |
| download | xf86-video-nouveau-5bd8ba52788b3b3b8f91ba59c29e154e38482481.zip xf86-video-nouveau-5bd8ba52788b3b3b8f91ba59c29e154e38482481.tar.gz xf86-video-nouveau-5bd8ba52788b3b3b8f91ba59c29e154e38482481.tar.bz2 | |
nv40: what can I say? oops!
| -rw-r--r-- | src/nv40_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv40_exa.c b/src/nv40_exa.c index a9c88c0..e1eb74b 100644 --- a/src/nv40_exa.c +++ b/src/nv40_exa.c @@ -246,7 +246,7 @@ NV40_LoadFragProg(ScrnInfoPtr pScrn, nv_shader_t *shader) } if (!shader->hw_id) { - uint32_t *map = fp_mem->map; + uint32_t *map = fp_mem->map + next_hw_id_offset; int i; for (i = 0; i < shader->size; i++) { |
