Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep ADF device alive for the lifetime of the minui backend | Jonathan Hamilton | 2016-05-06 | 1 | -6/+8 |
| | | | | | | | | Some ADF drivers do some amount of state cleanup when the ADF device node is closed, making and attempts to draw using it fail. This changes the minui ADF backend to keep the adf_device open until it is exited, fixing issues on such devices. | ||||
* | Don't use typedefs that hide *s. | Elliott Hughes | 2015-04-15 | 1 | -4/+4 |
| | | | | | | gr_surface was causing confusion for no good reason. Change-Id: If7120187f9a00dd16297877fc49352185a4d4ea6 | ||||
* | Switch minui over to C++. | Elliott Hughes | 2015-04-10 | 1 | -0/+249 |
Change-Id: I59e08a304ae514a3fdb6fab58721f11670bc1b01 |