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
/
drivers
/
dri2
/
platform_x11.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/x11: move teardown code to the platform file
Emil Velikov
2017-11-16
1
-0
/
+6
*
egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
Eric Engestrom
2017-10-18
1
-1
/
+1
*
egl/dri2: Implement swapInterval fallback in a conformant way (v2)
Tomasz Figa
2017-09-27
1
-1
/
+1
*
egl: Allow creation of per surface out fence
Zhongmin Wu
2017-09-19
1
-1
/
+2
*
egl+glx: turn LIBGL_DRI3_DISABLE into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+1
*
egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+2
*
egl/x11: advertise __DRI_USE_INVALIDATE for DRI2
Emil Velikov
2017-09-06
1
-0
/
+1
*
egl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE extension
Emil Velikov
2017-09-06
1
-0
/
+1
*
Revert "egl: Allow creation of per surface out fence"
Mark Janes
2017-08-30
1
-2
/
+1
*
egl: Allow creation of per surface out fence
Zhongmin Wu
2017-08-30
1
-1
/
+2
*
egl/x11: pass NULL instead of XCB_WINDOW_NONE as native_surface
Emil Velikov
2017-08-10
1
-1
/
+1
*
egl: Clean up native_type vs drawable mess
Matt Turner
2017-08-10
1
-5
/
+2
*
egl: handle BAD_NATIVE_PIXMAP further up the stack
Emil Velikov
2017-08-10
1
-5
/
+0
*
egl: drop unreachable BAD_NATIVE_WINDOW conditions
Emil Velikov
2017-08-10
1
-4
/
+2
*
egl: add dri2_setup_swap_interval helper
Emil Velikov
2017-08-10
1
-31
/
+6
*
egl/dri2: refactor dri2_query_surface, swrastGetDrawableInfo
Tapani Pälli
2017-08-09
1
-7
/
+18
*
egl/dri2: add image extension such it's usable by swrast driver
Gurchetan Singh
2017-08-07
1
-1
/
+2
*
egl/x11: don't leak xfixes_query in the error path
Emil Velikov
2017-08-04
1
-0
/
+1
*
egl: deduplicate swap interval clamping logic
Eric Engestrom
2017-08-01
1
-8
/
+1
*
egl/dri2: remove unused buffer_count variable
Gwan-gyeong Mun
2017-07-19
1
-1
/
+0
*
egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]
Ben Crocker
2017-06-26
1
-1
/
+3
*
egl: fold _eglError() + return EGL_FALSE
Emil Velikov
2017-06-26
1
-6
/
+3
*
egl: drop _eglInitImage() return type
Emil Velikov
2017-06-26
1
-6
/
+1
*
egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2)
Chad Versace
2017-06-22
1
-10
/
+12
*
egl/x11: Declare EGLConfig attrib array inside loop
Chad Versace
2017-06-22
1
-12
/
+12
*
egl/x11: Declare loop vars inside the loop
Chad Versace
2017-06-22
1
-8
/
+7
*
egl: properly count configs
Eric Engestrom
2017-06-22
1
-2
/
+4
*
egl: turn boolean `int`s into `bool`s
Eric Engestrom
2017-06-21
1
-2
/
+2
*
egl/android: support for EGL_KHR_partial_update
Harish Krupo
2017-06-11
1
-0
/
+2
*
egl/x11: flatten codeflow
Emil Velikov
2017-05-29
1
-9
/
+7
*
egl/x11: check for dri2_dpy->flush before using the flush extension
Emil Velikov
2017-05-29
1
-5
/
+3
*
egl: annotate dri2_egl_display_vtbl as const data
Emil Velikov
2017-05-29
1
-2
/
+2
*
egl: refactor dri2_create_screen() into three separate functions
Emil Velikov
2017-05-29
1
-0
/
+15
*
egl/x11: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-55
/
+23
*
egl: remove suprous header eglcompiler.h
Emil Velikov
2017-05-08
1
-0
/
+1
*
egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute
Adam Jackson
2017-05-04
1
-1
/
+1
*
egl: Implement __DRI_BACKGROUND_CALLABLE
Eric Anholt
2017-03-16
1
-0
/
+2
*
egl/dri2: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
1
-8
/
+8
*
egl/dri2: implement query surface hook
Tapani Pälli
2016-12-27
1
-0
/
+36
*
egl/x11: cleanup init code
Eric Engestrom
2016-12-15
1
-14
/
+10
*
egl/x11: store xcb_screen_t *screen instead of int screen
Emil Velikov
2016-11-22
1
-35
/
+15
*
egl/x11: factor out dri2_get_xcb_connection()
Emil Velikov
2016-11-22
1
-36
/
+27
*
egl/x11: misc style fixes
Eric Engestrom
2016-11-17
1
-1
/
+1
*
loader: remove loader_get_driver_for_fd() driver_type
Emil Velikov
2016-10-18
1
-1
/
+1
*
egl/x11: attribute for dri2_add_config failure
Emil Velikov
2016-10-14
1
-7
/
+14
*
egl/dri2: set WL_bind_wayland_display in a consistent way
Emil Velikov
2016-10-14
1
-7
/
+2
*
egl/x11: don't crash if dri2_dpy->conn is NULL
Emil Velikov
2016-10-14
1
-9
/
+5
*
egl/dri2: rework dri2_egl_display::extensions storage
Emil Velikov
2016-10-14
1
-11
/
+29
*
egl/x11: don't populate dri2_dpy->swrast_loader_extension
Emil Velikov
2016-10-14
1
-8
/
+9
*
egl/x11: don't populate dri2_dpy->dri2_loader_extension
Emil Velikov
2016-10-14
1
-16
/
+21
[next]