svga: rename svga_hw_vs_parameters -> svga_hw_vs_constants
and similarly for svga_hw_fs_parameters
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user