summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/effect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
|
* -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] MooglyGuy2019-10-131-7/+1
|
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+1
| | | | | | | | | | | | | | | | | (nw) This has been a long time coming but it's here at last. It should be easier now that logerror, popmessage and osd_printf_* behave like string_format and stream_format. Remember the differences from printf: * Any object with a stream out operator works with %s * %d, %i, %o, %x, %X, etc. work out the size by magic * No sign extending promotion to int for short/char * No widening/narrowing conversions for characters/strings * Same rules on all platforms, insulated from C runtime library * No format warnings from compiler * Assert in debug builds if number of arguments doesn't match format (nw) Also removed a pile of redundant c_str and string_format, and some workarounds for not being able to portably format 64-bit integers or long long.
* Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all ↵ Miodrag Milanovic2017-12-011-1/+1
| | | | shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic]
* Cleanups and version bump Miodrag Milanovic2016-03-301-6/+6
|
* Huge cleanup of render target handling, nw therealmogminer@gmail.com2016-03-251-0/+8
|
* More work on bgfx data-driven shaders, nw therealmogminer@gmail.com2016-03-131-2/+4
|
* Cleanups and version bump Miodrag Milanovic2016-02-241-21/+21
|
* Fix some compile errors, not sure if all(nw) therealmogminer@gmail.com2016-02-211-0/+8
|
* First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-0/+44