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
2012-11-07
wayland: Destroy frame callback when destroying surface
Jonas Ådahl
1
-0
/
+3
2012-11-07
egl_dri2/x11: Fix eglPostSubBufferNV()
Fredrik Höglund
1
-1
/
+1
2012-10-17
wayland: Drop support for ill-defined, unused wl_egl_pixmap
Kristian Høgsberg
3
-187
/
+4
2012-10-17
wayland: Remove 0.85 compatibility #ifdefs
Kristian Høgsberg
1
-26
/
+0
2012-10-17
egl/wayland: Update to Wayland 0.99 API
Kristian Høgsberg
2
-28
/
+78
2012-10-10
egl: Return EGL_BAD_MATCH for invalid profile attributes
Matt Turner
1
-10
/
+7
2012-10-09
egl: Remove bogus invalidate code.
Eric Anholt
1
-5
/
+0
2012-10-09
egl: Add support for driconf control of swapinterval.
Eric Anholt
3
-8
/
+77
2012-10-09
egl: Quit checking for a bug in old xcb when we require new xcb.
Eric Anholt
1
-4
/
+0
2012-10-09
egl: Drop xcb ifdefs by just requiring a version from this year.
Eric Anholt
1
-13
/
+0
2012-10-09
egl: Unifdef dri_interface.h defines.
Eric Anholt
1
-6
/
+0
2012-10-09
egl: Cleanly cast EGLNative* pointers to X11 types.
Eric Anholt
1
-2
/
+4
2012-10-02
SwapBuffersRegionNOK: invert rectangles on y axis
Robert Bragg
1
-2
/
+1
2012-10-01
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Matt Turner
2
-4
/
+4
2012-09-05
Use calloc instead of malloc/memset-0
Matt Turner
4
-17
/
+6
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
3
-8
/
+4
2012-09-05
Don't cast the return value of malloc/realloc
Matt Turner
4
-4
/
+4
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
1
-3
/
+3
2012-08-31
dri: Rework planar image interface
Jakob Bornecrantz
1
-90
/
+38
2012-08-31
android: do not expose single buffered eglconfigs
Tapani Pälli
1
-11
/
+8
2012-08-31
android: fix liblog API changes
Tapani Pälli
1
-3
/
+14
2012-08-27
egl: fix invalid flag detection for EGL_KHR_create_context
Matt Turner
1
-1
/
+1
2012-08-26
gbm: Use libkms to replace DRI cursor images
Jakob Bornecrantz
1
-0
/
+1
2012-08-23
egl_dri2: Fix segmentation fault
Paulo Alcantara
1
-1
/
+1
2012-08-14
egl: Allow OpenGL ES 3.0 as a version
Ian Romanick
2
-1
/
+8
2012-08-14
egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...
Ian Romanick
2
-6
/
+62
2012-08-14
egl: Implement front-end support for EGL_EXT_create_context_robustness
Ian Romanick
3
-0
/
+29
2012-08-14
egl: Implement front-end support for EGL_KHR_create_context
Ian Romanick
4
-5
/
+217
2012-08-14
egl_dri2: Silence warnings about missing initializers
Ian Romanick
1
-2
/
+2
2012-08-14
egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion
Ian Romanick
3
-7
/
+9
2012-08-14
egl_dri2: Use createContextAttribs if DRI2 version >= 3
Ian Romanick
1
-1
/
+17
2012-08-14
egl_dri2: Require DRI2 version 2
Ian Romanick
1
-22
/
+5
2012-08-06
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
5
-35
/
+8
2012-08-06
egl_dri2: Refactor dereference of dri2_ctx_shared
Ian Romanick
1
-6
/
+5
2012-08-06
egl_dri2: Remove swrast version >= 2 checks
Ian Romanick
1
-27
/
+11
2012-07-19
wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer
Kristian Høgsberg
1
-1
/
+8
2012-07-19
wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format
Kristian Høgsberg
1
-11
/
+11
2012-07-17
wayland: Include wl_drm format enum in wayland-drm.h
Kristian Høgsberg
1
-1
/
+64
2012-07-16
egl_dri2: NULL check for EGLNativeWindowType
Elvis Lee
1
-0
/
+2
2012-07-16
gbm: Add new gbm_bo_import entry point
Kristian Høgsberg
1
-3
/
+0
2012-07-13
wayland: Stop trying to use make rules from aclocal, just copy and paste
Kristian Høgsberg
2
-1
/
+8
2012-07-13
automake: convert libglapi
Jon TURNEY
1
-1
/
+1
2012-07-11
egl: Add EGL_WAYLAND_PLANE_WL attribute
Kristian Høgsberg
6
-16
/
+166
2012-07-11
wayland-drm: Add protocol to create planar buffers
Kristian Høgsberg
4
-21
/
+91
2012-07-11
wayland-drm: Pass struct wl_drm_buffer to the driver
Kristian Høgsberg
3
-37
/
+33
2012-07-05
egl_dri2: Reorganize the EGLImage constructors to share more code
Kristian Høgsberg
1
-78
/
+37
2012-06-21
automake: Convert src/egl/Makefile to automake.
Eric Anholt
3
-36
/
+29
2012-05-03
egl_dri2: Fix out of tree builds with the wayland backend enabled
Robert Hooker
1
-0
/
+1
2012-04-30
egl/android: Add support for RGBX_8888 used in Android native buffers
Sean V Kelley
1
-0
/
+2
2012-04-13
radeonsi: initial WIP SI code
Tom Stellard
1
-2
/
+5
[next]