summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/radeonsi_pipe.h
diff options
context:
space:
mode:
authorMichel Dänzer <[email protected]>2013-05-01 18:15:36 +0200
committerMichel Dänzer <[email protected]>2013-05-28 09:55:46 +0200
commit784df2e115d6e047a38715aa509e86403605acc1 (patch)
tree6f951eafa4c1960aa0f675d236f302d2c265cbf5 /src/gallium/drivers/radeonsi/radeonsi_pipe.h
parente369f40a9b73b905f2cb9c62aff606e0ec2bb3ef (diff)
radeonsi: Make border colour state handling safe for integer textures
Diffstat (limited to 'src/gallium/drivers/radeonsi/radeonsi_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/radeonsi_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.h b/src/gallium/drivers/radeonsi/radeonsi_pipe.h
index 32740498b11..67cb14b7cc0 100644
--- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h
+++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h
@@ -87,7 +87,7 @@ struct si_pipe_sampler_view {
struct si_pipe_sampler_state {
uint32_t val[4];
- float border_color[4];
+ uint32_t border_color[4];
};
struct si_cs_shader_state {