diff options
author | Vladimir Dergachev <[email protected]> | 2005-02-03 15:44:06 +0000 |
---|---|---|
committer | Vladimir Dergachev <[email protected]> | 2005-02-03 15:44:06 +0000 |
commit | 4c56261075500d7434e24fb47bf5b1a0196b2b11 (patch) | |
tree | df0b32fbdb178dd9a62cfd27bed2171e5d56c3c5 /src/mesa/drivers/dri/r300/r300_texmem.c | |
parent | 19b260119a8ef78bbe1815d8011ff64a22208b3d (diff) |
Get vertex programs supplied by the user work properly with immediate mode - vertex buffer mode worked by accident.
Fix alu_offset in SINGLE_TEXTURE_PIPELINE.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_texmem.c')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_texmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_texmem.c b/src/mesa/drivers/dri/r300/r300_texmem.c index fd66c3e0af9..3cfa4793ebe 100644 --- a/src/mesa/drivers/dri/r300/r300_texmem.c +++ b/src/mesa/drivers/dri/r300/r300_texmem.c @@ -47,6 +47,7 @@ SOFTWARE. #include "radeon_reg.h" /* gets definition for usleep */ #include "r300_context.h" #include "r300_state.h" +#include "r300_cmdbuf.h" #include "radeon_ioctl.h" /* #include "r300_swtcl.h" |