index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
egl,gbm_gallium: Fix linkage against gbm from automake
Benjamin Franzke
2012-01-24
1
-0
/
+1
*
Always build shared glapi
Matt Turner
2012-01-20
3
-13
/
+0
*
wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h
Kristian Høgsberg
2012-01-11
4
-35
/
+81
*
egl_dri2: Put the _eglError call in the case switch case
Kristian Høgsberg
2012-01-11
1
-2
/
+2
*
egl_dri2/wayland: handle creating xrgb8888 images
Robert Bragg
2012-01-11
3
-56
/
+80
*
egl/x11: Merge the right version of Frederiks change
Kristian Høgsberg
2011-12-21
1
-21
/
+8
*
egl_dri2/x11: Add support for the DRI2 SwapBuffers request
Fredrik Höglund
2011-12-20
2
-21
/
+81
*
egl_dri2/x11: Add support for eglSwapInterval
Fredrik Höglund
2011-12-20
3
-1
/
+36
*
egl_dri2/x11: error check coordinates in eglPostSubBufferNV
Chia-I Wu
2011-12-20
1
-5
/
+5
*
egl_dri2/x11: Add support for EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
1
-0
/
+17
*
egl: add EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
6
-0
/
+48
*
egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress
Chia-I Wu
2011-12-20
1
-0
/
+5
*
egl: remove #ifdef's for official extensions
Chia-I Wu
2011-12-20
7
-70
/
+0
*
egl: remove EGL_ANDROID_swap_rectangle
Chia-I Wu
2011-12-20
4
-35
/
+0
*
egl_dri2: Fix some valgrind reported leaks
Benjamin Franzke
2011-12-13
4
-8
/
+10
*
egl_glx: fix eglDestroyContext
Chia-I Wu
2011-12-03
1
-1
/
+2
*
egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...
Beren Minor
2011-11-27
1
-9
/
+14
*
android: bring in i915_dri and i965_dri automatically
Chia-I Wu
2011-11-26
1
-0
/
+4
*
android: move libGLES_mesa build rules to src/egl/main/.
Chia-I Wu
2011-11-26
1
-3
/
+83
[next]