Re: [Mesa-dev] [PATCH] Revert "st/dri2: Implement DRI2bufferDamageExtension"

2019-10-01 Thread Daniel Stone
On Tue, 1 Oct 2019 at 10:24, Boris Brezillon wrote: > This reverts commit 492ffbed63a2a62759224b1c7d45aa7923d8f542. > > BACK_LEFT attachment can be outdated when the user calls > KHR_partial_update(), leading to a damage region update on the > wrong pipe_resource object. > Let's not expose the

[Mesa-dev] [PATCH] Revert "st/dri2: Implement DRI2bufferDamageExtension"

2019-10-01 Thread Boris Brezillon
This reverts commit 492ffbed63a2a62759224b1c7d45aa7923d8f542. BACK_LEFT attachment can be outdated when the user calls KHR_partial_update(), leading to a damage region update on the wrong pipe_resource object. Let's not expose the ->set_damage_region() method until the core is fixed to handle