summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/targetreader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* BGFX fixes for various backends (#8469) [Ryan Holtz] MooglyGuy2021-08-201-1/+1
| | | | * Fixed palette and UYVY conversion in all backends. Fixes MT07760. * Fixed a typo in targetmanager.cpp, thanks LN for the heads-up.
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-6/+6
|
* Added "selection" parameter to chain input sampler ImJezze2016-04-241-7/+7
| | | | | - 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
* Add runtime screen chain selection, nw therealmogminer@gmail.com2016-04-091-10/+13
|
* 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-7/+7
|
* Reinstate scale param for bgfx texture, nw therealmogminer@gmail.com2016-03-301-5/+9
|
* Huge cleanup of render target handling, nw therealmogminer@gmail.com2016-03-251-21/+5
|
* Fix housemnq crash, nw therealmogminer@gmail.com2016-03-221-2/+0
|
* Fix lots of issues with bgfx therealmogminer@gmail.com2016-03-211-0/+87