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/dri: remove old left-overs
Nicolai Hähnle
2017-10-10
1
-2
/
+0
*
egl/dri: use createImageFromRenderbuffer2 when available
Nicolai Hähnle
2017-10-10
1
-3
/
+20
*
egl/dri: factor out egl_error_from_dri_image_error
Nicolai Hähnle
2017-10-10
1
-28
/
+26
*
egl: Simplify the "driver" interface
Adam Jackson
2017-10-05
4
-252
/
+22
*
egl/wayland: Don't use dmabuf with no modifiers
Daniel Stone
2017-10-04
1
-7
/
+11
*
egl/wayland: Check queryImage return for wl_buffer
Daniel Stone
2017-10-04
1
-15
/
+41
*
wayland-egl: adds CFLAGS for wayland.egl.h include
Tobias Klausmann
2017-10-04
1
-1
/
+2
*
egl/surfaceless: Use KMS swrast fallback
Gurchetan Singh
2017-10-03
1
-4
/
+16
*
egl/surfaceless: add probe device helper function
Gurchetan Singh
2017-10-03
1
-28
/
+39
*
wayland-egl: rework and simplify wl_egl_window initialization
Emil Velikov
2017-10-02
1
-10
/
+16
*
wayland-egl: move WL_EGL_EXPORT declaration to where it's used
Emil Velikov
2017-10-02
2
-7
/
+7
*
wayland-egl: use C99 comments
Emil Velikov
2017-10-02
1
-3
/
+3
*
wayland-egl: remove no longer needed wayland-client dependency
Emil Velikov
2017-10-02
3
-4
/
+1
*
wayland-egl: add stdint.h include for intptr_t
Emil Velikov
2017-10-02
1
-0
/
+1
*
wayland-egl: forward declare struct wl_surface
Emil Velikov
2017-10-02
1
-0
/
+2
*
wayland-egl: rename wayland-egl-{priv,backend}.h
Emil Velikov
2017-10-02
5
-5
/
+5
*
egl/dri: link directly to libglapi.so
Emil Velikov
2017-10-02
4
-40
/
+7
*
egl/wayland: simplify LIBGL_ALWAYS_SOFTWARE logic
Eric Engestrom
2017-10-02
1
-8
/
+4
*
egl/dri2: don't use the template keyword
Marek Olšák
2017-09-30
1
-3
/
+3
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
1
-0
/
+21
*
egl/dri2: Implement swapInterval fallback in a conformant way (v2)
Tomasz Figa
2017-09-27
6
-11
/
+13
*
Revert "wayland-drm: constify the callbacks struct"
Daniel Stone
2017-09-26
3
-8
/
+12
*
egl: fix build fallouts from 1d0be5b3fe5
Krzysztof Sobiecki
2017-09-19
2
-2
/
+2
*
egl: use switch statements over if/else chain
Emil Velikov
2017-09-19
1
-31
/
+28
*
egl: remove unneeded braces around since line if statements
Emil Velikov
2017-09-19
1
-9
/
+5
*
egl: simplify _eglDebugReport* API
Emil Velikov
2017-09-19
3
-49
/
+14
*
egl: use _eglError's 'msg' as an actual message in EGL_KHR_debug
Emil Velikov
2017-09-19
1
-1
/
+1
*
configure.ac: split the wayland client/server confusion
Emil Velikov
2017-09-19
3
-4
/
+6
*
wayland-drm: constify the callbacks struct
Emil Velikov
2017-09-19
2
-11
/
+7
*
wayland-drm: add wl_display/wl_resource forward declarations
Emil Velikov
2017-09-19
1
-0
/
+2
*
configure.ac: define WL_HIDE_DEPRECATED at global scale
Emil Velikov
2017-09-19
1
-2
/
+0
*
wayland-drm: avoid deprecated use of struct wl_resource
Micah Fedke
2017-09-19
1
-3
/
+3
*
wayland-drm: remove unused wayland_drm_buffer_get_{format,buffer}
Emil Velikov
2017-09-19
2
-18
/
+0
*
wayland-drm: remove hardcoded enum wl_drm_format
Emil Velikov
2017-09-19
1
-64
/
+0
*
egl/android: Use per surface out fence
Zhongmin Wu
2017-09-19
1
-13
/
+15
*
egl: Allow creation of per surface out fence
Zhongmin Wu
2017-09-19
8
-6
/
+93
*
egl: Wrap dri3 surface primitive around dri2 egl surface
Yogesh Marathe
2017-09-19
2
-11
/
+11
*
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
5
-3
/
+8
*
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
*
egl: remove unused 'Screens' array from _egl_display
Tapani Pälli
2017-09-06
1
-1
/
+0
*
Revert "egl: Allow creation of per surface out fence"
Mark Janes
2017-08-30
8
-106
/
+18
*
egl/dri2: only destroy created objects
Michael Olbrich
2017-08-30
1
-3
/
+6
*
egl: Allow creation of per surface out fence
Zhongmin Wu
2017-08-30
8
-18
/
+106
*
egl/wayland: make sure HAS_$FORMAT is set for wl_dmabuf
Emil Velikov
2017-08-29
1
-0
/
+3
*
egl/wayland: group wl_win specific code together
Emil Velikov
2017-08-29
1
-4
/
+3
*
egl/wayland: remove dri2_surf width/height double init.
Emil Velikov
2017-08-29
1
-3
/
+0
*
egl/wayland: set correct format with wl_dmabuf as wl_drm is missing
Emil Velikov
2017-08-29
1
-1
/
+1
*
egl/wayland: update comment to reflect wl_dmabuf presence
Emil Velikov
2017-08-29
1
-1
/
+1
[next]