summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/sdl2/include/SDL2/SDL_opengl.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/sdl2/include/SDL2/SDL_opengl.h')
0 files changed, 0 insertions, 0 deletions
itgraph'>* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4 * - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4 * (numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBAC... AJR2018-04-141-1/+1 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+9 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4 * Self-registering devices prep: Vas Crabb2017-02-271-0/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7 * some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-11/+16 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * misc palette cleanups (nw) Dirk Best2015-08-021-1/+0 * Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-1/+1 * Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * msm5205.c: modernized the device. [Fabio Priuli] Fabio Priuli2013-05-281-3/+3 * "msm" lookup tag removal (nw) Miodrag Milanovic2013-04-141-5/+9 * some cleanup (nw) Miodrag Milanovic2013-04-111-1/+0 * changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1 * small cleanup (nw) Miodrag Milanovic2013-04-021-0/+3 * device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+4 * Modernization of drivers part 5 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1 * Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-0/+1 * INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+2 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-5/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+4 * Fix most remaining regressions. Aaron Giles2012-04-191-4/+4 * Fix most reported errors. Aaron Giles2012-04-161-2/+2 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr.