summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r--src/gallium/drivers/r600/r600_asm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h
index f3b036d08c8..5727a7c421f 100644
--- a/src/gallium/drivers/r600/r600_asm.h
+++ b/src/gallium/drivers/r600/r600_asm.h
@@ -77,9 +77,9 @@ struct r600_bytecode_tex {
unsigned coord_type_y;
unsigned coord_type_z;
unsigned coord_type_w;
- unsigned offset_x;
- unsigned offset_y;
- unsigned offset_z;
+ int offset_x;
+ int offset_y;
+ int offset_z;
unsigned sampler_id;
unsigned src_sel_x;
unsigned src_sel_y;