summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate/translate.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-11-14 17:59:29 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2008-11-14 18:00:43 +0000
commit0557fa72c0e39a3cb4c241690b495ca142c06616 (patch)
treec3ab683ddeb60256c33855b5a33abf6fa9402242 /src/gallium/auxiliary/translate/translate.h
parentd04caf2ce47bcf1d9da6e42b749320fce9273390 (diff)
translate: pull in prefetch and other optimizations from draw_vs_aos.c
Diffstat (limited to 'src/gallium/auxiliary/translate/translate.h')
-rw-r--r--src/gallium/auxiliary/translate/translate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/translate/translate.h b/src/gallium/auxiliary/translate/translate.h
index 650cd81fa6..34526eb061 100644
--- a/src/gallium/auxiliary/translate/translate.h
+++ b/src/gallium/auxiliary/translate/translate.h
@@ -48,8 +48,8 @@ struct translate_element
{
enum pipe_format input_format;
enum pipe_format output_format;
- unsigned input_buffer;
- unsigned input_offset; /* can't really reduce the size of these */
+ unsigned input_buffer:8;
+ unsigned input_offset:24;
unsigned output_offset;
};