egl: Implement EGL_NOK_swap_region
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 7 May 2010 02:01:35 +0000 (22:01 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 14 May 2010 00:30:45 +0000 (20:30 -0400)
commit52c554a79d3ed3104a9f7d112faa9129073b5a25
treed4b4f76dd045425751065b0679131ba3d8a5350b
parent13ef7a4be8ecfd87a09ef1cfa48348297ed7b0e3
egl: Implement EGL_NOK_swap_region

This extension adds a new function which provides an alternative to
eglSwapBuffers. eglSwapBuffersRegionNOK accepts two new parameters in
addition to those in eglSwapBuffers. The new parameters consist of a
pointer to a list of 4-integer blocks defining rectangles (x, y,
width, height) and an integer specifying the number of rectangles in
the list.
include/EGL/eglext.h
src/egl/drivers/dri2/egl_dri2.c
src/egl/main/eglapi.c
src/egl/main/eglapi.h
src/egl/main/egldisplay.h
src/egl/main/eglmisc.c