aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/sdl.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21sandbox: Audit config.h and common.h usageTom Rini1-1/+1
2023-07-14sandbox: Fix quiting when the LCD window is closedSimon Glass1-1/+2
2022-12-05sandbox: fix sound driverHeinrich Schuchardt1-6/+5
2021-12-26video: sandbox: Avoid duplicate display windowsSimon Glass1-6/+27
2021-12-26sandbox: video: Support 8bpp depthSimon Glass1-5/+60
2021-07-21sandbox: Use hinting with the displaySimon Glass1-0/+3
2021-07-21sandbox: Add work-around for SDL2 displaySimon Glass1-1/+22
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-2/+2
2020-10-29sandbox: make SDL window resizableHeinrich Schuchardt1-1/+2
2020-10-06sandbox: add missing SDL key scan codesHeinrich Schuchardt1-67/+89
2020-02-05sandbox: sdl: Add an option to double the screen sizeSimon Glass1-2/+15
2020-02-05sandbox: sdl: Move to use SDL2Simon Glass1-124/+155
2020-02-05sandbox: sdl: Support waiting for audio to completeSimon Glass1-2/+13
2020-02-05sandbox: sdl: Improve error handlingSimon Glass1-5/+9
2020-02-05sandbox: Add comments to the sdl structSimon Glass1-1/+16
2019-01-14sandbox: Correct SDL build flagsSimon Glass1-1/+1
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-7/+3
2018-12-13dm: sound: Complete migration to driver modelSimon Glass1-1/+0
2018-12-13dm: sandbox: sound: Convert to use driver modelSimon Glass1-11/+26
2018-12-13dm: sandbox: Update sound to use two buffersSimon Glass1-25/+63
2018-11-29sandbox: Enable soundSimon Glass1-19/+0
2018-11-29sound: sandbox: Use the correct frequencySimon Glass1-2/+9
2018-11-29sound: Add sample rate as a parameter for square waveSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2014-03-17sandbox: Add SDL library for LCD, keyboard, audioSimon Glass1-0/+341