summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/drawsdl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-211-8/+8
* render/drawsdl.cpp: Don't request OpenGL context. (#11435) hiromasa2023-07-301-1/+1
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-102/+212
* Various input and OSD refactoring: Vas Crabb2023-01-291-11/+8
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-041-1/+1
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-24/+9
* use C++ library includes (nw) firewave2020-01-221-2/+2
* SDL: support RRGGBB00 format used by ARM Mali GPUs [R. Belmont] arbee2019-10-061-0/+4
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-49/+49
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-141-1/+2
* RIP sdlinc.h couriersud2016-05-061-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-22/+31
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-31/+22
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Refactor OSD window. Brad Hughes2016-04-211-22/+31
* These init calls all returned false. No need for a return value in this couriersud2016-04-181-2/+1
* soft is hard and hard is soft. Two is one and one is two. No wonder couriersud2016-04-181-11/+11
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-181-4/+4
* Iterate over core classes C++11 style AJR2016-03-311-5/+5
* Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-151-2/+2
* Final fixups, get sliders working again, nw therealmogminer@gmail.com2016-02-211-6/+3
* First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-176/+66
* Remove SDL 1.2 support (nw) Miodrag Milanovic2016-02-161-234/+1
* Make SDL2 use software if hardware acceleration is not available Miodrag Milanovic2015-12-271-0/+8
* missed two (nw) Cowering2015-12-061-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1021