summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/include
Commit message (Collapse)AuthorAgeFilesLines
* Update bx to latest Бранимир Караџић2021-08-1064-286/+671
|
* Sync bgfx, bx and bimg with upstream; fix the hlsl fs_chroma.sc matrix ↵ Julian Sikorski2019-11-123-1/+26
| | | | | | | | | | | | | | transposition properly (#5875) * Sync bgfx with upstream revision 280420d * Sync bx with upstream revision 267727d * Sync bimg with upstream revision c1bab10 * Use bgfx helper functions to ensure correct matrix orientation * Rebuild hlsl chain
* WIP: sync bgfx, bx and bimg with latest upstream (#5723) Julian Sikorski2019-10-1364-1127/+1810
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sync with bgfx upstream revision b91d0b6 * Sync with bx upstream revision d60912b * Sync with bimg upstream revision bd81f60 * Add astc-codec decoder * Rename VertexDecl to VertexLayout * Rename UniformType enum Int1 to Sampler. * Add NVN stub * Fix unused-const-variable error on macOS * Drop redundant explicit language parameters buildoptions_cpp are only applied to c++ files and buildoptions_objcpp are only applied to objective c++ files. As such, hardcoding -x offers no benefit while preventing overrides (such as one needed by 3rdparty/bgfx/src/renderer_vk.cpp on macOS) from working. * Re-introduce -x c++ in places where C code is compiled as C++ to prevent clang from throwing a warning * Build bgfx as Objective-C++ on macOS It is needed due to included headers * Enable Direct3D12 and Vulkan bgfx rendering backends * Enable building of spirv shaders * Properly escape /c in cmd call * Comment out dx12 bgfx renderer * Honor VERBOSE setting during shaders build * Only invert hlsl shader XYZ_TO_sRGB matrix for opengl * Add spirv shaders * OpenGL ES needs transposed matrix too * Metal needs transposed matrix as well
* 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] mooglyguy2018-12-0566-2116/+3281
|
* Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all ↵ Miodrag Milanovic2017-12-0153-2624/+4258
| | | | shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic]
* assume LLVM libc++ if __llvm__ is defined but __GLIBC__ is undefined Vas Crabb2017-03-301-1/+1
|
* Update BGFX and BX (nw) Branimir Karadžić2017-03-2959-2151/+1251
|
* Update BGFX and BX (nw) Branimir Karadžić2017-02-0543-6407/+7638
|
* 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-0237-103/+682
|
* Updated BGFX and BX and recompiled shaders (nw) Branimir Karadžić2016-10-2914-52/+656
|
* Update BGFX and BX packages and update MAME code to support new API (nw) Miodrag Milanovic2016-09-036-47/+144
| | | | Generated missing shaders (nw)
* Update BX and BGFX (nw) Miodrag Milanovic2016-08-0624-2589/+3384
|
* Support GNU/Hurd systems. Jordi Mallach2016-07-264-6/+18
|
* 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-081-0/+24
|
* Update BGFX and BX (nw) Miodrag Milanovic2016-05-272-4/+7
|
* Update BGFX, BX, Benchmark and RapidJSON (nw) Miodrag Milanovic2016-05-121-0/+17
|
* Update GENie, BGFX and BX (nw) Branimir Karadžić2016-05-032-5/+19
|
* Update BGFX and BX (nw) Branimir Karadžić2016-04-276-158/+114
|
* Update BGFX and BX (nw) Branimir Karadžić2016-03-315-75/+360
|
* Update to latest BGFX and BX(nw) Branimir Karadžić2016-03-205-7/+72
|
* Update BGFX and BX (nw) Branimir Karadžić2016-03-0813-242/+286
|
* Update to latest BGFX including my SteamLink support (nw) Miodrag Milanovic2016-02-162-38/+43
|
* 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-078-76/+293
|
* Added latest BX and BGFX (nw) Branimir Karadzic2016-01-0437-164/+401
|
* 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-014-9/+168
|
* 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-158-47/+248
|
* 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-1219-247/+1446
|
* 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-277-12/+907
|
* update to latest 3rdparty, rollback of genie change (nw) Miodrag Milanovic2015-04-163-10/+70
|
* latest BGFX (nw) Miodrag Milanovic2015-04-087-40/+43
|
* Updated to latest 3rdparty (nw) Miodrag Milanovic2015-03-302-15/+21
|
* updated to latest 3rdparty Miodrag Milanovic2015-03-261-1/+3
|
* Sync with latest (nw) Miodrag Milanovic2015-03-171-0/+14
|
* update 3rdparty libs Miodrag Milanovic2015-03-101-0/+16
|
* update bgfx (nw) Miodrag Milanovic2015-03-071-2/+3
|