summaryrefslogtreecommitdiffstats
path: root/src/loader
Commit message (Expand)AuthorAgeFilesLines
* dri3: Stricter SBC wraparound handlingMichel Dänzer2018-05-221-3/+11
* dri3: Only update number of back buffers in loader_dri3_get_buffersMichel Dänzer2018-05-091-8/+11
* dri: Add __DRI_IMAGE_FORMAT_SABGR8Tapani Pälli2018-04-241-0/+2
* dri3: Don't fail on version mismatchDaniel Stone2018-03-201-2/+3
* dri3: allow building against older xcb (v3)Dave Airlie2018-03-162-7/+18
* loader: Include include/drm-uapi in the autotools buildJason Ekstrand2018-03-161-0/+1
* egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne2018-03-092-6/+34
* egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne2018-03-093-47/+278
* loader: Add support for platform and host1x bussesThierry Reding2018-03-021-0/+27
* x11/dri3: Store raw present completion modeDaniel Stone2018-02-212-10/+4
* x11/dri3: Don't open-code ARRAY_SIZEDaniel Stone2018-02-212-3/+4
* loader: Fix compiler warnings about truncating the PCI ID path.Eric Anholt2018-02-201-8/+7
* loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2018-02-202-1/+12
* mesa: add xbgr support adjacent to xrgbIlia Mirkin2018-02-191-0/+4
* dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne2018-02-151-1/+4
* loader: let compiler figure out the length of the stringEric Engestrom2018-01-251-2/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* loader/dri3: Try to make sure we only process our own NotifyMSC eventsMichel Dänzer2018-01-172-22/+18
* loader/dri3: Avoid freeing renderbuffers in useThomas Hellstrom2018-01-121-3/+3
* loader/dri3: Add XRGB2101010 and ARGB2101010 support.Mario Kleiner2018-01-031-0/+2
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-071-1/+1
* meson: Fix overlinkage of dri3 loaderDylan Baker2017-12-041-2/+1
* loader/dri3: Improve dri3 thread-safetyThomas Hellstrom2017-11-132-18/+69
* radeonsi: remove unused field in the PCI ID tableMarek Olšák2017-11-071-1/+1
* loader: drop empty function aliasEric Engestrom2017-10-261-11/+2
* loader: use drmGetDeviceNameFromFd2 from libdrmGreg V2017-10-261-35/+1
* meson: split and simplify dependenciesDylan Baker2017-10-161-1/+4
* meson: build glxDylan Baker2017-10-091-0/+44
* loader/dri3: Don't accidently free buffer holding new back contentThomas Hellstrom2017-10-051-7/+9
* loader/dri3: Avoid resizing existing buffers in dri3_find_back_allocThomas Hellstrom2017-10-051-10/+31
* loader/dri3: Use local blits and local buffers when resizingThomas Hellstrom2017-10-051-26/+24
* loader/dri3: Make sure we invalidate a drawable on size changeThomas Hellstrom2017-09-071-0/+2
* loader/dri3: Process event after each fence waitThomas Hellstrom2017-09-071-7/+10
* loader/dri3: Use client local back to front blit in copySubBuffer if availableThomas Hellstrom2017-09-051-9/+7
* dri3: Move up fourcc utility functionLouis-Francis Ratté-Boulianne2017-08-211-21/+21
* loader_dri3: Make sure we have an updated back v3Thomas Hellstrom2017-08-172-10/+50
* loader_dri3: Support GLX_SWAP_EXCHANGE_OMLThomas Hellstrom2017-08-171-3/+5
* loader_dri3: Eliminate the back-to-fake-front copyThomas Hellstrom2017-08-171-19/+31
* loader_dri3: Remove buffer_type from buffer metadataThomas Hellstrom2017-08-172-4/+0
* loader_dri3: Support GLX_SWAP_COPY_OMLThomas Hellstrom2017-08-172-1/+10
* loader_dri3: Honor the request to preserve back buffer contentThomas Hellstrom2017-08-172-3/+52
* loader_dri3: Increase the likelyhood of reusing the current swap bufferThomas Hellstrom2017-08-171-0/+6
* loader_dri3/glx/egl: Optionally use a blit context for blitting operationsThomas Hellstrom2017-08-172-66/+180
* loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2017-08-172-12/+1
* loader: drop the [gs]et_swap_interval callbacksEmil Velikov2017-08-042-8/+5
* loader: rework xmlconfig dependencyEmil Velikov2017-08-041-13/+2
* dri3: Wait for all pending swapbuffers to be scheduled before touching the frontThomas Hellstrom2017-08-022-0/+21
* loader: remove clamp_swap_interval()Eric Engestrom2017-08-012-2/+0
* xmlconfig: move into src/utilNicolai Hähnle2017-07-312-4/+4
* loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_mscThomas Hellstrom2017-07-131-1/+1