summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2
Commit message (Expand)AuthorAgeFilesLines
* surfaceless: Support EGL_WL_bind_wayland_displayAdam Jackson2019-10-041-0/+4
* egl: Remove the 565 pbuffer-only EGL config under X11.Andres Gomez2019-10-031-93/+4
* egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failureAdam Jackson2019-10-031-3/+2
* egl/gbm: Fix config validationRobin Murphy2019-10-011-2/+4
* egl: Fix implicit declaration of ffsKevin Strasser2019-09-301-0/+1
* egl/surfaceless: Add FP16 format supportAdam Jackson2019-09-201-1/+16
* egl/wayland: Implement getCapability for the dri2 and image loadersAdam Jackson2019-09-201-2/+15
* egl/wayland: Add FP16 format supportAdam Jackson2019-09-202-1/+22
* egl/wayland: Reindent the format tableAdam Jackson2019-09-201-35/+35
* egl/android: Fix build since the DRI fourcc removal.Eric Anholt2019-09-121-0/+1
* egl/android: Only keep BGRA EGL configs as fallbackLepton Wu2019-09-121-0/+11
* egl/android: Enable HAL_PIXEL_FORMAT_RGBA_1010102 formatrenchenglei2019-09-121-0/+3
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-111-15/+15
* Fix missing dri2_load_driver on platform_drmJean Hertel2019-09-111-0/+15
* egl/dri2: Refuse to add EGLConfigs with no supported surface typesAdam Jackson2019-09-111-13/+16
* egl: Enable 10bpc EGLConfigs for platform_{device,surfaceless}Adam Jackson2019-09-042-0/+4
* egl/android: Enable HAL_PIXEL_FORMAT_RGBA_FP16 formatNataraj Deshpande2019-08-291-0/+5
* gbm: Add buffer handling and visuals for fp16 formatsKevin Strasser2019-08-211-0/+2
* egl: Handle dri configs with floating point pixel dataKevin Strasser2019-08-213-2/+29
* egl: Convert configs to use shifts and sizes instead of masksKevin Strasser2019-08-218-86/+178
* surfaceless: Fix swrast-path segfault when loader doesn't know driver name.Eric Anholt2019-08-131-2/+3
* surfaceless: Fix swrast path.Eric Anholt2019-08-134-33/+26
* egl/dri: Use __DRI2_BUFFER_DAMAGE extension for KHR_partial_updateHarish Krupo2019-08-132-5/+51
* egl/android: Delete set_damage_region from egl dri vtblHarish Krupo2019-08-1310-67/+1
* util: add anon_file.h for all memfd/temp file usageGreg V2019-08-071-117/+2
* egl: drop unnecessary function derefEric Engestrom2019-08-041-2/+2
* egl: fix OpenGL 3.1 context creationTimothy Arceri2019-08-021-0/+3
* egl/drm: ensure the backing gbm is set before using itEmil Velikov2019-07-311-1/+1
* egl: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-1/+1
* egl: Also query modifiers when exporting DMABufNicolas Dufresne2019-07-251-4/+22
* egl: Only expose 565 pbuffer configs if X can export them as DRI3 imagesKenneth Graunke2019-07-221-37/+79
* egl: Make the 565 pbuffer-only config single buffered.Kenneth Graunke2019-07-221-2/+6
* egl: Quiet warning about front buffer rendering for pixmaps/pbuffersKenneth Graunke2019-07-221-3/+5
* egl/android: Update color_buffers querying for buffer ageNataraj Deshpande2019-07-222-6/+31
* egl/android: handle multi-fd native windowsRob Clark2019-07-161-25/+55
* egl/wayland: use bitset.h for `formats` bit setEric Engestrom2019-07-012-11/+19
* egl: Let the caller of dri2_create_drawable decide about loaderPrivate.Mathias Fröhlich2019-06-108-15/+10
* egl/x11: calloc dri2_surf so it's properly zeroedKenneth Graunke2019-06-061-1/+1
* egl: add EGL_platform_device supportEmil Velikov2019-06-053-4/+447
* egl/dri: flesh out and use dri2_create_drawable()Emil Velikov2019-06-057-60/+41
* egl/x11: pick the user requested screenAdam Jackson2019-06-051-2/+15
* wayland/egl: Ensure correct buffer size when allocatingJonas Ådahl2019-05-141-2/+11
* egl: store the native surface pointer in struct _egl_surfacePaulo Zanoni2019-05-148-9/+15
* delete autotools .gitignore filesEric Engestrom2019-04-291-2/+0
* egl/dri2: Mark potentially unused 'display' variable with MAYBE_UNUSEDKristian H. Kristensen2019-04-191-1/+1
* egl: setup fds array correctly when exporting dmabufTapani Pälli2019-04-111-0/+12
* egl/android: chose node type based on swrast and preprocessor flagsGurchetan Singh2019-03-271-3/+9
* egl/android: use software rendering when appropriateGurchetan Singh2019-03-271-5/+6
* egl/android: use swrast option in droid_load_driverGurchetan Singh2019-03-271-0/+18
* egl/android: plumb swrast optionGurchetan Singh2019-03-271-9/+9