Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/anon_file: const string param | Eric Engestrom | 2019-08-08 | 1 | -1/+1 |
| | | | | | | | Fixes: c0376a123418df0050dc ("util: add anon_file.h for all memfd/temp file usage") Signed-off-by: Eric Engestrom <[email protected]> Tested-by: Eric Anholt <[email protected]> Tested-by: Andreas Baierl <[email protected]> | ||||
* | util/anon_file: drop unused #include | Eric Engestrom | 2019-08-08 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Eric Engestrom <[email protected]> Tested-by: Eric Anholt <[email protected]> Tested-by: Andreas Baierl <[email protected]> | ||||
* | util: add anon_file.h for all memfd/temp file usage | Greg V | 2019-08-07 | 1 | -0/+34 |
Move the Weston os_create_anonymous_file code from egl/wayland into util, add support for Linux memfd and FreeBSD SHM_ANON, use that code in anv/aubinator instead of explicit memfd calls for portability. Acked-by: Lionel Landwerlin <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> |