aboutsummaryrefslogtreecommitdiff
path: root/prototypes/xgb-xrender.go
Commit message (Collapse)AuthorAgeFilesLines
* xgb-render: update commentsPřemysl Janouch2018-09-021-0/+8
|
* xgb-render: go back to RGBA because of alignmentPřemysl Janouch2018-09-021-6/+9
| | | | Size 9 just happened to have the buffer 16 bytes wide.
* xgb-render: give up on composite alphaPřemysl Janouch2018-09-021-10/+8
|
* xgb-render: cleanup, tolerable glyph placementPřemysl Janouch2018-09-021-15/+21
|
* xgb-render: slightly simplifyPřemysl Janouch2018-09-021-31/+23
|
* xgb-render: preliminary text renderingPřemysl Janouch2018-09-021-2/+191
| | | | I have finally got it working at all, now let's fix bounds etc.
* xgb-render: add some commentsPřemysl Janouch2018-09-021-1/+26
| | | | | Some containing code to list out potentially interesting information from the X server.
* xgb-xrender: add a basic demo for XRenderPřemysl Janouch2018-09-021-0/+176
So far just a conversion of xgb-window.go.