Re: XRenderComposite Tie To Vsync

2021-09-23 Thread Ismael Luceno
On 22/Sep/2021 16:41, Ismael Luceno wrote: > On 22/Sep/2021 03:18, Ryan McClue wrote: > > I'm rendering with XRender: > > XRenderComposite(display, PictOpSrc, src_picwant, dst_pict, 0, 0, 0, 0, 0, > > 0, window_width, window_height); > > I want this to sync with

Re: XRenderComposite Tie To Vsync

2021-09-23 Thread Ismael Luceno
On 22/Sep/2021 03:18, Ryan McClue wrote: > I'm rendering with XRender: > XRenderComposite(display, PictOpSrc, src_picwant, dst_pict, 0, 0, 0, 0, 0, 0, > window_width, window_height); > I want this to sync with the monitor's VBLANK, i.e. vsync. > How can this be achieved? AFAIK XRender can't do vs