summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/sliderreader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
| | | | | | | | | | | | | | | | * 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)
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
| | | | | 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
* Added "selection" parameter to chain input sampler ImJezze2016-04-241-9/+10
| | | | | - if specified all textures (.png) within the same directoy of the given texture will be selectable via slider in the UI - also added slider for "shadow mask tile mode" to HLSL chain
* Simplified min, max, default and step value handling for chain configuration ImJezze2016-04-221-23/+20
| | | | - min, max, default and step are now floating points without an addition scale factor
* Revert "Fix SDL compile on linux. Took the opportunity to remove a number of" Miodrag Milanovic2016-04-081-0/+1
| | | | | Partial revert only, some changes still in This reverts commit 632b10cd0ec304c0367321a5be62164d00b18ff1.
* Fix SDL compile on linux. Took the opportunity to remove a number of couriersud2016-04-081-1/+0
| | | | | "emu.h" includes from src/osd/modules/render/bgfx code. There is still a conflict between mame memory.h and bgfx memory.h to be resolved.
* Cleanups and version bump Miodrag Milanovic2016-03-301-94/+94
|
* Cleanup in the bgfx aisle, nw therealmogminer@gmail.com2016-03-251-5/+5
|
* Per-screen sliders and some bugfixing, nw therealmogminer@gmail.com2016-03-231-6/+7
|
* Fix lots of issues with bgfx therealmogminer@gmail.com2016-03-211-30/+39
|
* Make JSON error checking a lot more verbose therealmogminer@gmail.com2016-03-191-27/+33
|
* Add most of the rest of the D3D HLSL chain, nw therealmogminer@gmail.com2016-03-151-9/+8
|
* More work on bgfx data-driven shaders, nw therealmogminer@gmail.com2016-03-131-37/+114
|
* Cleanups and version bump Miodrag Milanovic2016-02-241-7/+7
|
* Fix some compile errors, not sure if all(nw) therealmogminer@gmail.com2016-02-211-0/+8
|
* More JSON reader plumbing, nw therealmogminer@gmail.com2016-02-211-0/+66