summaryrefslogtreecommitdiff
path: root/src/loader
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-21egl: turn one more boolean `int` into a `bool`Eric Engestrom2-6/+8
2017-05-19loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11Emil Velikov1-0/+2
2017-03-15loader: use drmGetDevice[s]2 APIEmil Velikov1-3/+3
2017-03-08loader: Move non-error message to debug levelFabio Estevam1-1/+1
2017-02-28egl/dri3: implement query surface hookBrendan King2-0/+25
2017-02-10loader: unconditionally include unistd.h and stdlib.hNicolai Hähnle1-2/+2
2017-02-06loader: Add an environment variable to override driver name choice.Eric Anholt1-0/+11
2017-01-27loader: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-01-13loader/dri3: Unify the style of function pointer calls in structsBoyan Ding1-39/+39
2016-11-21loader: automake: whitespace cleanupEmil Velikov1-1/+1
2016-11-15loader: fixup driver names if neededChristian Gmeiner1-0/+6
2016-11-15loader: add loader_get_extensions_name(..) helperChristian Gmeiner2-0/+21
2016-10-18loader: cleanup copyright sectionEmil Velikov1-40/+2
2016-10-18loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov3-23/+13
2016-10-18loader: remove final sysfs codepath in loader_get_device_name_for_fd()Emil Velikov1-46/+1