[Mesa-dev] [PATCH 0/7] i965: Enable EGL_KHR_fence_sync
Kenneth Graunke
kenneth at whitecape.org
Wed May 6 16:07:49 PDT 2015
On Friday, May 01, 2015 01:01:55 PM Chad Versace wrote:
> The first 6 patches are small cleanups. The real implementation is patch
> 7/7. Enabling EGL_KHR_fence_sync also gives us EGL_KHR_wait_sync for
> free.
>
> This series lives on the tag:
> git://github.com/chadversary/mesa
> i965-egl-khr-fence-sync-v01
>
> Chad Versace (7):
> egl/dri2: Check return value of __DRI2fence::create_fence()
> i965/sync: Don't crash when deleting sync object
> i915/sync: Don't crash when deleting sync object
> i965/sync: Return NULL when calloc fails
> i915/sync: Return early when calloc fails
> i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
> i965/sync: Implement DRI2_Fence extension
>
> docs/relnotes/10.6.0.html | 4 +-
> src/egl/drivers/dri2/egl_dri2.c | 7 +
> src/mesa/drivers/dri/i915/intel_syncobj.c | 6 +-
> src/mesa/drivers/dri/i965/brw_context.h | 7 -
> src/mesa/drivers/dri/i965/intel_screen.c | 2 +
> src/mesa/drivers/dri/i965/intel_screen.h | 4 +
> src/mesa/drivers/dri/i965/intel_syncobj.c | 230 +++++++++++++++++++++++-------
> 7 files changed, 198 insertions(+), 62 deletions(-)
>
>
Series is:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150506/8ec0a097/attachment.sig>
More information about the mesa-dev
mailing list