Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: add Android-specific extensions | Chia-I Wu | 2011-08-21 | 1 | -0/+14 |
| | | | | | | | | Add EGL_ANDROID_image_native_buffer and EGL_ANDROID_swap_rectangle. There is no spec for them though. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | egl: add _EGL_PLATFORM_ANDROID | Chia-I Wu | 2011-08-21 | 1 | -0/+9 |
| | | | | | | | This is Android Gingerbread platform. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | Add gbm (generic/graphics buffer manager) | Benjamin Franzke | 2011-06-23 | 1 | -0/+6 |
| | |||||
* | egl: Add a cursor use bit to MESA_drm_image | Kristian Høgsberg | 2011-05-06 | 1 | -0/+1 |
| | |||||
* | wayland: Fix prototypes for EGL_WL_bind_wayland_display extension | Kristian Høgsberg | 2011-04-25 | 1 | -3/+2 |
| | |||||
* | wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_display | Kristian Høgsberg | 2011-04-20 | 1 | -1/+1 |
| | |||||
* | egl: Add EGL_WL_bind_wayland_display | Benjamin Franzke | 2011-03-01 | 1 | -0/+14 |
| | |||||
* | eglplatform.h: Define Wayland native platform types | Kristian Høgsberg | 2011-02-09 | 1 | -0/+6 |
| | | | | | This is conditional on WL_EGL_PLATFORM being #defined, so application must make sure to include wayland-egl.h before including any egl header. | ||||
* | egl: Add EGL_MESA_drm_image extension | Kristian Høgsberg | 2010-08-25 | 1 | -0/+23 |
| | | | | Create EGLImages from DRM buffer handles. | ||||
* | egl: Update eglext.h. | Chia-I Wu | 2010-08-17 | 1 | -3/+100 |
| | | | | Update to version 7 for EGL_KHR_fence_sync. | ||||
* | egl: Add a test for MESA_EGL_NO_X11_HEADERS. | Chia-I Wu | 2010-06-23 | 1 | -0/+10 |
| | | | | When the macro is defined, X11 headers will not be included. | ||||
* | egl: Add support for EGL_MESA_drm_display. | Chia-I Wu | 2010-06-23 | 1 | -0/+11 |
| | | | | | | | The extension defines eglGetDRMDisplay that creates an EGLDisplay from a DRM fd. Calling eglCreateWindowSurace or eglCreatePixmapSurface with such displays will generate EGL_BAD_NATIVE_WINDOW or EGL_BAD_NATIVE_PIXMAP. | ||||
* | egl: Use khronos types for EGL_MESA_screen_surface. | Chia-I Wu | 2010-05-31 | 1 | -2/+2 |
| | | | | That is, use khronos_uint32_t instead of uint32_t. | ||||
* | egl: Implement EGL_NOK_texture_from_pixmap | Kristian Høgsberg | 2010-05-14 | 1 | -0/+7 |
| | | | | | | | This extension allows a color buffer to be used for both rendering and texturing. EGL allows the use of color buffers of pbuffer drawables for texturing, this extension extends this to allow the use of color buffers of pixmaps too. | ||||
* | egl: Implement EGL_NOK_swap_region | Kristian Høgsberg | 2010-05-13 | 1 | -0/+12 |
| | | | | | | | | | 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. | ||||
* | eglplatform.h: recognize __unix as well for Solaris & other SVR4 platforms | Alan Coopersmith | 2010-02-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | egl: Update headers. | Chia-I Wu | 2010-01-25 | 3 | -74/+163 |
| | | | | | | Update to the current versions found at http://www.khronos.org/registry/egl/. There is one modification in khrplatform.h for GCC visibility. | ||||
* | egl: Fix breakage from -fvisibility=hidden. | Chia-I Wu | 2010-01-05 | 1 | -0/+5 |
| | | | | | | Mark EGL API and driver functions as PUBLIC. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: also use X types for building on Apple/MacOS X | Brian Paul | 2009-09-08 | 1 | -1/+2 |
| | | | | See bug 20413. | ||||
* | egl: include stdint.h to get the c99 integer typedefs | Brian Paul | 2009-03-25 | 1 | -0/+1 |
| | | | | Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58 | ||||
* | Add Solaris to OS'es using X in eglplatform.h | Alan Coopersmith | 2009-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | Convert u_int*_t to C99 standard uint*_t | Alan Coopersmith | 2009-03-25 | 2 | -3/+3 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | egl: Allow compilation to succeed with FreeBSD | Benjamin Close | 2009-02-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Benjamin Close <[email protected]> | ||||
* | egl: define vsnprintf | Jonathan White | 2008-08-06 | 1 | -0/+1 |
| | |||||
* | egl: added snprintf, strcasecmp defines | Jonathan White | 2008-08-05 | 1 | -0/+3 |
| | |||||
* | egl: typedef uint8_t for Windows | Jonathan White | 2008-08-05 | 1 | -0/+2 |
| | |||||
* | egl: typedef u_int32_t for Windows | Jonathan White | 2008-08-04 | 1 | -0/+1 |
| | |||||
* | egl: WinCE doesn't have sys/types.h | José Fonseca | 2008-06-28 | 1 | -1/+3 |
| | |||||
* | egl: updated EGLAPI for Windows | Jonathan White | 2008-06-06 | 1 | -3/+7 |
| | |||||
* | egl: assorted fixes for Windows | Jonathan White | 2008-06-05 | 1 | -2/+18 |
| | | | | Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h | ||||
* | egl: moved egl.h into EGL/ directory | Brian Paul | 2008-06-04 | 1 | -0/+300 |
| | |||||
* | egl: moved eglext.h into EGL/ directory | Brian Paul | 2008-06-04 | 1 | -0/+186 |
| | |||||
* | added typedefs for X/Mesa | Brian Paul | 2008-05-27 | 1 | -0/+7 |
| | |||||
* | new eglplatform.h from Khronos.org (replaces GLES/egltypes.h) | Brian Paul | 2008-05-27 | 1 | -0/+55 |