summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/chainmanager.h
Commit message (Expand)AuthorAgeFilesLines
* bgfx: Refined configuration handling: Vas Crabb2023-02-021-16/+23
* render/bgfx: Fixed texture object lifecycle issues. Vas Crabb2023-02-021-1/+1
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-6/+3
* Major D3D and BGFX code refactoring and bug fixes: (#10858) [Ryan Holtz] MooglyGuy2023-01-291-3/+12
* bgfx: Save values of most sliders per-system. Vas Crabb2023-01-081-28/+30
* Revert "-bgfx: Adjusted per-pass blending handling - fixes MT07586 and MT0758... MooglyGuy2022-12-261-2/+0
* -bgfx: Adjusted per-pass blending handling - fixes MT07586 and MT07587. (#107... MooglyGuy2022-12-261-0/+2
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-041-19/+7
* ui: Clean up slider callbacks AJR2021-01-271-3/+2
* srcclean (nw) Vas Crabb2019-11-251-1/+1
* -bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz] MooglyGuy2019-11-251-0/+1
* srcclean (nw) Vas Crabb2019-10-261-3/+3
* (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... Vas Crabb2019-10-251-0/+1
* -bgfx: Rework chain updating to minimize primlist locking, nw MooglyGuy2019-10-221-3/+40
* -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] MooglyGuy2019-10-131-0/+5
* Use std::unique_ptr to manage instances of slider_state (nw) AJR2017-09-151-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* More slider cleanup, nw therealmogminer@gmail.com2016-05-281-2/+4
* Fix debug crash with bgfx screen chains therealmogminer@gmail.com2016-05-261-8/+8
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-2/+2
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-0/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-31/+31
* Fix preservation of settings when changing screen chain selection with multip... therealmogminer@gmail.com2016-04-261-0/+4
* bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian] therealmogminer@gmail.com2016-04-251-2/+15
* Added "selection" parameter to chain input sampler ImJezze2016-04-241-0/+9
* Checkpoint 1, nw therealmogminer@gmail.com2016-04-211-0/+4
* Make OSDs return ui_menu_item lists, not slider_state lists therealmogminer@gmail.com2016-04-101-2/+2
* Make sliders use an std::vector instead of a linked list, nw therealmogminer@gmail.com2016-04-101-1/+1
* Add runtime screen chain selection, nw therealmogminer@gmail.com2016-04-091-16/+35
* Pull a bunch of screen chain code from drawbgfx to chainmanager where it belo... therealmogminer@gmail.com2016-04-061-16/+23
* Cleanups and version bump Miodrag Milanovic2016-03-301-5/+5
* 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-5/+1
* Per-screen sliders and some bugfixing, nw therealmogminer@gmail.com2016-03-231-4/+4
* Add bgfx command line options, major shakeup of organization, nw therealmogminer@gmail.com2016-03-131-4/+6
* More work on bgfx data-driven shaders, nw therealmogminer@gmail.com2016-03-131-4/+4
* Fix up a few things in chain JSON loading, nw therealmogminer@gmail.com2016-02-271-0/+54