diff options
author | Marek Olšák <[email protected]> | 2012-01-23 03:43:54 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-01-25 12:35:19 +0100 |
commit | c2b800cf38b299c1ab1c53dc0e4ea00c7acef853 (patch) | |
tree | fa2295c0bd94ca8089a6d23bf5664c08a636c5a6 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 7023ed9e622a3a080ccc6a2739ba1ccd8775a345 (diff) |
r600g: nuke the fallback for vertex and fragment color clamping
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 65e84c190c5..9de8e7efaca 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -105,8 +105,6 @@ struct r600_pipe_sampler_view { struct r600_pipe_rasterizer { struct r600_pipe_state rstate; - boolean clamp_vertex_color; - boolean clamp_fragment_color; boolean flatshade; boolean two_side; unsigned sprite_coord_enable; @@ -217,8 +215,6 @@ struct r600_pipe_context { struct pipe_query *saved_render_cond; unsigned saved_render_cond_mode; /* shader information */ - boolean clamp_vertex_color; - boolean clamp_fragment_color; boolean two_side; unsigned user_clip_plane_enable; unsigned clip_dist_enable; |