bkaradzic
bbfc599684
Resolved merge conflict.
2013-02-20 22:20:37 -08:00
bkaradzic
195fd6913d
Manually integrated @gtbass DX11 vsync change.
2013-02-20 22:18:59 -08:00
bkaradzic
936c2b5737
Added GL backbuffer MSAA.
2013-02-20 22:13:32 -08:00
bkaradzic
39e53d11db
Updated readme.
2013-02-19 20:35:55 -08:00
bkaradzic
c698457907
Fixed initializer order warning.
2013-02-18 22:30:11 -08:00
bkaradzic
2ab26d47a9
Added info about VS2008 TR1 support.
2013-02-18 21:52:41 -08:00
bkaradzic
553e47fba0
Added OpenGL render target MSAA.
2013-02-18 21:17:29 -08:00
bkaradzic
15eaa09913
GL MSAA WIP.
2013-02-17 20:42:33 -08:00
bkaradzic
74cbfc9c04
GL MSAA WIP.
2013-02-17 18:04:40 -08:00
bkaradzic
5e15534628
Fixed GCC warning in release build.
2013-02-17 11:31:04 -08:00
bkaradzic
e0c3d4d6f8
Merge branch 'master' of github.com:bkaradzic/bgfx
2013-02-16 23:01:13 -08:00
bkaradzic
4494bcf6bc
Normalize shader source EOL to LF.
2013-02-16 23:00:57 -08:00
bkaradzic
cfefd88ec3
Fixed EOL.
2013-02-16 15:38:52 -08:00
bkaradzic
b9a0272856
Cleanup.
2013-02-16 14:02:27 -08:00
bkaradzic
5aa0c15dd5
DX11 unified caching sampler state.
2013-02-16 13:52:35 -08:00
bkaradzic
da9382cad7
Updated docs.
2013-02-16 11:51:36 -08:00
bkaradzic
5ba2b24e1e
Added createTexture docs. Removed BGFX_TEXTURE_*_REPEAT flags since it's default.
2013-02-16 10:57:28 -08:00
bkaradzic
3e9a884f0d
Fixed VS2010 warning.
2013-02-15 19:42:51 -08:00
bkaradzic
c11d434681
Removed debug code.
2013-02-14 21:44:18 -08:00
bkaradzic
8a499e69c0
Fixed BC4/BC5 LockRect memory corruption.
2013-02-14 21:43:27 -08:00
bkaradzic
cc69b20e14
Fixed 'unexpected EOL' when building shaders. Added error message for missing shader entry point.
2013-02-14 17:27:10 -08:00
bkaradzic
8511cefe54
Fixed DX9 debug output warnings.
2013-02-13 22:28:16 -08:00
bkaradzic
391ebaefc3
Fixed shaderc arguments.
2013-02-13 20:18:18 -08:00
bkaradzic
a51144691b
Enabled extra warnings for MSVC.
2013-02-12 23:54:32 -08:00
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