summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorRobert Bragg <[email protected]>2013-04-25 13:41:42 +0100
committerRobert Bragg <[email protected]>2013-05-07 17:07:45 +0100
commit6425b14515e3124d6d1fe2d39fa192389aab9f85 (patch)
tree81990d28a3ef1d692964f7670c4a196a192da3a9 /src/egl/main/egldisplay.h
parent95dda0d64931edaa4dc3f219f43b21ad69affca3 (diff)
egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damage
Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index 4b33470151b..f990300a548 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -115,6 +115,7 @@ struct _egl_extensions
EGLBoolean EXT_create_context_robustness;
EGLBoolean EXT_buffer_age;
+ EGLBoolean EXT_swap_buffers_with_damage;
};