summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/targetmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bgfx: fix flurry of bogus warning messages hap2021-10-291-1/+1
|
* BGFX fixes for various backends (#8469) [Ryan Holtz] MooglyGuy2021-08-201-10/+12
| | | | * Fixed palette and UYVY conversion in all backends. Fixes MT07760. * Fixed a typo in targetmanager.cpp, thanks LN for the heads-up.
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-2/+2
|
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-2/+2
| | | | | | | | | | | | | | | | * fixed some modernize-redundant-void-arg clang-tidy warnings (nw) * fixed some modernize-use-bool-literals clang-tidy warnings (nw) * fixed some modernize-use-emplace clang-tidy warnings (nw) * fixed some performance-move-const-arg clang-tidy warnings (nw) * fixed some readability-redundant-control-flow clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) * fixed some performance-unnecessary-value-param clang-tidy warnings (nw)
* 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.
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
|
* Fix debug crash with bgfx screen chains therealmogminer@gmail.com2016-05-261-2/+5
|
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-4/+4
|
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-171-1/+1
|
* Add runtime screen chain selection, nw therealmogminer@gmail.com2016-04-091-2/+26
|
* Cleanups and version bump Miodrag Milanovic2016-03-301-53/+53
|
* Reinstate scale param for bgfx texture, nw therealmogminer@gmail.com2016-03-301-9/+8
|
* fix compile (nw) Lord-Nightmare2016-03-261-1/+0
|
* Merge pull request #743 from ajrhacker/options R. Belmont2016-03-261-0/+1
|\ | | | | Allow software selected from UI to install slot defaults
| * Allow software selected from UI to install slot defaults AJR2016-03-261-0/+1
| | | | | | | | Prevent clang warning about unused variable in BGFX target_manager (nw)
* | Fix unused variable, nw therealmogminer@gmail.com2016-03-251-2/+1
| |
* | Cleanup in the bgfx aisle, nw therealmogminer@gmail.com2016-03-251-2/+2
|/
* Huge cleanup of render target handling, nw therealmogminer@gmail.com2016-03-251-113/+66
|
* Fix housemnq crash, nw therealmogminer@gmail.com2016-03-221-43/+139
|
* Fix lots of issues with bgfx therealmogminer@gmail.com2016-03-211-3/+34
|
* Hopefully fix crashes on SDL, nw therealmogminer@gmail.com2016-03-181-12/+18
|
* Polishing up BGFX shader system, nw therealmogminer@gmail.com2016-03-181-3/+5
|
* More bgfx HLSL fixups, nw therealmogminer@gmail.com2016-03-161-8/+9
|
* Add double-buffered render target support to bgfx shader defs, nw therealmogminer@gmail.com2016-03-131-9/+7
|
* More work on bgfx data-driven shaders, nw therealmogminer@gmail.com2016-03-131-1/+26
|
* Fix up a few things in chain JSON loading, nw therealmogminer@gmail.com2016-02-271-2/+0
|
* Cleanups and version bump Miodrag Milanovic2016-02-241-10/+10
|
* Fix some compile errors, not sure if all(nw) therealmogminer@gmail.com2016-02-211-0/+11
|
* More work on targets, nw therealmogminer@gmail.com2016-02-211-0/+11
|
* First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-0/+33