summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] mooglyguy2018-12-05147-3147/+15041
|
* Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all ↵ Miodrag Milanovic2017-12-01114-3993/+10420
| | | | shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic]
* proper fix (nw) Miodrag Milanovic2017-03-301-7/+0
|
* assume LLVM libc++ if __llvm__ is defined but __GLIBC__ is undefined Vas Crabb2017-03-301-1/+1
|
* VS fix. (nw) dankan18902017-03-291-0/+4
|
* 2nd try (nw) Miodrag Milanovic2017-03-291-0/+3
|
* Update BGFX and BX (nw) Branimir Karadžić2017-03-29112-7081/+4680
|
* Update BGFX and BX (nw) Branimir Karadžić2017-02-0574-6565/+11283
|
* bx: fix some mistakes that have already been corrected in upstream (nw) yz70s2017-01-161-7/+7
| | | | Same as https://github.com/bkaradzic/bx/commit/e0936a027824cf45f6fb388673ca73d5ef14ec32
* Update BX (nw) Branimir Karadžić2017-01-0263-206/+890
|
* Updated BGFX and BX and recompiled shaders (nw) Branimir Karadžić2016-10-2940-199/+1083
|
* Update BGFX and BX packages and update MAME code to support new API (nw) Miodrag Milanovic2016-09-0311-84/+342
| | | | Generated missing shaders (nw)
* Update BX and BGFX (nw) Miodrag Milanovic2016-08-0632-2906/+3706
|
* Support GNU/Hurd systems. Jordi Mallach2016-07-265-7/+19
|
* bx: sync with upstream Steven Chamberlain2016-07-144-43/+57
|
* bx: further refactor #ifdefs Steven Chamberlain2016-07-131-5/+12
| | | | | | | | Trying to evaluate __GLIBC__ will result in an error if is not defined, if the preprocessor does not short-cut the evaluation. Split the macros onto separate lines and define the result in a new BX_USE_GLIBC_PTHREAD_SETNAME_NP macro to avoid duplication.
* bx: refactor #ifdefs Steven Chamberlain2016-07-131-4/+5
| | | | | | | | Fix potential compilation error by ensuring __GLIBC__ is only evaluated when actually defined. When __GLIBC__ is defined, we do not need any additional headers on BSD platforms (hence why using #elif).
* bx: support glibc-based BSD platforms Steven Chamberlain2016-07-131-5/+3
| | | | | On GNU/kFreeBSD, pthread_setname_np can be found in glibc's pthread.h (same as on GNU/Linux). pthread_np.h does not exist there.
* bx: use system signal.h on glibc systems Steven Chamberlain2016-07-131-0/+4
| | | | | On GNU/kFreeBSD, sys/signal.h is only a wrapper around glibc signal.h anyway, leading to a #include loop in this case.
* bx: use real alloca.h on glibc systems Steven Chamberlain2016-07-131-0/+4
| | | | | On GNU/kFreeBSD, the definition for alloca() can be found in the system alloca.h
* BGFX and BX update (nw) Miodrag Milanovic2016-06-088-28/+66
|
* Update BGFX and BX (nw) Miodrag Milanovic2016-05-275-4/+7
|
* Sync with BGFX (nw) Miodrag Milanovic2016-05-1679-5334/+10504
|
* Update BGFX, BX, Benchmark and RapidJSON (nw) Miodrag Milanovic2016-05-125-8/+27
|
* Update GENie, BGFX and BX (nw) Branimir Karadžić2016-05-0311-45/+81
|
* update flags for tools (nw) Miodrag Milanovic2016-04-292-0/+0
|
* Update BGFX and BX (nw) Branimir Karadžić2016-04-2711-161/+123
|
* Update BGFX and BX (nw) Branimir Karadžić2016-03-3114-77/+383
|
* Update to latest BGFX and BX(nw) Branimir Karadžić2016-03-2010-14/+104
|
* Update BGFX and BX (nw) Branimir Karadžić2016-03-0818-251/+316
|
* Update to latest BGFX including my SteamLink support (nw) Miodrag Milanovic2016-02-166-39/+50
|
* Update BGFX with latest code (nw) Branimir Karadžić2016-02-092-2/+11
|
* malloc.h is nonstandard, malloc/realloc/free are in stdlib.h Vas Crabb2016-02-081-1/+1
|
* Update BGFX (nw) Branimir Karadžić2016-02-0718-113/+422
|
* Added latest BX and BGFX (nw) Branimir Karadzic2016-01-0459-202/+439
|
* bx: add NetBSD support. Thomas Klausner2015-11-132-1/+10
| | | | | | | | | I've filed a more complete patch for this upstream: https://github.com/bkaradzic/bx/pull/61 but this has been ignored since June. This patch is the minimal set to fix the build on NetBSD.
* update to latest BGFX and BX Branimir Karadzic2015-11-015-17/+177
|
* Fix bx/bgfx on older OSX Vas Crabb2015-10-312-2/+13
| | | | Submitted upstream for consideration: https://github.com/bkaradzic/bx/pull/77
* updated bx (nw) Miodrag Milanovic2015-10-1512-83/+407
|
* Re-add NetBSD support to bx. Thomas Klausner2015-10-052-0/+6
|
* Add NetBSD support to bx. Thomas Klausner2015-10-022-1/+10
| | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
* bx: use pthread_setname_np(3) only with __GLIBC__ jbu2015-10-011-1/+1
|
* Added latest BX (nw) Miodrag Milanovic2015-09-1233-271/+1853
|
* Add NetBSD support to bx. Thomas Klausner2015-07-142-2/+10
| | | | | | Will try sending this upstream as well. Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
* Update BGFX (nw) Miodrag Milanovic2015-05-2712-14/+929
|
* update to latest 3rdparty, rollback of genie change (nw) Miodrag Milanovic2015-04-167-10/+92
|
* latest BGFX (nw) Miodrag Milanovic2015-04-0814-42/+132
|
* Update to latest bgfx and fix for latest mingw releases (nw) Miodrag Milanovic2015-04-011-5/+25
|
* Update to latest 3rdparty, fixes issues on OpenGL 2.1 for bgfx (nw) Miodrag Milanovic2015-03-314-46/+32
|
* Updated to latest 3rdparty (nw) Miodrag Milanovic2015-03-306-19/+31
|