Re: [Mesa-dev] [PATCH 1/2] st/dri: move fence implemention into separate file

2017-05-30 Thread Gurchetan Singh
Just a heads up to Gallium experts (Emil, Tim, Robs + anyone else who knows this code) -- we'll probably push this soon unless we get more review comments ... ​ ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mail

[Mesa-dev] [PATCH 1/2] st/dri: move fence implemention into separate file

2017-05-22 Thread Gurchetan Singh
Since the fence implementation is not dri2.c specific, put it in a separate file. This way SW implementations can use this extension too. v2: Don't depend on dri2.c for extensions (Emil) v3: Make this patch only move extension into a separate file (Chad). --- src/gallium/state_trackers/dri/Makefi