summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/paramreader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* render/bgfx: Got rid of a lot of unnecessary object copying during setup. Vas Crabb2023-01-291-17/+15
|
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
|
* Added "selection" parameter to chain input sampler ImJezze2016-04-241-2/+3
| | | | | - 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
* Cleanups and version bump Miodrag Milanovic2016-03-301-20/+20
|
* Fix lots of issues with bgfx therealmogminer@gmail.com2016-03-211-9/+13
|
* Make JSON error checking a lot more verbose therealmogminer@gmail.com2016-03-191-15/+9
|
* Add most of the rest of the D3D HLSL chain, nw therealmogminer@gmail.com2016-03-151-8/+21
|
* Add bgfx command line options, major shakeup of organization, nw therealmogminer@gmail.com2016-03-131-6/+22
|
* More work on bgfx data-driven shaders, nw therealmogminer@gmail.com2016-03-131-1/+1
|
* Cleanups and version bump Miodrag Milanovic2016-02-241-3/+3
|
* 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/+30