summaryrefslogtreecommitdiff
path: root/src/brw_structs.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-10-06 13:16:37 -0700
committerCarl Worth <cworth@cworth.org>2008-10-06 13:22:08 -0700
commit98ca9e2af1b0a67ed91e10cf661af70dfba44d43 (patch)
tree0ccea0fdb2b13393719783a30d69ed0dea8c0b31 /src/brw_structs.h
parent175b30e3828266a89021c2439119545099d72715 (diff)
Rename default_color to border_color
This is consistent with the documentation, (and just plain makes more sense).
Diffstat (limited to 'src/brw_structs.h')
-rw-r--r--src/brw_structs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/brw_structs.h b/src/brw_structs.h
index ef7906b4..553aeebb 100644
--- a/src/brw_structs.h
+++ b/src/brw_structs.h
@@ -840,7 +840,7 @@ struct brw_wm_unit_state
float global_depth_offset_scale;
};
-struct brw_sampler_default_color {
+struct brw_sampler_border_color {
float color[4];
};
@@ -857,7 +857,7 @@ struct brw_sampler_state
unsigned int base_level:5;
unsigned int pad:1;
unsigned int lod_preclamp:1;
- unsigned int default_color_mode:1;
+ unsigned int border_color_mode:1;
unsigned int pad0:1;
unsigned int disable:1;
} ss0;
@@ -876,7 +876,7 @@ struct brw_sampler_state
struct
{
unsigned int pad:5;
- unsigned int default_color_pointer:27;
+ unsigned int border_color_pointer:27;
} ss2;
struct