summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/shaders/essl/chains/misc
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-11-24 19:29:55 +0100
committer MooglyGuy <therealmogminer@gmail.com>2019-11-24 19:30:08 +0100
commit8dd5e3d2006f3f28c6bc2a5108c8db324ec3845d (patch)
treed6e04ca7cd473e2a3c596c9b71435599b7b5ba38 /bgfx/shaders/essl/chains/misc
parentbb54cd8d23889c35d9dedfcdbb8f48568af10d5c (diff)
-bgfx: Fixed Github issue #5961. [Ryan Holtz]
Diffstat (limited to 'bgfx/shaders/essl/chains/misc')
-rw-r--r--bgfx/shaders/essl/chains/misc/fs_blit_yuy16.binbin1689 -> 1715 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/bgfx/shaders/essl/chains/misc/fs_blit_yuy16.bin b/bgfx/shaders/essl/chains/misc/fs_blit_yuy16.bin
index 1f52b558595..df4b8f277ae 100644
--- a/bgfx/shaders/essl/chains/misc/fs_blit_yuy16.bin
+++ b/bgfx/shaders/essl/chains/misc/fs_blit_yuy16.bin
Binary files differ
/td> * make possible to select if bundled SDL2 is used, made mingw and vs compile so... Miodrag Milanovic2016-02-271-4/+0 * Made Visual Studio use by default bundled SDL2 (nw) Miodrag Milanovic2016-02-271-1/+1 * OS/2 can not support SDL2 which is needed for MAME to run (nw) Miodrag Milanovic2016-02-261-7/+0 * Made OSD=sdl build compile out of box in Visual Studio (nw) Miodrag Milanovic2016-02-221-1/+1 * placed back OPENGL check since GL is not same as GLES (nw) Miodrag Milanovic2016-02-161-1/+1 * opengl as requirement (nw) Miodrag Milanovic2016-02-161-1/+1 * Remove SDL 1.2 support (nw) Miodrag Milanovic2016-02-161-11/+5 * Refactor MACOSX_USE_LIBSDL to USE_LIBSDL for windows and linux static library... Jeffrey Clark2016-02-151-1/+1 * fix for osx and bsd (nw) Miodrag Milanovic2016-02-091-0/+18 * Get .ini file default path makefile variable back. Cesare Falco2016-01-051-0/+5 * qt5 debugger port [O. Galibert] Olivier Galibert2015-12-271-6/+1 * OS/2 patch for 0.164 [KO Myung-Hun] Vas Crabb2015-08-251-0/+3 * Revert "debugqt: Port to Qt5 [O. Galibert]" Olivier Galibert2015-08-011-1/+6 * debugqt: Port to Qt5 [O. Galibert] Olivier Galibert2015-07-291-6/+1 * Added new SDL_INI_PATH flag Cesare Falco2015-06-061-0/+5 * Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-0/+3 * Drop NO_SDL_GLEXT define on OSX Parry2015-04-301-1/+0 * Added QT_HOME to support custom QT installations (nw) Miodrag Milanovic2015-04-131-3/+9 * Supported mingw-clang builds (nw) Miodrag Milanovic2015-04-061-5/+6 * Harmonise targetos between genie.lua and sdl{,_config}.lua Vas Crabb2015-04-041-1/+1 * Remove some obsolete code, enable MALLOC_DEBUG for SDLWin32 Vas Crabb2015-04-041-0/+4 * Add a nice wrapper for doing backtick-like processing of command output Vas Crabb2015-04-021-5/+5 * Ok shuffling done Miodrag Milanovic2015-04-011-0/+6 * fix it properly (nw) Miodrag Milanovic2015-04-011-6/+0 * uf reverting breaks mingw (nw) Miodrag Milanovic2015-04-011-0/+6 * moved unicode specific build defines in genie.lua to fix tools build (nw) Miodrag Milanovic2015-04-011-6/+0 * Link osdnet into a library reflecting its location, define USE_NETWORK proper... Vas Crabb2015-04-011-1/+2 * Refactor out common OSD modules into separate lua file Vas Crabb2015-04-011-39/+5 * Restore DONT_USE_NETWORK Vas Crabb2015-04-011-3/+6 * WTF was I thinking Vas Crabb2015-04-011-1/+1 * Restore SDL2_MULTIAPI