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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: remove unnecessary empty array element
Eric Engestrom
2017-08-01
1
-3
/
+2
*
egl: split enums to make use of -Wswitch
Eric Engestrom
2017-08-01
1
-10
/
+8
*
egl: use designated initaliser for _eglGlobal
Eric Engestrom
2017-08-01
1
-9
/
+9
*
egl: make platform's SwapInterval() optional
Eric Engestrom
2017-08-01
2
-12
/
+1
*
loader: remove clamp_swap_interval()
Eric Engestrom
2017-08-01
1
-14
/
+0
*
egl: deduplicate swap interval clamping logic
Eric Engestrom
2017-08-01
4
-40
/
+14
*
Android: fix compile error for DRI2 loader getCapability
Rob Herring
2017-07-31
1
-1
/
+1
*
dri_interface,egl,gallium: only expose RGBA visuals on Android
Marek Olšák
2017-07-31
1
-2
/
+16
*
egl: move KHR_no_error vs debug/robustness check further down
Grigori Goronzy
2017-07-26
1
-11
/
+10
*
egl: fix whitespace issues from eglimage code
Tapani Pälli
2017-07-25
1
-10
/
+10
*
egl/wayland: Ignore invalid modifiers
Daniel Stone
2017-07-24
1
-0
/
+4
*
egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLAND
17.2-branchpoint
Emil Velikov
2017-07-24
1
-1
/
+1
*
wayland-egl: update the SHA1 of the commit introducing v3
Emil Velikov
2017-07-24
1
-1
/
+1
*
wayland-egl: Update ABI checker
Miguel A. Vico
2017-07-24
1
-15
/
+75
*
wayland-egl: Make wl_egl_window a versioned struct
Miguel A. Vico
2017-07-24
3
-2
/
+24
*
egl: Fix _eglPointerIsDereferencable() to ignore page residency
Miguel A. Vico
2017-07-24
1
-1
/
+12
*
egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]
Miguel A. Vico
2017-07-24
3
-33
/
+37
*
wayland-egl: Add wl_egl_window ABI checker
Miguel A. Vico
2017-07-24
2
-1
/
+180
*
configure.ac: rework wayland-protocols handling
Emil Velikov
2017-07-24
1
-6
/
+7
*
egl: fix line continuation
Eric Engestrom
2017-07-19
1
-1
/
+1
*
egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsing
Emil Velikov
2017-07-19
1
-0
/
+7
*
egl/dri2: remove unused buffer_count variable
Gwan-gyeong Mun
2017-07-19
4
-8
/
+2
*
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: Add MKDIR_GEN definition
Daniel Stone
2017-07-19
1
-0
/
+2
*
egl/wayland: Use linux-dmabuf interface for buffers
Daniel Stone
2017-07-18
5
-20
/
+217
*
egl/wayland: Remove duplicate wl_buffer creation code
Daniel Stone
2017-07-18
1
-42
/
+12
*
egl/wayland: Remove more surface specifics from create_wl_buffer
Daniel Stone
2017-07-18
1
-15
/
+12
*
egl/wayland: Make create_wl_buffer more generic
Daniel Stone
2017-07-18
1
-32
/
+34
*
gbm: Axe buffer import format conversion table
Daniel Stone
2017-07-18
1
-1
/
+2
*
egl: Fix predecence problem when setting __DRI_CTX_FLAG_NO_ERROR
Kenneth Graunke
2017-07-14
1
-1
/
+1
*
egl: Add EGL_KHR_create_context_no_error support
Grigori Goronzy
2017-07-14
6
-2
/
+53
*
egl/wayland: Use MIN2 for wl_drm version
Daniel Stone
2017-07-14
1
-3
/
+1
*
egl/wayland: Fix whitespace damage
Daniel Stone
2017-07-14
1
-18
/
+20
*
egl: remove unused err variable
Alejandro Piñeiro
2017-07-13
1
-1
/
+1
*
egl: set KHR_gl_texture_3D_image only when the requirements are met.
Emil Velikov
2017-07-12
1
-3
/
+4
*
egl: enhance KHR_gl_image extensions checks
Emil Velikov
2017-07-12
1
-15
/
+21
*
egl: don't set modifier if no modifiers are available
Emil Velikov
2017-07-12
1
-2
/
+0
*
egl: check for extensions' presence during attr parsing
Emil Velikov
2017-07-12
1
-4
/
+18
*
egl: add width/height as EXT_image_dma_buf_import attrs
Emil Velikov
2017-07-12
1
-0
/
+6
*
egl: polish EXT_image_dma_buf_import attr parsing
Emil Velikov
2017-07-12
1
-29
/
+22
*
egl: simplify EXT_image_dma_buf_import_modifiers attr parsing
Emil Velikov
2017-07-12
1
-26
/
+4
*
egl: split _eglParseImageAttribList into per extension functions
Emil Velikov
2017-07-12
1
-186
/
+260
*
egl: call _eglError within _eglParseImageAttribList
Emil Velikov
2017-07-12
3
-30
/
+18
*
egl: move eglCreateDRMImageMESA's malloc later
Emil Velikov
2017-07-12
1
-29
/
+23
*
egl: android: Fix potential use of unitialized variable
Tomasz Figa
2017-07-05
1
-1
/
+3
*
Android: use symlinks for driver loading
Rob Herring
2017-06-29
1
-9
/
+0
*
egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]
Ben Crocker
2017-06-26
1
-1
/
+3
[next]