summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/shaderlib.sh
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/common/shaderlib.sh')
0 files changed, 0 insertions, 0 deletions
e' src='//www.gravatar.com/avatar/12dc87757ac3c5c83f314738ccdf5352?s=13&d=retro' /> Ivan Vangelista2019-10-141-11/+0 | |/ / / / | * | | | (nw) quick fix for multi32 games with different sound hardware - state class ↵ Vas Crabb2019-10-142-2/+3 | | | | | | | | | | | | | | | | | | | | really should be split up more | * | | | Make shaders fixes (#5730) Julian Sikorski2019-10-131-14/+15 | |/ / / | | | | | | | | | | | | | | | | | | | | * Actually honor VERBOSE setting * Current shaders build setup is not capable of parallel build | * | | -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] MooglyGuy2019-10-1340-67/+491 | | | | | * | | fix for clang 9.0.0 on windows (nw) smf-2019-10-132-1/+2 | | | | | * | | -supracan: Various changes and code cleanup. [Ryan Holtz] mooglyguy2019-10-131-345/+353 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed sound CPU boot hack. * Fixed sound CPU reset/halt behavior. * Documented controller shift-register protocol and removed inaccurate direct port hookups. * Removed P3/P4 ports which don't exist on real hardware. * Added save state registration. | * | | Add include folder 3rdparty/bgfx/3rdparty/khronos too (nw) yz70s2019-10-131-0/+1 | | | | | * | | nforcepc: use a s3 virge pci video card (nw) yz70s2019-10-131-0/+2 | | | | * | | | Merge remote-tracking branch 'upstream/master' Robbbert2019-10-146856-301532/+627876 |\| | | | * | | (nw) mess.lua: don't need this line any more Robbbert2019-10-141-1/+0 | | | | | * | | pasopia7 : added cassette and beeper sound, and added missing keys. Patched ↵ Robbbert2019-10-142-189/+186 | | | | | | | | | | | | | | | | around the sound freeze issue. Most games work fairly well. | * | | pasopia : added cassette and sound. Patched around the broken keyboard problem. Robbbert2019-10-141-55/+208 | | | | | * | | (nw) fixed compile error Robbbert2019-10-141-1/+1 | | | | | * | | New working clone braintro2019-10-132-2/+108 | | | | | | | | | | | | | | | | | | | | | | | | New working clone ------------------ Buggy Boy/Speed Buggy (cockpit, rev. B) [pacman70, Asayuki Kizuyomina] | * | | netlist: mame netlist reorganization. [Couriersud] couriersud2019-10-1335-364/+457 | | | | | | | | | | | | | | | | | | | | | | | | - moved netlists out of driver code into audio/ or machine/ as nl_xxx.cpp files. - identified and documented extended validation - updated arcade, mess and nl targets | * | | firetrap.cpp: Replaced handcrafted MCU code with actual MCU code from ↵ braintro2019-10-131-4/+4 | | | | | | | | | | | | | | | | decapped/dump MCU for Fire Trap (US) [TeamEurope, Brian Troha, The Dumping Union] | * | | xtal: add comment (nw)