Commit graph

2363 commits

Author SHA1 Message Date
bkaradzic
ff8cc805fe Merge branch 'master' of github.com:bkaradzic/bgfx 2013-02-12 23:45:14 -08:00
Branimir Karadžić
3c0dba7032 Merge pull request #11 from gtbass/master
STL error fix for MinGW
2013-02-12 23:24:26 -08:00
Garett Bass
49e7fc4f02 STL error fix for MinGW
When namespace std is using namespace tr1, the MinGW STL generates a
compile error due to an ambiguity between the std::__detail and the
std::tr1::__detail namespaces (internal to the implementation).  By
changing stl to use both std and std::tr1, the std namespace remains
unchanged and the ambiguity is avoided.
2013-02-12 22:36:50 -08:00
bkaradzic
62d646c522 Fixed memory leak in 07-callback. 2013-02-10 22:48:13 -08:00
bkaradzic
d6cb01f72d Fixed sampler state ref leak. 2013-02-10 18:12:52 -08:00
Branimir Karadžić
e1a13b1bbf Merge pull request #8 from gtbass/master
Added rudimentary event handling
2013-02-03 13:56:49 -08:00
Garett Bass
2e79b64353 Added rudimentary event handling
Added rudimentary event handling
2013-02-03 13:33:25 -08:00
bkaradzic
d91c0f2c69 Moved GL_RGBA16*. 2013-02-03 12:23:48 -08:00
bkaradzic
8f155985b6 Fixed GL_ARB_instanced_arrays on MESA. 2013-02-03 12:17:33 -08:00
bkaradzic
688f16024c Fixed issue #7. makefile refers to premake executable instead of premake4 2013-02-02 21:09:49 -08:00
bkaradzic
1e459d23c3 Fixed resize event. 2013-02-02 21:07:06 -08:00
bkaradzic
68af253169 Added warning when passing zero as framebuffer/rendertarget resolution. 2013-01-29 19:23:56 -08:00
bkaradzic
f78a18c9b7 Fixed resource leaks in examples. 2013-01-28 22:08:16 -08:00
bkaradzic
655dd6f7d9 Queue shutdown begin one frame earlier. 2013-01-27 22:43:11 -08:00
bkaradzic
e1f5fafc2c Added resource leak report at shutdown. 2013-01-27 21:52:29 -08:00
bkaradzic
4dc9be09d3 Fixed RGBA16F DDS loading. 2013-01-26 23:00:35 -08:00
bkaradzic
a674d734d3 Simplified example premake script. 2013-01-26 16:30:02 -08:00
bkaradzic
cedfee113d Fixed geometryc arguments. 2013-01-24 22:22:04 -08:00
bkaradzic
e369e75806 Remove debug code. 2013-01-23 23:47:33 -08:00
bkaradzic
3a7090684a Fixed bug caused by mixing GLES and GL texture extensions. 2013-01-23 23:42:38 -08:00
bkaradzic
a0bc7e3711 Added NACL-ARM target. 2013-01-22 22:25:47 -08:00
bkaradzic
800226545b Added RGTC extension. 2013-01-22 20:34:08 -08:00
bkaradzic
f0b80b6d09 Fixed bpp. 2013-01-22 20:04:02 -08:00
bkaradzic
6146f08183 Replaced set with unordered_set. 2013-01-22 19:56:40 -08:00
bkaradzic
37d720abd4 Remove debug code. 2013-01-21 23:38:04 -08:00
bkaradzic
e866a7b2e3 Fixed VAO cache. 2013-01-21 23:36:47 -08:00
bkaradzic
b1cb4de638 Cleanup. 2013-01-21 21:49:42 -08:00
bkaradzic
58a1d91ea3 Create capture surface only on request. 2013-01-21 21:40:54 -08:00
bkaradzic
d5f7f243d5 Added support for X11 keyboard modifiers. 2013-01-20 20:44:33 -08:00
bkaradzic
4dd4065cbc Fixed compile error. 2013-01-20 17:26:17 -08:00
bkaradzic
f829e38654 Undo screenshot removal. 2013-01-20 12:53:40 -08:00
bkaradzic
116efe21b0 Rebuilt shaders. 2013-01-20 12:50:59 -08:00
bkaradzic
c26f8f4718 Added support for LATC/3DC texture compression. 2013-01-20 12:47:29 -08:00
bkaradzic
6eed7bdccb Post initial size event. 2013-01-19 12:38:30 -08:00
bkaradzic
a664aef521 Fixed resize event spamming. 2013-01-19 12:11:24 -08:00
bkaradzic
21bb4e2073 Updated readme. 2013-01-19 11:40:03 -08:00
bkaradzic
d6973d9e50 Added vs2008 build to makefile. 2013-01-19 11:34:03 -08:00
bkaradzic
7aa2c8163f Warn and early out on out of handles condition. 2013-01-19 10:11:42 -08:00
bkaradzic
f513da8b67 Added mouse lock. 2013-01-19 00:22:25 -08:00
bkaradzic
165e98c60b WIP key/mouse support. 2013-01-18 21:12:04 -08:00
bkaradzic
e764548220 Removed batch file. 2013-01-17 23:24:36 -08:00
bkaradzic
91446e05a4 WIP key&mouse support. 2013-01-17 23:22:38 -08:00
bkaradzic
a2057d65aa WIP X11 key/mouse support. 2013-01-17 22:38:13 -08:00
bkaradzic
135846717b Fixed premake scripts. 2013-01-16 23:02:53 -08:00
bkaradzic
c3667bad05 WIP support for key/mouse events in examples. 2013-01-16 22:44:51 -08:00
bkaradzic
ea24244317 Updated README. 2013-01-15 21:20:38 -08:00
bkaradzic
a020a3d92c Updated README. 2013-01-15 21:18:59 -08:00
bkaradzic
7eaeed3829 Updated README. 2013-01-15 21:07:15 -08:00
Branimir Karadžić
1d6e895318 Merge pull request #6 from gtbass/master
Added OSX entry point and OpenGL context
2013-01-15 20:54:28 -08:00
Garett Bass
2bbcb92109 Added OSX entry point and OpenGL context
Added OSX entry point and OpenGL context
2013-01-15 20:37:07 -08:00