summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfxutil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-101-3/+0
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-7/+7
|
* Add render.h no longer indirectly supplied via emu.h <- ui/ui.h Vas Crabb2016-04-101-0/+3
|
* Pull a bunch of screen chain code from drawbgfx to chainmanager where it ↵ therealmogminer@gmail.com2016-04-061-0/+64
belongs, nw