Commit graph

1354 commits

Author SHA1 Message Date
bkaradzic
7bdcb903d9 Merge branch 'master' of github.com:bkaradzic/bgfx 2012-10-22 19:46:42 -07:00
Branimir Karadzic
4bc42d9f97 Setup emscripten canvas. 2012-10-22 19:39:59 -07:00
bkaradzic
e82b998bc2 Merge branch 'master' of github.com:bkaradzic/bgfx 2012-10-21 22:10:41 -07:00
Branimir Karadzic
b0075aa06c Added emscripten platform. 2012-10-21 22:09:14 -07:00
bkaradzic
c5fdfc27a2 Added submit depth value for sorting. 2012-10-14 15:02:38 -07:00
bkaradzic
d4c7545b1e Added support for GLES3. 2012-10-13 22:21:02 -07:00
bkaradzic
9556728ee0 Fixed cppcheck warnings. 2012-10-10 22:49:48 -07:00
bkaradzic
f5295b951d Added instancing example. 2012-10-08 23:24:10 -07:00
bkaradzic
772c671752 Merge branch 'master' of github.com:bkaradzic/bgfx 2012-10-07 21:04:19 -07:00
bkaradzic
6ad62e9095 Fixed EOLs. 2012-10-07 21:04:03 -07:00
Branimir Karadzic
8c757cb16d Fixed unused variable errors. 2012-10-07 21:01:35 -07:00
bkaradzic
cfac3feb85 Added more examples. 2012-10-07 20:41:18 -07:00
Branimir Karadzic
f1597ee25c Fixed Linux build. 2012-09-16 17:59:21 -07:00
bkaradzic
1621cc851a Added examples. 2012-09-16 17:36:08 -07:00
bkaradzic
b505078b38 Unified glsl and hlsl shaders. 2012-08-28 22:59:48 -07:00
bkaradzic
28a73924b2 Texture update work. 2012-08-19 18:50:23 -07:00
bkaradzic
2b1e6790fa Free up texture data when using renderer_null. 2012-08-12 22:08:18 -07:00
bkaradzic
b86fb4cb56 Added texture update. 2012-08-12 21:02:11 -07:00
bkaradzic
8a8b958d1f Bug fixes. 2012-08-09 22:06:22 -07:00
bkaradzic
38b75c9470 Removed srcalphasat from dst blend mode. 2012-08-07 22:25:25 -07:00
Branimir Karadzic
055891a42d Fixed shaderc Linux build. 2012-08-07 21:38:31 -07:00
bkaradzic
3bb48b4ab2 Added ref counting for shaders used by material. 2012-08-05 20:38:17 -07:00
bkaradzic
45a85d438c DX11 wip. 2012-08-05 14:51:49 -07:00
bkaradzic
7adf1f6dc2 DX11 stuff wip. 2012-07-29 13:50:23 -07:00
bkaradzic
a30a7d4346 Removed generated files from premake project. 2012-07-25 20:37:47 -07:00
bkaradzic
2833ff1c14 GL meminfo for NV. 2012-07-24 22:59:18 -07:00
bkaradzic
b1c4c4bbb0 Added GL memory info. 2012-07-24 21:54:19 -07:00
bkaradzic
9cc6d63e6f Fixed invalid alpha blend mode. 2012-07-23 22:42:51 -07:00
bkaradzic
cb024842b0 Clean DX11 shutdown. 2012-07-23 22:29:20 -07:00
bkaradzic
971d07e736 Rebuild GLSL debug font shader. 2012-07-23 20:55:27 -07:00
bkaradzic
0011a5c7ec Cleanup. 2012-07-22 21:11:59 -07:00
bkaradzic
09aa9a38c1 DX11 renderer wip. 2012-07-22 21:08:58 -07:00
bkaradzic
055131b7bb Added missing files. 2012-07-10 21:31:47 -07:00
bkaradzic
98ebe1f076 Added DX11 renderer stub. 2012-07-08 19:10:07 -07:00
bkaradzic
60d2993808 Fixed mingw compile errors. 2012-07-08 17:59:19 -07:00
bkaradzic
295f5166f4 Added stub functions for instancing when it's not supported. 2012-07-08 12:28:38 -07:00
bkaradzic
1e7b94e82a Adding geometry instancing support. 2012-07-07 23:22:52 -07:00
bkaradzic
3e5434b720 Fixed line endings. 2012-07-04 22:48:35 -07:00
bkaradzic
92b4a902da Release everyting on shutdown. 2012-07-04 17:37:12 -07:00
bkaradzic
be7600e560 Fixed unused variables. 2012-07-02 20:53:12 -07:00
Branimir Karadžić
a115ce5554 Merge pull request #2 from mendsley/wall
updting bgfx to compile cleanly with -Wall and -Wextra
2012-07-02 20:03:13 -07:00
Matthew Endsley
382feb1795 updating to cleaning compile in mingw with -Wall/-Wextra 2012-07-02 12:07:42 -07:00
Matthew Endsley
d77f5e5c1a updating to cleanly compile with -Wall and -Wextra 2012-07-02 12:07:27 -07:00
bkaradzic
37c88fb749 Toggle window frame on F11, Alt-Enter. 2012-06-29 20:10:10 -07:00
Branimir Karadžić
d3ef0e407a Merge pull request #1 from mendsley/master
Updating bgfx to use new tinystl allocator macro
2012-06-29 20:01:48 -07:00
Matthew Endsley
dec03774b7 updating tinystl allocator usage 2012-06-29 19:58:40 -07:00
bkaradzic
d8c1ddae83 Added tinystl support. 2012-06-27 20:49:45 -07:00
bkaradzic
1b0f2b6cbc Cleanup. 2012-06-26 22:37:08 -07:00
bkaradzic
8dd523fa67 Added support for outputing makefile style dependencies when compiling shaders. 2012-06-26 20:55:33 -07:00
bkaradzic
2b607e0f8f Fixed texture flags shifts. Added GL GPU timing. 2012-06-26 19:01:10 -07:00