| Commit message (Expand) | Author | Age | Files | Lines |
* | dri: Add __DRI_IMAGE_FORMAT_SABGR8 | Tapani Pälli | 2018-04-24 | 1 | -0/+2 |
* | dri3: Don't fail on version mismatch | Daniel Stone | 2018-03-20 | 1 | -2/+3 |
* | dri3: allow building against older xcb (v3) | Dave Airlie | 2018-03-16 | 2 | -7/+18 |
* | loader: Include include/drm-uapi in the autotools build | Jason Ekstrand | 2018-03-16 | 1 | -0/+1 |
* | egl/x11: Re-allocate buffers if format is suboptimal | Louis-Francis Ratté-Boulianne | 2018-03-09 | 2 | -6/+34 |
* | egl/x11: Support DRI3 v1.1 | Louis-Francis Ratté-Boulianne | 2018-03-09 | 3 | -47/+278 |
* | loader: Add support for platform and host1x busses | Thierry Reding | 2018-03-02 | 1 | -0/+27 |
* | x11/dri3: Store raw present completion mode | Daniel Stone | 2018-02-21 | 2 | -10/+4 |
* | x11/dri3: Don't open-code ARRAY_SIZE | Daniel Stone | 2018-02-21 | 2 | -3/+4 |
* | loader: Fix compiler warnings about truncating the PCI ID path. | Eric Anholt | 2018-02-20 | 1 | -8/+7 |
* | loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callback | Thomas Hellstrom | 2018-02-20 | 2 | -1/+12 |
* | mesa: add xbgr support adjacent to xrgb | Ilia Mirkin | 2018-02-19 | 1 | -0/+4 |
* | dri: fromPlanar() can return NULL as a valid result | Louis-Francis Ratté-Boulianne | 2018-02-15 | 1 | -1/+4 |
* | loader: let compiler figure out the length of the string | Eric Engestrom | 2018-01-25 | 1 | -2/+1 |
* | autotools: include meson build files in tarball | Dylan Baker | 2018-01-19 | 1 | -1/+1 |
* | loader/dri3: Try to make sure we only process our own NotifyMSC events | Michel Dänzer | 2018-01-17 | 2 | -22/+18 |
* | loader/dri3: Avoid freeing renderbuffers in use | Thomas Hellstrom | 2018-01-12 | 1 | -3/+3 |
* | loader/dri3: Add XRGB2101010 and ARGB2101010 support. | Mario Kleiner | 2018-01-03 | 1 | -0/+2 |
* | meson: add dep_thread to every lib that includes threads.h | Eric Engestrom | 2017-12-07 | 1 | -1/+1 |
* | meson: Fix overlinkage of dri3 loader | Dylan Baker | 2017-12-04 | 1 | -2/+1 |
* | loader/dri3: Improve dri3 thread-safety | Thomas Hellstrom | 2017-11-13 | 2 | -18/+69 |
* | radeonsi: remove unused field in the PCI ID table | Marek Olšák | 2017-11-07 | 1 | -1/+1 |
* | loader: drop empty function alias | Eric Engestrom | 2017-10-26 | 1 | -11/+2 |
* | loader: use drmGetDeviceNameFromFd2 from libdrm | Greg V | 2017-10-26 | 1 | -35/+1 |
* | meson: split and simplify dependencies | Dylan Baker | 2017-10-16 | 1 | -1/+4 |
* | meson: build glx | Dylan Baker | 2017-10-09 | 1 | -0/+44 |
* | loader/dri3: Don't accidently free buffer holding new back content | Thomas Hellstrom | 2017-10-05 | 1 | -7/+9 |
* | loader/dri3: Avoid resizing existing buffers in dri3_find_back_alloc | Thomas Hellstrom | 2017-10-05 | 1 | -10/+31 |
* | loader/dri3: Use local blits and local buffers when resizing | Thomas Hellstrom | 2017-10-05 | 1 | -26/+24 |
* | loader/dri3: Make sure we invalidate a drawable on size change | Thomas Hellstrom | 2017-09-07 | 1 | -0/+2 |
* | loader/dri3: Process event after each fence wait | Thomas Hellstrom | 2017-09-07 | 1 | -7/+10 |
* | loader/dri3: Use client local back to front blit in copySubBuffer if available | Thomas Hellstrom | 2017-09-05 | 1 | -9/+7 |
* | dri3: Move up fourcc utility function | Louis-Francis Ratté-Boulianne | 2017-08-21 | 1 | -21/+21 |
* | loader_dri3: Make sure we have an updated back v3 | Thomas Hellstrom | 2017-08-17 | 2 | -10/+50 |
* | loader_dri3: Support GLX_SWAP_EXCHANGE_OML | Thomas Hellstrom | 2017-08-17 | 1 | -3/+5 |
* | loader_dri3: Eliminate the back-to-fake-front copy | Thomas Hellstrom | 2017-08-17 | 1 | -19/+31 |
* | loader_dri3: Remove buffer_type from buffer metadata | Thomas Hellstrom | 2017-08-17 | 2 | -4/+0 |
* | loader_dri3: Support GLX_SWAP_COPY_OML | Thomas Hellstrom | 2017-08-17 | 2 | -1/+10 |
* | loader_dri3: Honor the request to preserve back buffer content | Thomas Hellstrom | 2017-08-17 | 2 | -3/+52 |
* | loader_dri3: Increase the likelyhood of reusing the current swap buffer | Thomas Hellstrom | 2017-08-17 | 1 | -0/+6 |
* | loader_dri3/glx/egl: Optionally use a blit context for blitting operations | Thomas Hellstrom | 2017-08-17 | 2 | -66/+180 |
* | loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback | Thomas Hellstrom | 2017-08-17 | 2 | -12/+1 |
* | loader: drop the [gs]et_swap_interval callbacks | Emil Velikov | 2017-08-04 | 2 | -8/+5 |
* | loader: rework xmlconfig dependency | Emil Velikov | 2017-08-04 | 1 | -13/+2 |
* | dri3: Wait for all pending swapbuffers to be scheduled before touching the front | Thomas Hellstrom | 2017-08-02 | 2 | -0/+21 |
* | loader: remove clamp_swap_interval() | Eric Engestrom | 2017-08-01 | 2 | -2/+0 |
* | xmlconfig: move into src/util | Nicolai Hähnle | 2017-07-31 | 2 | -4/+4 |
* | loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_msc | Thomas Hellstrom | 2017-07-13 | 1 | -1/+1 |
* | egl: turn one more boolean `int` into a `bool` | Eric Engestrom | 2017-06-21 | 2 | -6/+8 |
* | loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11 | Emil Velikov | 2017-05-19 | 1 | -0/+2 |