svga: rename svga_hw_vs_parameters -> svga_hw_vs_constants

and similarly for svga_hw_fs_parameters
This commit is contained in:
Brian Paul
2012-08-09 10:14:51 -06:00
parent 8cc1860d4a
commit 2a5eeeaebe
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -70,8 +70,8 @@ static const struct svga_tracked_state *hw_draw_state[] =
&svga_hw_tss_binding,
&svga_hw_clip_planes,
&svga_hw_vdecl,
&svga_hw_fs_parameters,
&svga_hw_vs_parameters,
&svga_hw_fs_constants,
&svga_hw_vs_constants,
NULL
};
+2 -2
View File
@@ -64,8 +64,8 @@ extern struct svga_tracked_state svga_hw_tss;
extern struct svga_tracked_state svga_hw_tss_binding;
extern struct svga_tracked_state svga_hw_clip_planes;
extern struct svga_tracked_state svga_hw_vdecl;
extern struct svga_tracked_state svga_hw_fs_parameters;
extern struct svga_tracked_state svga_hw_vs_parameters;
extern struct svga_tracked_state svga_hw_fs_constants;
extern struct svga_tracked_state svga_hw_vs_constants;
/* SWTNL_DRAW
*/
@@ -303,7 +303,7 @@ emit_fs_consts(struct svga_context *svga, unsigned dirty)
}
struct svga_tracked_state svga_hw_fs_parameters =
struct svga_tracked_state svga_hw_fs_constants =
{
"hw fs params",
(SVGA_NEW_FS_CONST_BUFFER |
@@ -355,7 +355,7 @@ emit_vs_consts(struct svga_context *svga, unsigned dirty)
}
struct svga_tracked_state svga_hw_vs_parameters =
struct svga_tracked_state svga_hw_vs_constants =
{
"hw vs params",
(SVGA_NEW_PRESCALE |