gallium: split depth_clip into depth_clip_near & depth_clip_far

for AMD_depth_clamp_separate.
This commit is contained in:
Marek Olšák
2018-08-21 21:59:23 -04:00
parent 7b26741806
commit daa19363de
51 changed files with 100 additions and 58 deletions

View File

@@ -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;
}