[PATCH xserver 3/4] dri2: Only create one unnamed reference per Drawable per Client

2016-02-03 Thread Chris Wilson
This workarounds issues in mesa and Mali that likes to create a new DRI2Drawble per context and per frame, respectively. The idea is that we only create one unnamed reference per Client on each Drawable that is never destroyed - and we make the assumption that the only caller is the DRI2

Re: [PATCH xserver 3/4] dri2: Only create one unnamed reference per Drawable per Client

2016-02-03 Thread Ville Syrjälä
On Wed, Feb 03, 2016 at 09:54:45AM +, Chris Wilson wrote: > This workarounds issues in mesa and Mali that likes to create a new > DRI2Drawble per context and per frame, respectively. The idea is that we > only create one unnamed reference per Client on each Drawable that is > never destroyed -