summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/platform_surfaceless.c
Commit message (Expand)AuthorAgeFilesLines
* egl/surfaceless: trivial coding style fixesEmil Velikov2016-10-141-4/+1
* egl/surfaceless: don't check the mask(s) prior to calling dri2_add_configEmil Velikov2016-10-141-20/+3
* egl/surfaceless: remove unused dri2_loader_extension implementationEmil Velikov2016-10-141-33/+0
* egl/android: don't populate dri2_dpy->dri2_loader_extensionEmil Velikov2016-10-141-0/+8
* egl/dri2: move surface refcounting out of the platform codeEmil Velikov2016-10-141-3/+0
* egl/surfaceless: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* Added pbuffer hooks for surfaceless platformGurchetan Singh2016-06-141-4/+209
* egl: Remove every double semi-colonJakob Sinclair2016-04-261-1/+1
* egl: Use the loader_open_device() helper to do open with CLOEXECDerek Foreman2015-06-231-10/+1
* egl/dri2: implement platform_surfacelessHaixia Shi2015-06-161-0/+171