| Commit message (Expand) | Author | Age | Files | Lines |
* | egl_dri2: Fix segmentation fault | Paulo Alcantara | 2012-08-23 | 1 | -1/+1 |
* | egl: Allow OpenGL ES 3.0 as a version | Ian Romanick | 2012-08-14 | 2 | -1/+8 |
* | egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r... | Ian Romanick | 2012-08-14 | 2 | -6/+62 |
* | egl: Implement front-end support for EGL_EXT_create_context_robustness | Ian Romanick | 2012-08-14 | 3 | -0/+29 |
* | egl: Implement front-end support for EGL_KHR_create_context | Ian Romanick | 2012-08-14 | 4 | -5/+217 |
* | egl_dri2: Silence warnings about missing initializers | Ian Romanick | 2012-08-14 | 1 | -2/+2 |
* | egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion | Ian Romanick | 2012-08-14 | 3 | -7/+9 |
* | egl_dri2: Use createContextAttribs if DRI2 version >= 3 | Ian Romanick | 2012-08-14 | 1 | -1/+17 |
* | egl_dri2: Require DRI2 version 2 | Ian Romanick | 2012-08-14 | 1 | -22/+5 |
* | egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context | Ian Romanick | 2012-08-06 | 5 | -35/+8 |
* | egl_dri2: Refactor dereference of dri2_ctx_shared | Ian Romanick | 2012-08-06 | 1 | -6/+5 |
* | egl_dri2: Remove swrast version >= 2 checks | Ian Romanick | 2012-08-06 | 1 | -27/+11 |
* | wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer | Kristian Høgsberg | 2012-07-19 | 1 | -1/+8 |
* | wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format | Kristian Høgsberg | 2012-07-19 | 1 | -11/+11 |
* | wayland: Include wl_drm format enum in wayland-drm.h | Kristian Høgsberg | 2012-07-17 | 1 | -1/+64 |
* | egl_dri2: NULL check for EGLNativeWindowType | Elvis Lee | 2012-07-16 | 1 | -0/+2 |
* | gbm: Add new gbm_bo_import entry point | Kristian Høgsberg | 2012-07-16 | 1 | -3/+0 |
* | wayland: Stop trying to use make rules from aclocal, just copy and paste | Kristian Høgsberg | 2012-07-13 | 2 | -1/+8 |
* | automake: convert libglapi | Jon TURNEY | 2012-07-13 | 1 | -1/+1 |
* | egl: Add EGL_WAYLAND_PLANE_WL attribute | Kristian Høgsberg | 2012-07-11 | 6 | -16/+166 |
* | wayland-drm: Add protocol to create planar buffers | Kristian Høgsberg | 2012-07-11 | 4 | -21/+91 |
* | wayland-drm: Pass struct wl_drm_buffer to the driver | Kristian Høgsberg | 2012-07-11 | 3 | -37/+33 |
* | egl_dri2: Reorganize the EGLImage constructors to share more code | Kristian Høgsberg | 2012-07-05 | 1 | -78/+37 |
* | automake: Convert src/egl/Makefile to automake. | Eric Anholt | 2012-06-21 | 3 | -36/+29 |
* | egl_dri2: Fix out of tree builds with the wayland backend enabled | Robert Hooker | 2012-05-03 | 1 | -0/+1 |
* | egl/android: Add support for RGBX_8888 used in Android native buffers | Sean V Kelley | 2012-04-30 | 1 | -0/+2 |
* | radeonsi: initial WIP SI code | Tom Stellard | 2012-04-13 | 1 | -2/+5 |
* | egl: fix uninitialized values | Dylan Noblesmith | 2012-04-13 | 1 | -1/+1 |
* | wayland-drm: Implement wl_buffer.damage in old versions of Wayland | Neil Roberts | 2012-04-12 | 1 | -0/+26 |
* | egl_dri2: fix aux buffer leak in drm platform | Mandeep Singh Baines | 2012-04-10 | 1 | -5/+4 |
* | wayland-drm: remove wl_buffer.damage | Pekka Paalanen | 2012-04-10 | 1 | -7/+0 |
* | egl_dri2: use gbm_surface as the native window type in drm platform | Ander Conselvan de Oliveira | 2012-03-28 | 2 | -1/+324 |
* | egl_dri2: make flush extension useable by drm platform | Ander Conselvan de Oliveira | 2012-03-27 | 1 | -0/+1 |
* | wayland: Stop using wl_buffer.damage | Kristian Høgsberg | 2012-03-27 | 1 | -2/+0 |
* | Add Makefile.in to toplevel .gitignore | Kenneth Graunke | 2012-03-20 | 3 | -3/+0 |
* | Add .deps/, .libs/, and *.la to toplevel .gitignore | Paul Berry | 2012-03-20 | 2 | -7/+0 |
* | shared-glapi: Convert to automake | Kristian Høgsberg | 2012-03-19 | 1 | -1/+0 |
* | Set close on exec flag FD_CLOEXEC | David Fries | 2012-03-11 | 2 | -1/+19 |
* | egl: Use -no-undefined libtool flag | Jon TURNEY | 2012-03-05 | 1 | -1/+1 |
* | wayland: Use new wl_display_disconnect | Benjamin Franzke | 2012-03-05 | 1 | -1/+1 |
* | egl: Also put a symlink from libEGL.so in lib/ for now. | Eric Anholt | 2012-03-02 | 1 | -0/+1 |
* | egl: Don't include strings.h on Windows. | José Fonseca | 2012-03-01 | 2 | -1/+1 |
* | egl/drivers: Convert to automake. | Eric Anholt | 2012-02-29 | 6 | -105/+97 |
* | egl/main: Convert to automake. | Eric Anholt | 2012-02-29 | 9 | -224/+185 |
* | egl: Drop the non-builtin-drivers support. | Eric Anholt | 2012-02-29 | 2 | -30/+2 |
* | egl: Drop _EGL_MAIN entrypoint obfuscation. | Eric Anholt | 2012-02-29 | 5 | -5/+2 |
* | add wayland cflags when building wayland-egl | Juan Zhao | 2012-01-29 | 1 | -1/+2 |
* | automake: src/egl/wayland | Benjamin Franzke | 2012-01-26 | 10 | -158/+39 |
* | Revert "Always build shared glapi" | Matt Turner | 2012-01-24 | 3 | -0/+13 |
* | gbm: install libgbm.so into lib | Matt Turner | 2012-01-24 | 1 | -1/+0 |