aboutsummaryrefslogtreecommitdiffstats
path: root/src/window_texture.c
Commit message (Collapse)AuthorAgeFilesLines
* Reordered source filesHEADmasterLeonard Kugis2022-04-271-1/+1
|
* Added MakefileLeonard Kugis2022-04-271-3/+4
|
* Fix flickering issue caused by visibility change spamdec05eba2022-04-121-3/+3
|
* Fix for bspwmdec05eba2022-03-221-2/+4
|
* Fix after xfixes update, add --follow-focused to make vr-video-player ↵dec05eba2021-05-311-4/+9
| | | | automatically update when the focused window changes
* switch from rgba to rgb for window texturedec05eba2020-08-301-2/+2
|
* Fix window resize memory leak (nvidia is not cleaning up on glDeleteTextures)dec05eba2020-07-161-19/+38
|
* Fix window texture not working for certain window (like termite)dec05eba2020-07-051-6/+35
|
* try to improve capture a little bitWebFreak0012020-06-131-1/+5
| | | | | | | I'm not too sure if the pixmap config part actually changes something like this but the API of glXCreatePixmap says it will result in a BadMatch error if the window doesn't have the GLX_WINDOW_BIT. Also adds some XSync calls which help debugging crashes.
* Fix freeze on target window resizedec05eba2020-06-041-0/+120