index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
egl: move fallback calls to eglapi.c
Eric Engestrom
2019-06-22
2
-22
/
+38
*
egl: drop `_eglReturnFalse()` fallbacks
Eric Engestrom
2019-06-22
1
-24
/
+0
*
egl: remove unnecessary eglGetProcAddress() fallback
Eric Engestrom
2019-06-22
2
-2
/
+1
*
egl: remove NULL assignments after calloc()
Eric Engestrom
2019-06-22
1
-21
/
+0
*
egl: move bad_param check further up
Eric Engestrom
2019-06-22
2
-6
/
+8
*
egl: add missing #include
Eric Engestrom
2019-06-19
1
-0
/
+1
*
egl: Don't add hardware device if there is no render node v2.
Mathias Fröhlich
2019-06-19
1
-2
/
+2
*
egl: compare the whole list of attributes
Eric Engestrom
2019-06-11
1
-1
/
+1
*
egl: Let the caller of dri2_create_drawable decide about loaderPrivate.
Mathias Fröhlich
2019-06-10
8
-15
/
+10
*
egl/x11: calloc dri2_surf so it's properly zeroed
Kenneth Graunke
2019-06-06
1
-1
/
+1
*
egl: add EGL_platform_device support
Emil Velikov
2019-06-05
11
-11
/
+549
*
egl: keep the software device at the end of the list
Emil Velikov
2019-06-05
1
-1
/
+13
*
egl/dri: flesh out and use dri2_create_drawable()
Emil Velikov
2019-06-05
7
-60
/
+41
*
egl: fold X11 attrib handling like other platforms
Emil Velikov
2019-06-05
1
-34
/
+11
*
egl: remove Options::Platform handling
Adam Jackson
2019-06-05
2
-10
/
+4
*
egl/x11: pick the user requested screen
Adam Jackson
2019-06-05
1
-2
/
+15
*
egl: handle the full attrib list in display::options
Adam Jackson
2019-06-05
3
-11
/
+55
*
egl: flesh out a _eglNumAttribs() helper
Emil Velikov
2019-06-05
2
-9
/
+16
*
egl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY in ES and GL
Kenneth Graunke
2019-05-17
1
-2
/
+10
*
wayland/egl: Ensure correct buffer size when allocating
Jonas Ådahl
2019-05-14
1
-2
/
+11
*
egl: check if a window/pixmap is already used on surface creation
Paulo Zanoni
2019-05-14
1
-0
/
+32
*
egl: store the native surface pointer in struct _egl_surface
Paulo Zanoni
2019-05-14
11
-12
/
+24
*
meson: make nm binary optional
Dylan Baker
2019-05-03
1
-1
/
+1
*
egl: hard-code destroy function instead of passing it around as a pointer
Eric Engestrom
2019-05-02
1
-7
/
+5
*
egl: return correct error code for a case req ver < 3 with forward-compatible
Andrii Simiklit
2019-05-01
1
-1
/
+4
*
egl: fixup autotools-specific wording
Eric Engestrom
2019-04-30
1
-1
/
+1
*
delete autotools input files
Eric Engestrom
2019-04-29
1
-12
/
+0
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
3
-7
/
+0
*
egl/dri2: Mark potentially unused 'display' variable with MAYBE_UNUSED
Kristian H. Kristensen
2019-04-19
1
-1
/
+1
*
Delete autotools
Dylan Baker
2019-04-15
2
-275
/
+0
*
egl: setup fds array correctly when exporting dmabuf
Tapani Pälli
2019-04-11
1
-0
/
+12
*
egl: hide entrypoints that shouldn't be exported when using glvnd
Eric Engestrom
2019-03-29
1
-0
/
+6
*
egl/android: chose node type based on swrast and preprocessor flags
Gurchetan Singh
2019-03-27
1
-3
/
+9
*
egl/android: use software rendering when appropriate
Gurchetan Singh
2019-03-27
1
-5
/
+6
*
egl/android: use swrast option in droid_load_driver
Gurchetan Singh
2019-03-27
1
-0
/
+18
*
egl/android: plumb swrast option
Gurchetan Singh
2019-03-27
1
-9
/
+9
*
egl/android: refactor droid_load_driver a bit
Gurchetan Singh
2019-03-27
1
-24
/
+20
*
egl/android: droid_open_device_drm_gralloc --> droid_open_device
Gurchetan Singh
2019-03-27
1
-7
/
+4
*
egl/android: move droid_open_device_drm_gralloc down a bit
Gurchetan Singh
2019-03-27
1
-27
/
+24
*
egl/android: move droid_image_loader_extension down a bit
Gurchetan Singh
2019-03-27
1
-10
/
+8
*
egl: Add a 565 pbuffer-only EGL config under X11.
Eric Anholt
2019-03-22
1
-0
/
+47
*
configure.ac/meson.build: Add options for library suffixes
Benjamin Gordon
2019-03-21
2
-5
/
+5
*
android: Build fixes for OMR1
Tapani Pälli
2019-03-18
1
-0
/
+7
*
egl/dri: Avoid out of bounds array access
Kevin Strasser
2019-03-13
1
-2
/
+4
*
egl: fix libdrm-less builds
Eric Engestrom
2019-03-05
2
-15
/
+0
*
egl/sl: also allow virtgpu to fallback to kms_swrast
Gurchetan Singh
2019-03-04
1
-2
/
+7
*
egl/sl: use kms_swrast with vgem instead of a random GPU
Emil Velikov
2019-02-28
1
-8
/
+13
*
egl/sl: use drmDevice API to enumerate available devices
Emil Velikov
2019-02-28
1
-36
/
+37
*
egl/sl: split out swrast probe into separate function
Emil Velikov
2019-02-28
1
-16
/
+27
*
egl/android: replace magic 0=CbCr,1=CrCb with simple enum
Eric Engestrom
2019-02-28
1
-18
/
+24
[prev]
[next]