Branimir Karadžić
|
290295136b
|
Added bx::Location, and removed allocator macros.
|
2023-04-23 19:19:22 -07:00 |
|
Бранимир Караџић
|
e9d1e3d0fe
|
Renamed bx::init::* tags.
|
2023-04-22 22:22:45 -07:00 |
|
Бранимир Караџић
|
466c6a4e95
|
Happy New Year!
|
2023-01-14 10:05:12 -08:00 |
|
Бранимир Караџић
|
4581f14cd4
|
Happy New Year!
|
2022-01-15 11:59:06 -08:00 |
|
Бранимир Караџић
|
8392a44b3a
|
Fixed assert macros, and improved error handling.
|
2021-10-25 18:59:32 -07:00 |
|
Бранимир Караџић
|
c5d1a1a8e3
|
Moving bounds from bgfx to bx.
|
2021-10-16 10:41:42 -07:00 |
|
Бранимир Караџић
|
f1ddf67114
|
Added initializer types.
|
2021-09-06 09:03:26 -07:00 |
|
Branimir Karadžić
|
f569fe32a6
|
Rebuilt all embedded shaders.
|
2021-06-06 14:51:46 -07:00 |
|
kingscallop
|
1ab27e277b
|
Fix hardcoded bgfx dir from include paths in makefiles (#2532)
Only these four makefiles had these hardcoded paths.
All other makefiles don't specify the bgfx dir name.
|
2021-06-05 13:55:19 -07:00 |
|
pezcode
|
eec0fcd867
|
Remove unused attributes in debug draw shaders (#2468)
|
2021-04-11 18:26:23 -07:00 |
|
Branimir Karadžić
|
35b7bacfb9
|
Rebuilt embedded shaders.
|
2021-02-25 19:33:34 -08:00 |
|
Бранимир Караџић
|
af49c5d264
|
Happy New Year!
|
2021-01-14 15:53:49 -08:00 |
|
Бранимир Караџић
|
2cbcb6ea90
|
RRenamed BX_CHECK to BX_ASSERT.
|
2020-06-16 10:06:18 -07:00 |
|
Hugo Amnov
|
b48b084d25
|
Vulkan cleanup for Webgpu (#2127)
* Harmonize and simplify Vulkan SPIRV bindings mappings
* Handle Vulkan V-flip properly
* Update Embedded shaders
|
2020-05-03 13:54:30 -07:00 |
|
Бранимир Караџић
|
82f56b5987
|
Happy New Year!
|
2020-01-14 21:37:06 -08:00 |
|
Leandro Freire
|
1db46f4fe6
|
Rename variables and constants
|
2019-08-17 12:32:16 -07:00 |
|
Leandro Freire
|
855623e153
|
Rename VertexDecl to VertexLayout
|
2019-08-13 18:42:01 -07:00 |
|
Бранимир Караџић
|
73362c3989
|
Rebuilt shaders.
|
2019-08-10 10:26:00 -07:00 |
|
Rinthel Kwon
|
6927a9179b
|
vulkan renderer draft implementation
|
2019-08-04 19:51:16 -07:00 |
|
Attila Kocsis
|
04d532e085
|
14-shadowvolumes uses common mesh loader
|
2019-04-23 18:20:10 +02:00 |
|
Бранимир Караџић
|
567c7c097f
|
Adding more bounds overlap tests.
|
2019-02-09 21:22:45 -08:00 |
|
Бранимир Караџић
|
649033599b
|
Adding more bounds overlap tests.
|
2019-02-05 18:31:42 -08:00 |
|
Бранимир Караџић
|
f6f6a22119
|
Adding bounds overlap tests.
|
2019-02-03 19:47:33 -08:00 |
|
Branimir Karadžić
|
b0f0514f86
|
Rebuilt embedded shaders.
|
2019-01-22 21:02:34 -08:00 |
|
attilaz
|
5dba3a93af
|
MSL vs/fs shaders use spirv-cross
|
2019-01-22 22:31:41 +01:00 |
|
Бранимир Караџић
|
3f3a9450ba
|
Happy New Year!
|
2019-01-13 17:13:25 -08:00 |
|
Бранимир Караџић
|
a54f8a3f81
|
Renamed UniformType enum Int1 to Sampler.
|
2019-01-11 14:14:17 -08:00 |
|
Бранимир Караџић
|
d712453609
|
Cleanup.
|
2019-01-03 22:03:40 -08:00 |
|
Branimir Karadžić
|
5a996c95d9
|
Cleanup.
|
2018-12-21 20:39:31 -08:00 |
|
Branimir Karadžić
|
63e298795d
|
Cleanup.
|
2018-12-21 18:02:39 -08:00 |
|
Branimir Karadžić
|
1a5b892be4
|
Removing old vector math.
|
2018-12-06 22:03:47 -08:00 |
|
Branimir Karadžić
|
a1b4cfc06c
|
Switching to new Vec3.
|
2018-11-13 22:38:41 -08:00 |
|
Branimir Karadžić
|
83b1ece243
|
Rebuilt shaders.
|
2018-09-19 20:35:53 -07:00 |
|
Branimir Karadžić
|
2b427d5126
|
Cleanup.
|
2018-09-18 17:24:18 -07:00 |
|
Branimir Karadžić
|
be8b8381cc
|
Cleanup.
|
2018-09-17 20:51:21 -07:00 |
|
Branimir Karadžić
|
96fe6b3d7b
|
debugdraw: Added quad.
|
2018-09-17 17:25:14 -07:00 |
|
Branimir Karadžić
|
f0772da653
|
Cleanup.
|
2018-09-10 17:45:23 -07:00 |
|
Branimir Karadžić
|
b4ab3dd95e
|
debugdraw: Added 32-bit indices. Fixed pop transform.
|
2018-09-04 17:27:35 -07:00 |
|
Branimir Karadžić
|
8bc501d0a1
|
debugdraw: Use encoder for transforms.
|
2018-05-24 18:03:51 -07:00 |
|
Bill Freist
|
d6777a8887
|
Only flush and set the depth test bits if depth is currently enabled already. (#1375)
This removes a bug where you could blow away the options set in a previous call to setState() which can enabled/disable depth testing.
|
2018-04-16 22:04:49 -07:00 |
|
Branimir Karadžić
|
46dcba65e5
|
debugdraw: Added depth test less to begin.
|
2018-04-16 17:58:17 -07:00 |
|
Branimir Karadžić
|
0c405fc256
|
shaderc: Fixed SPIRV uniform offsets.
|
2018-04-14 10:30:00 -07:00 |
|
Branimir Karadžić
|
45918a4e81
|
Updated shaders.
|
2018-04-12 20:45:33 -07:00 |
|
Branimir Karadžić
|
ab46f3f353
|
Rebuild embedded shaders.
|
2018-04-11 21:14:22 -07:00 |
|
Branimir Karadžić
|
f3313f825a
|
debugdraw: Added encoder to allow MT submit.
|
2018-04-11 17:26:55 -07:00 |
|
Branimir Karadžić
|
03b7659b37
|
debugdraw: Allow use of encoder.
|
2018-04-10 17:15:24 -07:00 |
|
Branimir Karadžić
|
5ecd605107
|
Updated shaders.
|
2018-03-17 21:56:54 -07:00 |
|
Branimir Karadžić
|
584b8b34f0
|
Added support for independent RGB channel write control.
|
2018-02-13 12:35:23 -08:00 |
|
Branimir Karadžić
|
0d2fc80372
|
Cleanup.
|
2018-01-17 17:34:20 -08:00 |
|
Branimir Karadžić
|
49a75f2fb1
|
bx math API cleanup.
|
2018-01-13 15:33:50 -08:00 |
|