summaryrefslogtreecommitdiff
path: root/src/loader
AgeCommit message (Expand)AuthorFilesLines
2018-05-22dri3: Stricter SBC wraparound handlingMichel Dänzer1-3/+11
2018-05-09dri3: Only update number of back buffers in loader_dri3_get_buffersMichel Dänzer1-8/+11
2018-04-24dri: Add __DRI_IMAGE_FORMAT_SABGR8Tapani Pälli1-0/+2
2018-03-20dri3: Don't fail on version mismatchDaniel Stone1-2/+3
2018-03-16dri3: allow building against older xcb (v3)Dave Airlie2-7/+18
2018-03-16loader: Include include/drm-uapi in the autotools buildJason Ekstrand1-0/+1
2018-03-09egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne2-6/+34
2018-03-09egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne3-47/+278
2018-03-02loader: Add support for platform and host1x bussesThierry Reding1-0/+27
2018-02-21x11/dri3: Store raw present completion modeDaniel Stone2-10/+4
2018-02-21x11/dri3: Don't open-code ARRAY_SIZEDaniel Stone2-3/+4
2018-02-20loader: Fix compiler warnings about truncating the PCI ID path.Eric Anholt1-8/+7
2018-02-20loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2-1/+12
2018-02-19mesa: add xbgr support adjacent to xrgbIlia Mirkin1-0/+4
2018-02-15dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne1-1/+4
2018-01-25loader: let compiler figure out the length of the stringEric Engestrom1-2/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-17loader/dri3: Try to make sure we only process our own NotifyMSC eventsMichel Dänzer2-22/+18
2018-01-12loader/dri3: Avoid freeing renderbuffers in useThomas Hellstrom1-3/+3
2018-01-03loader/dri3: Add XRGB2101010 and ARGB2101010 support.Mario Kleiner1-0/+2
2017-12-07meson: add dep_thread to every lib that includes threads.hEric Engestrom1-1/+1
2017-12-04meson: Fix overlinkage of dri3 loaderDylan Baker1-2/+1
2017-11-13loader/dri3: Improve dri3 thread-safetyThomas Hellstrom2-18/+69
2017-11-07radeonsi: remove unused field in the PCI ID tableMarek Olšák1-1/+1
2017-10-26loader: drop empty function aliasEric Engestrom1-11/+2
2017-10-26loader: use drmGetDeviceNameFromFd2 from libdrmGreg V1-35/+1
2017-10-16meson: split and simplify dependenciesDylan Baker1-1/+4
2017-10-09meson: build glxDylan Baker1-0/+44
2017-10-05loader/dri3: Don't accidently free buffer holding new back contentThomas Hellstrom1-7/+9
2017-10-05loader/dri3: Avoid resizing existing buffers in dri3_find_back_allocThomas Hellstrom1-10/+31
2017-10-05loader/dri3: Use local blits and local buffers when resizingThomas Hellstrom1-26/+24
2017-09-07loader/dri3: Make sure we invalidate a drawable on size changeThomas Hellstrom1-0/+2
2017-09-07loader/dri3: Process event after each fence waitThomas Hellstrom1-7/+10
2017-09-05loader/dri3: Use client local back to front blit in copySubBuffer if availableThomas Hellstrom1-9/+7
2017-08-21dri3: Move up fourcc utility functionLouis-Francis Ratté-Boulianne1-21/+21
2017-08-17loader_dri3: Make sure we have an updated back v3Thomas Hellstrom2-10/+50
2017-08-17loader_dri3: Support GLX_SWAP_EXCHANGE_OMLThomas Hellstrom1-3/+5
2017-08-17loader_dri3: Eliminate the back-to-fake-front copyThomas Hellstrom1-19/+31
2017-08-17loader_dri3: Remove buffer_type from buffer metadataThomas Hellstrom2-4/+0
2017-08-17loader_dri3: Support GLX_SWAP_COPY_OMLThomas Hellstrom2-1/+10
2017-08-17loader_dri3: Honor the request to preserve back buffer contentThomas Hellstrom2-3/+52
2017-08-17loader_dri3: Increase the likelyhood of reusing the current swap bufferThomas Hellstrom1-0/+6
2017-08-17loader_dri3/glx/egl: Optionally use a blit context for blitting operationsThomas Hellstrom2-66/+180
2017-08-17loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2-12/+1
2017-08-04loader: drop the [gs]et_swap_interval callbacksEmil Velikov2-8/+5
2017-08-04loader: rework xmlconfig dependencyEmil Velikov1-13/+2
2017-08-02dri3: Wait for all pending swapbuffers to be scheduled before touching the frontThomas Hellstrom2-0/+21
2017-08-01loader: remove clamp_swap_interval()Eric Engestrom2-2/+0
2017-07-31xmlconfig: move into src/utilNicolai Hähnle2-4/+4
2017-07-13loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_mscThomas Hellstrom1-1/+1