gallium: split depth_clip into depth_clip_near & depth_clip_far
for AMD_depth_clamp_separate.
This commit is contained in:
@@ -71,7 +71,8 @@ st_init_clear(struct st_context *st)
|
||||
|
||||
st->clear.raster.half_pixel_center = 1;
|
||||
st->clear.raster.bottom_edge_rule = 1;
|
||||
st->clear.raster.depth_clip = 1;
|
||||
st->clear.raster.depth_clip_near = 1;
|
||||
st->clear.raster.depth_clip_far = 1;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user