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_drm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gbm: give a name to rgba fields
Eric Engestrom
2018-03-05
1
-8
/
+8
*
egl/gbm: Fix compiler warning about visual matching.
Eric Anholt
2018-02-12
1
-1
/
+1
*
egl/gbm: Ensure EGLConfigs match GBM surface format
Daniel Stone
2018-02-09
1
-4
/
+48
*
egl/gbm: Remove duplicate format table
Daniel Stone
2018-02-09
1
-18
/
+17
*
egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Eric Engestrom
2017-12-27
1
-1
/
+1
*
egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWARE
Eric Engestrom
2017-12-27
1
-0
/
+4
*
egl/drm: move teardown code to the platform file
Emil Velikov
2017-11-16
1
-0
/
+7
*
egl/dri2: Implement swapInterval fallback in a conformant way (v2)
Tomasz Figa
2017-09-27
1
-1
/
+0
*
egl: Allow creation of per surface out fence
Zhongmin Wu
2017-09-19
1
-1
/
+2
*
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/drm: Don't "fall back" to /dev/dri/card0 if the first open fails
Adam Jackson
2017-08-25
1
-2
/
+0
*
egl: deduplicate allocations of local buffer over each platform backend (v2)
Gwan-gyeong Mun
2017-08-22
1
-34
/
+12
*
egl/drm: rename dri2_drm_create_surface()
Emil Velikov
2017-08-10
1
-13
/
+4
*
egl/drm: remove unreachable code in dri2_drm_create_surface()
Emil Velikov
2017-08-10
1
-13
/
+7
*
egl: drop unreachable BAD_NATIVE_WINDOW conditions
Emil Velikov
2017-08-10
1
-5
/
+0
*
egl/drm: Fix misused x and y offsets in swrast_get_image()
Gwan-gyeong Mun
2017-08-01
1
-4
/
+19
*
egl/drm: Fix misused x and y offsets in swrast_put_image2()
Gwan-gyeong Mun
2017-08-01
1
-2
/
+17
*
egl/dri2: remove unused buffer_count variable
Gwan-gyeong Mun
2017-07-19
1
-2
/
+1
*
egl/drm: Format code in platform_drm.c according to style guide.
Gwan-gyeong Mun
2017-07-19
1
-1
/
+2
*
egl/drm: add going out of the loop when the designated buffer is found
Gwan-gyeong Mun
2017-07-19
1
-0
/
+1
*
egl: fold _eglError() + return EGL_FALSE
Emil Velikov
2017-06-26
1
-4
/
+2
*
egl: drop _eglInitImage() return type
Emil Velikov
2017-06-26
1
-4
/
+1
*
egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2)
Chad Versace
2017-06-22
1
-5
/
+5
*
egl/drm: Declare EGLConfig attrib array inside loop
Chad Versace
2017-06-22
1
-5
/
+5
*
egl/drm: Move loop vars inside the loop
Chad Versace
2017-06-22
1
-22
/
+15
*
egl: properly count configs
Eric Engestrom
2017-06-22
1
-1
/
+2
*
egl: turn boolean `int`s into `bool`s
Eric Engestrom
2017-06-21
1
-3
/
+3
*
egl/android: support for EGL_KHR_partial_update
Harish Krupo
2017-06-11
1
-0
/
+1
*
egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
Tapani Pälli
2017-06-09
1
-1
/
+1
*
egl/drm: remove temporary fd variable
Eric Engestrom
2017-05-31
1
-8
/
+6
*
egl/drm: flatten codeflow
Emil Velikov
2017-05-29
1
-19
/
+20
*
egl/drm: check for dri2_dpy->flush before using the flush extension
Emil Velikov
2017-05-29
1
-1
/
+1
*
egl: annotate dri2_egl_display_vtbl as const data
Emil Velikov
2017-05-29
1
-1
/
+1
*
egl/drm: use dri2_setup_extensions() over the extensions provided by GBM
Emil Velikov
2017-05-29
1
-4
/
+5
*
egl/drm: make use of the dri2_display_destroy() helper
Emil Velikov
2017-05-29
1
-5
/
+2
*
gbm: remove unneeded gbm_drm_device abstraction
Emil Velikov
2017-05-29
1
-11
/
+6
*
gbm: move gbm_drm_device::driver_name to gbm_dri_device
Emil Velikov
2017-05-29
1
-1
/
+1
*
gbm: remove "struct gbm_drm_bo" abstraction
Emil Velikov
2017-05-29
1
-2
/
+2
*
egl/platform/drm: Don't take display ownership until gbm is initialized
Adam Jackson
2017-05-04
1
-1
/
+1
*
egl/drm: Use modifiers for backbuffer creation
Ben Widawsky
2017-03-15
1
-4
/
+15
*
egl/dri2: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
1
-7
/
+7
*
gbm/drm: Pick the oldest available buffer in get_back_bo
Derek Foreman
2017-01-13
1
-2
/
+4
*
gbm: set up the interop extension for egl/drm
Marek Olšák
2016-11-01
1
-0
/
+1
*
egl/drm: set eglError and provide an error message on failure
Emil Velikov
2016-10-14
1
-6
/
+15
*
egl/drm: introduce drm_add_configs_for_visuals() helper
Emil Velikov
2016-10-14
1
-28
/
+61
*
egl/dri2: set WL_bind_wayland_display in a consistent way
Emil Velikov
2016-10-14
1
-14
/
+2
*
egl/dri2: move surface refcounting out of the platform code
Emil Velikov
2016-10-14
1
-3
/
+0
*
gbm: wire up fence extension
Rob Clark
2016-09-07
1
-0
/
+1
*
egl: only store device name when Wayland support is built
Frank Binns
2016-09-01
1
-1
/
+2
[next]