aboutsummaryrefslogtreecommitdiffstats
path: root/src/loader/loader_dri3_helper.c
Commit message (Expand)AuthorAgeFilesLines
...
* loader_dri3/glx/egl: Optionally use a blit context for blitting operationsThomas Hellstrom2017-08-171-66/+177
* loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2017-08-171-11/+1
* loader: drop the [gs]et_swap_interval callbacksEmil Velikov2017-08-041-6/+4
* dri3: Wait for all pending swapbuffers to be scheduled before touching the frontThomas Hellstrom2017-08-021-0/+18
* loader: remove clamp_swap_interval()Eric Engestrom2017-08-011-1/+0
* loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_mscThomas Hellstrom2017-07-131-1/+1
* egl/dri3: implement query surface hookBrendan King2017-02-281-0/+23
* loader/dri3: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-39/+39
* loader/dri3: constify the loader_dri3_vtableEmil Velikov2016-10-141-1/+1
* loader/dri3: import prime buffers in the currently-bound screenMartin Peres2016-10-071-1/+11
* loader/dri3: Always use at least two back buffersMichel Dänzer2016-09-061-3/+1
* loader/dri3: Overhaul dri3_update_num_backMichel Dänzer2016-08-251-9/+6
* loader/dri3: Destroy Present event context when destroying drawable v2Michel Dänzer2016-08-041-1/+7
* loader: fix memory leak in loader_dri3_openJan Ziak2016-08-031-0/+1
* dri: add backbuffer use flagAxel Davy2016-03-091-2/+4
* loader/dri3: Expose function to create __DRIimage from pixmapBoyan Ding2015-11-171-29/+49
* loader: Add dri3 helperBoyan Ding2015-11-171-0/+1376