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
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/dri2: set WL_bind_wayland_display in a consistent way
Emil Velikov
2016-10-14
4
-22
/
+29
*
egl/android: remove duplicate KHR_image_base set
Emil Velikov
2016-10-14
1
-1
/
+0
*
loader/dri3: constify the loader_dri3_vtable
Emil Velikov
2016-10-14
1
-1
/
+1
*
egl/dri2: micro optimise dri2_bind_extensions()
Emil Velikov
2016-10-14
1
-0
/
+1
*
egl/dri2: annotate dri2_extension_match instances as const data
Emil Velikov
2016-10-14
1
-7
/
+7
*
egl/dri2: use dri2_bind_extensions to manage the optional extensions
Emil Velikov
2016-10-14
1
-18
/
+10
*
egl/dri2: add support for optional extensions in dri2_bind_extensions()
Emil Velikov
2016-10-14
1
-9
/
+15
*
egl/dri2: coding style cleanup
Emil Velikov
2016-10-14
2
-153
/
+153
*
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
6
-41
/
+85
*
egl/dri2: remove unused dri2_egl_display::{dri2,swrast}_loader_extension
Emil Velikov
2016-10-14
1
-2
/
+0
*
egl/x11: don't populate dri2_dpy->swrast_loader_extension
Emil Velikov
2016-10-14
1
-8
/
+9
*
egl/wayland: don't populate dri2_dpy->swrast_loader_extension
Emil Velikov
2016-10-14
1
-8
/
+10
*
egl/x11: don't populate dri2_dpy->dri2_loader_extension
Emil Velikov
2016-10-14
1
-16
/
+21
*
egl/wayland: don't populate dri2_dpy->dri2_loader_extension
Emil Velikov
2016-10-14
1
-7
/
+9
*
egl/surfaceless: trivial coding style fixes
Emil Velikov
2016-10-14
2
-5
/
+1
*
egl/surfaceless: don't check the mask(s) prior to calling dri2_add_config
Emil Velikov
2016-10-14
1
-20
/
+3
*
egl/surfaceless: remove unused dri2_loader_extension implementation
Emil Velikov
2016-10-14
1
-33
/
+0
*
egl/android: don't populate dri2_dpy->dri2_loader_extension
Emil Velikov
2016-10-14
2
-7
/
+17
*
egl/dri2: rework dri2_make_current code flow
Emil Velikov
2016-10-14
1
-36
/
+36
*
egl/dri2: drop NULL checks prior to dri2_destroy_surface
Emil Velikov
2016-10-14
1
-4
/
+2
*
egl/dri2: call static functions directly, not via _EGLDriver::API
Emil Velikov
2016-10-14
1
-14
/
+14
*
egl/dri2: use dri2_egl_display inline wrapper where possible
Emil Velikov
2016-10-14
1
-9
/
+6
*
egl/dri2: bail out on NULL dpy in dri2_display_release()
Emil Velikov
2016-10-14
1
-1
/
+6
*
egl/dri2: move surface refcounting out of the platform code
Emil Velikov
2016-10-14
7
-18
/
+4
*
egl/dri2: coding style fix
Emil Velikov
2016-10-14
1
-1
/
+2
*
egl/dri2: non-shared glapi cleanups
Emil Velikov
2016-10-14
1
-14
/
+17
*
egl/dri2: glFlush is not optional, treat it as such
Emil Velikov
2016-10-14
1
-3
/
+8
*
egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)
Chad Versace
2016-10-10
1
-4
/
+2
*
loader/dri3: add get_dri_screen() to the vtable
Martin Peres
2016-10-07
1
-0
/
+12
*
egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-1
/
+2
*
egl: stop claiming support for pbuffer + msaa
Tapani Pälli
2016-10-03
1
-0
/
+9
*
egl: return corresponding offset of EGLImage instead of 0.
Chuanbo Weng
2016-09-21
1
-2
/
+9
*
egl: Rename MESA_configless_context bit to KHR_no_config_context
Adam Jackson
2016-09-12
1
-1
/
+1
*
egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT
Haixia Shi
2016-09-09
1
-0
/
+2
*
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
5
-18
/
+24
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
1
-0
/
+2
*
egl/x11_dri3: provide an authentication function
Frank Binns
2016-08-31
1
-1
/
+18
*
egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodes
Frank Binns
2016-08-31
2
-29
/
+7
*
egl/android: remove config post-processing
Emil Velikov
2016-08-30
1
-9
/
+0
*
egl/dri2: check if the EGL API is valid before adding it to ClientAPIs
Emil Velikov
2016-08-30
1
-4
/
+4
*
egl/android: annotate static const data as such
Emil Velikov
2016-08-30
1
-1
/
+1
*
egl/dri2: dri2_initialize: Do not reference-count TestOnly display
Nicolas Boichat
2016-08-23
1
-20
/
+9
*
egl/dri2: remove error checks on return values from mtx_lock and cnd_wait
Dongwon Kim
2016-08-23
1
-35
/
+12
*
egl/dri2: dri2_make_current: Release previous context's display
Nicolas Boichat
2016-08-16
1
-4
/
+5
*
egl/android: Set dpy->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+1
*
egl/drm: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+1
*
egl/surfaceless: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+1
*
egl/wayland: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+2
[next]