egl: turn one more boolean `int` into a `bool`
[mesa.git] / src / gallium / auxiliary / vl / vl_winsys_dri3.c
2017-06-21 Eric Engestromegl: turn one more boolean `int` into a `bool`
2017-06-12 Marek Olšákvl,omx,va,vdpau,xvmc: don't set the priv pointer in...
2017-01-17 Nayan Deshmukhvl/dri3: use external texture as back buffers(v4)
2016-10-03 Nayan Deshmukhvl/dri3: fix warning about incompatible pointer type
2016-09-20 Nayan Deshmukhvl/dri3: handle the case of different GPU(v4.2)
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-04 Michel Dänzervl/dri3: Destroy Present event context when destroying...
2016-07-18 Leo Liuvl/dri3: fix a memory leak from front buffer
2016-06-10 Leo Liuvl/dri3: support receiving new pixmap for front buffer
2016-06-10 Leo Liuvl/dri3: get Makefile properly
2016-05-16 Jose Fonsecavl/dri: Move the DRI3 check out of sources include...
2016-05-16 Leo Liuvl/dri3: implement functions for get and set timestamp
2016-05-16 Leo Liuvl/dri3: handle PresentCompleteNotify event
2016-05-16 Leo Liuvl/dri3: implement DRI3 BufferFromPixmap
2016-05-16 Leo Liuvl/dri3: add support for resizing
2016-05-16 Leo Liuvl/dri3: implement funciton for get dirty area
2016-05-16 Leo Liuvl/dri3: implement function for flush frontbuffer
2016-05-16 Leo Liuvl/dri3: add back buffers support
2016-05-16 Leo Liuvl/dri3: implement flushing for queued events
2016-05-16 Leo Liuvl/dri3: register present events
2016-05-16 Leo Liuvl/dri3: set drawable geometry
2016-05-16 Leo Liuvl/dri3: add DRI3 support and implement create and...