index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
mesa_glinterop: make GL interop version field bidirectional
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
2016-05-23
egl: android: directly use dri2_create_image_dma_buf()
Emil Velikov
3
-3
/
+6
2016-05-23
gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumb
Rob Herring
1
-4
/
+4
2016-05-18
egl/dri2: Don't check return result of mtx_unlock().
Matt Turner
1
-8
/
+2
2016-05-01
egl: android: do not feed invalid fourcc/pitch into the dri module
Emil Velikov
1
-8
/
+22
2016-05-01
egl: android: add dma-buf fd support
Rob Herring
1
-7
/
+117
2016-05-01
egl: android: factor out back buffer handling code
Rob Herring
1
-13
/
+23
2016-05-01
egl: android: factor out format conversion code to a function
Rob Herring
1
-24
/
+15
2016-05-01
egl: android: disable __DRI_DRI2_LOADER support on render nodes
Rob Herring
2
-12
/
+22
2016-05-01
egl/x11: resolve "initialization from incompatible pointer type" warning
Mark Kettenis
1
-2
/
+10
2016-04-26
egl: Remove every double semi-colon
Jakob Sinclair
2
-2
/
+2
2016-04-21
egl/x11: authenticate before doing chipset id ioctls
Jonathan Gray
1
-54
/
+56
2016-04-20
egl: implement EGL part of interop interface (v2)
Marek Olšák
2
-0
/
+33
2016-04-05
egl: add EGL_KHR_reusable_sync to egl_dri
Dongwon Kim
2
-6
/
+188
2016-04-01
egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROID
Rob Herring
1
-0
/
+4
2016-03-09
egl/x11: check the return value of xcb_dri2_get_buffers_reply()
Emil Velikov
1
-0
/
+3
2016-03-09
dri: add backbuffer use flag
Axel Davy
1
-3
/
+5
2016-02-26
egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamage
Derek Foreman
1
-3
/
+36
2016-02-19
egl_dri2: set correct error code if swapbuffers fails
Daniel Czarnowski
1
-1
/
+6
2016-02-18
egl: android: clean-up config attribute setting
Rob Herring
1
-3
/
+9
2016-02-18
egl: android: fix visuals declaration
Varad Gautam
1
-1
/
+1
2016-02-15
egl_dri2: NULL check for xcb_dri2_get_buffers_reply()
Daniel Czarnowski
1
-0
/
+2
2016-01-22
egl/dri2: expose srgb configs when KHR_gl_colorspace is available
Emil Velikov
1
-0
/
+2
2015-11-17
egl: make it clear which platform x11 backend is being used (dri2 or 3)
Martin Peres
3
-9
/
+13
2015-11-17
egl/x11_dri3: Implement EGL_KHR_image_pixmap
Boyan Ding
2
-1
/
+78
2015-11-17
egl/x11: Implement dri3 support with loader's dri3 helper
Boyan Ding
5
-14
/
+696
2015-11-17
egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...
Boyan Ding
6
-19
/
+38
2015-11-13
egl/wayland: Ignore rects from SwapBuffersWithDamage
Daniel Stone
1
-12
/
+4
2015-10-07
egl/dri2: Properly dereference array.
Matt Turner
1
-3
/
+3
2015-10-07
egl/dri2: enable EGL_KHR_gl_colorspace for swrast
Emil Velikov
3
-16
/
+19
2015-10-07
egl/dri2: ease srgb __DRIconfig conditionals
Emil Velikov
2
-29
/
+14
2015-10-07
egl: move memcpy to bring conf->base operations together
Varad Gautam
1
-1
/
+1
2015-10-07
egl: restore surface type before linking config to its display
Varad Gautam
1
-0
/
+2
2015-10-03
egl/dri2: don't require a context for ClientWaitSync (v2)
Marek Olšák
1
-2
/
+7
2015-09-15
egl/dri2: don't leak the fd on dri2_terminate
Emil Velikov
3
-1
/
+3
2015-09-15
egl/dri2/drm: compact existing device mgmt
Emil Velikov
1
-6
/
+4
2015-09-15
egl/dri2: Close file descriptor on error.
Matt Turner
1
-13
/
+14
2015-09-09
egl_dri2: Add support for EGL_KHR_create_contest when using swrast
Boyan Ding
1
-1
/
+2
2015-09-09
egl_dri2: Use createContextAttribs if swrast version >= 3
Boyan Ding
1
-6
/
+27
2015-09-09
egl_dri2: Move filling context_attrib array in a separate function
Boyan Ding
1
-36
/
+54
2015-08-22
egl/wayland: define set_cloexec_or_close only when mkostemp is not present
11.0-branchpoint
Boyan Ding
1
-0
/
+4
2015-08-18
mesa/egl: Resolve GCC sign-compare warning.
Rhys Kidd
1
-5
/
+5
2015-08-13
egl/x11: don't abort when creating a DRI2 drawable fails
Frank Binns
1
-1
/
+19
2015-08-13
egl/x11: set EGL_BAD_NATIVE_(PIXMAP|WINDOW) for invalid pixmaps/windows
Frank Binns
1
-4
/
+12
2015-08-13
egl/x11: fix use of EGL_BAD_NATIVE_WINDOW
Frank Binns
1
-4
/
+7
2015-08-08
egl/x11: Fix driver_name acquisition
Boyan Ding
1
-6
/
+5
2015-08-07
egl/dri2: Fix include path of u_atomic.h introduced e7e29189
Alexander von Gluck IV
1
-1
/
+1
2015-08-07
egl/x11: don't crash if dri2_dpy->conn is NULL
Emil Velikov
1
-5
/
+3
[next]