diff options
author | Keith Whitwell <[email protected]> | 2008-11-15 16:23:31 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-11-15 16:23:31 +0000 |
commit | 5e1454a036be6da2c48e2e20bf6f8047ee1a94d3 (patch) | |
tree | 660228843fc88f2e43d975921e7d4e078e483f1c /src/gallium/auxiliary/translate/translate.h | |
parent | 56ef0aeda5d23bf0c6147fd9d20d61abd18207af (diff) | |
parent | 7e584a70c492698be18bf4d6372b50d1a1c38385 (diff) |
Merge commit 'origin/gallium-0.1' into gallium-0.2
Conflicts:
src/mesa/drivers/dri/common/dri_util.c
Diffstat (limited to 'src/gallium/auxiliary/translate/translate.h')
-rw-r--r-- | src/gallium/auxiliary/translate/translate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/translate/translate.h b/src/gallium/auxiliary/translate/translate.h index 650cd81fa60..34526eb0617 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; }; |