aboutsummaryrefslogtreecommitdiff
path: root/prototypes/xgb-image.go
Commit message (Collapse)AuthorAgeFilesLines
* xgb-image: fix visual searchingPřemysl Eric Janouch2021-11-151-1/+2
|
* xgb-image: seek 32-bit visuals along with 30-bitPřemysl Eric Janouch2021-08-011-4/+5
| | | | | We only tried to upgrade to 32-bit depth when we weren't looking for 30-bit visuals. Probably of no practical consequence.
* xgb-image: support 10-bit coloursPřemysl Eric Janouch2021-07-151-26/+71
| | | | Apparently, a DefaultDepth 30 Xserver won't do translucency.
* xgb-image: gofmtPřemysl Eric Janouch2021-07-151-4/+5
|
* xgb-image: add support for the MIT-SHM extensionPřemysl Janouch2018-09-021-16/+77
|
* xgb-image: add a demo that shows a scaled picturePřemysl Janouch2018-09-021-0/+252