index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-31
Introduce .editorconfig
Eric Engestrom
2
-0
/
+4
2016-08-31
egl/x11_dri3: provide an authentication function
Frank Binns
1
-1
/
+18
2016-08-31
egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodes
Frank Binns
2
-29
/
+7
2016-08-30
egl/android: remove config post-processing
Emil Velikov
1
-9
/
+0
2016-08-30
egl/dri2: check if the EGL API is valid before adding it to ClientAPIs
Emil Velikov
1
-4
/
+4
2016-08-30
egl/android: annotate static const data as such
Emil Velikov
1
-1
/
+1
2016-08-30
egl: treat EGL_OPENGL_API as invalid on Android
Emil Velikov
1
-1
/
+7
2016-08-24
egl: turn a couple asserts static (compile-time)
Eric Engestrom
1
-3
/
+4
2016-08-24
egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.
Stencel, Joanna
2
-0
/
+4
2016-08-23
egl/dri2: dri2_initialize: Do not reference-count TestOnly display
Nicolas Boichat
1
-20
/
+9
2016-08-23
egl/dri2: remove error checks on return values from mtx_lock and cnd_wait
Dongwon Kim
1
-35
/
+12
2016-08-16
egl/dri2: dri2_make_current: Release previous context's display
Nicolas Boichat
1
-4
/
+5
2016-08-15
egl/android: Set dpy->DriverData to NULL on error
Nicolas Boichat
1
-0
/
+1
2016-08-15
egl/drm: Set disp->DriverData to NULL on error
Nicolas Boichat
1
-0
/
+1
2016-08-15
egl/surfaceless: Set disp->DriverData to NULL on error
Nicolas Boichat
1
-0
/
+1
2016-08-15
egl/wayland: Set disp->DriverData to NULL on error
Nicolas Boichat
1
-0
/
+2
2016-08-15
egl/x11: avoid using freed memory if dri2 init fails
Jan Ziak
1
-0
/
+3
2016-08-09
egl: android: query native window default width and height (v2)
Haixia Shi
3
-0
/
+42
2016-08-08
egl/android: Add support for YV12 pixel format (v2)
Tomasz Figa
1
-6
/
+50
2016-08-08
egl/android: Make get_fourcc() accept HAL formats
Tomasz Figa
1
-9
/
+11
2016-08-08
egl/android: Refactor image creation to separate flink and prime paths (v2)
Tomasz Figa
1
-42
/
+57
2016-08-08
egl/android: Respect buffer mask in droid_image_get_buffers (v2)
Tomasz Figa
1
-5
/
+15
2016-08-08
egl/android: Remove unused variables in droid_get_buffers_with_format()
Tomasz Figa
1
-3
/
+0
2016-07-28
egl/dri2: Add reference count for dri2_egl_display
Nicolas Boichat
2
-20
/
+95
2016-07-20
egl/android: Stop leaking DRI images
Tomasz Figa
1
-0
/
+11
2016-07-20
egl/android: Add some useful error messages
Tomasz Figa
1
-3
/
+10
2016-07-20
egl/android: Check return value of dri2_get_dri_config()
Tomasz Figa
1
-0
/
+2
2016-07-20
egl/dri2: dri2_make_current: Set EGL error if bindContext fails
Nicolas Boichat
1
-2
/
+8
2016-07-20
egl/android: Remove unused variables
Tomasz Figa
1
-2
/
+0
2016-07-15
Use correct names for dlopen()ed files on Cygwin
Yaakov Selkowitz
1
-0
/
+2
2016-07-07
egl: restrict swap_available dri2_egl_display field to X11
Frank Binns
2
-3
/
+1
2016-07-07
egl: Fix the bad surface attributes combination checking for pbuffers. (v3)
Guillaume Charifi
1
-21
/
+15
2016-07-07
egl/display: remove unnecessary code and make it easier to read
Eric Engestrom
1
-15
/
+14
2016-06-14
Added pbuffer hooks for surfaceless platform
Gurchetan Singh
2
-5
/
+215
2016-06-13
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
1
-6
/
+0
2016-06-07
platform_android: prevent deadlock in droid_swap_buffers
Haixia Shi
1
-5
/
+12
2016-06-07
egl: android: don't add the image loader extension for !render_node
Emil Velikov
1
-8
/
+7
2016-06-03
Revert "egl: Check if API is supported when using eglBindAPI."
Marek Olšák
4
-72
/
+10
2016-06-02
egl: Account for default values of texture target and format
Plamena Manolova
1
-0
/
+6
2016-06-02
egl: Check if API is supported when using eglBindAPI.
Plamena Manolova
4
-10
/
+72
2016-05-30
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
3
-12
/
+12
2016-05-30
egl/dri3: don't crash on no context.
Dave Airlie
1
-2
/
+4
2016-05-26
egl: Additional attribute validation for eglCreatePbufferSurface
Plamena Manolova
1
-0
/
+13
2016-05-24
mesa_glinterop: make GL interop version field bidirectional
Emil Velikov
3
-3
/
+3
2016-05-24
mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols
Emil Velikov
1
-2
/
+2
2016-05-23
egl: Add OpenGL_ES to API string regardless of GLES version
Plamena Manolova
1
-7
/
+4
2016-05-23
configure.ac: Add support for Android builds
Nicolas Boichat
1
-0
/
+5
2016-05-23
egl: add missing link against $(CLOCK_LIB)
Emil Velikov
1
-1
/
+1
2016-05-23
egl: android: remove explicit glFlush call
Emil Velikov
1
-6
/
+0
2016-05-23
egl: android: drop dri2_create_image_android_native_buffer argument
Emil Velikov
1
-2
/
+2
[next]