[Mesa-dev] [PATCH 4/8] softpipe: add support for explicit early depth testing

2016-03-30 Thread Dave Airlie
From: Dave Airlie ARB_shader_image_load_store adds support for explicit early depth testing. However we need to make sure we don't overwrite values using the shader written values in this case. This fixes early depth testing in softpipe to conform with those requirements.

[Mesa-dev] [PATCH 4/8] softpipe: add support for explicit early depth testing

2016-03-21 Thread Dave Airlie
From: Dave Airlie ARB_shader_image_load_store adds support for explicit early depth testing. However we need to make sure we don't overwrite values using the shader written values in this case. This fixes early depth testing in softpipe to conform with those requirements.