summaryrefslogtreecommitdiffstats
path: root/drivers/video/sdl.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-2/+1
* sandbox: migrate to SDL 2.0Ahmad Fatoum2021-02-081-14/+23
* video: sdl: delete useless debug outputAhmad Fatoum2021-01-051-9/+0
* video: sdl fix typoJean-Christophe PLAGNIOL-VILLARD2017-03-061-1/+1
* fb: sdl: create graphics window on enablingSascha Hauer2015-07-201-7/+9
* video: introduce struct display_timingsSascha Hauer2014-03-291-2/+2
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-6/+1
* gui: move gui file to include/gui and lib/guiJean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* sandbox: add sdl video supportJean-Christophe PLAGNIOL-VILLARD2012-09-251-0/+101