Commit graph

670 commits

Author SHA1 Message Date
Jeremie Roy
7c7612a971 integration of font and text system 2013-04-22 22:42:11 +02:00
bkaradzic
d8bd7419f9 Added sanity check for transient buffers. 2013-04-21 23:16:34 -07:00
bkaradzic
aa814e9994 Cleanup. 2013-04-21 11:50:45 -07:00
bkaradzic
b94c328604 Fixed bad logic. 2013-04-21 00:43:00 -07:00
bkaradzic
d9c54b5661 Updated readme. 2013-04-21 00:12:30 -07:00
bkaradzic
dae6768c43 Fixed detection of instanced_array extension. 2013-04-20 23:13:44 -07:00
bkaradzic
ba55084ad8 Android wip. 2013-04-18 23:32:12 -07:00
bkaradzic
767df6c5e6 Android plumbing. 2013-04-18 21:16:09 -07:00
bkaradzic
247a3004ef GLES2: #ifdef use of GL_TEXTURE_MAX_LEVEL. 2013-04-17 20:46:25 -07:00
bkaradzic
c8c7139fc1 GL: Set max mip level to save memory. 2013-04-17 20:33:44 -07:00
bkaradzic
11af47f97e Android project settings wip. 2013-04-16 23:12:03 -07:00
bkaradzic
775ae7f61b GL: fixed GL_DEBUG_* define name. 2013-04-16 09:24:43 -07:00
bkaradzic
d3a526a92b Android build fixes wip. 2013-04-15 23:10:32 -07:00
bkaradzic
6ed7b6fe14 GL: Cleanup. 2013-04-15 21:17:30 -07:00
bkaradzic
d05fb35eee Merge branch 'master' of github.com:bkaradzic/bgfx 2013-04-15 20:59:32 -07:00
bkaradzic
7580bbb25e GL: fixed texture filter. Updated debug messages. 2013-04-15 20:59:01 -07:00
bkaradzic
f125fde63d Fixed premake script. 2013-04-15 08:53:39 -07:00
bkaradzic
3ed3938fda Cleanup. 2013-04-14 18:20:30 -07:00
bkaradzic
8a6b6133ec Fixed stencil clear when using clear quad. 2013-04-14 18:18:11 -07:00
bkaradzic
5b2a141473 Fixed embedded shaders. 2013-04-14 14:10:32 -07:00
bkaradzic
6f13e31d2b Fixed warning. 2013-04-13 11:38:51 -07:00
bkaradzic
05a18ab5cf Added QNX entry. 2013-04-13 01:54:17 -07:00
bkaradzic
673577cd43 Added QNX premake script config for examples. 2013-04-13 01:47:30 -07:00
bkaradzic
1fc4b743b1 Added native build in premake script for targets where bitness is not specified. 2013-04-13 00:26:41 -07:00
bkaradzic
ab05bc6974 Added BX_PLATFORM_QNX. 2013-04-12 23:43:46 -07:00
bkaradzic
d936a29ea6 Updaded shaderc Linux binary. 2013-04-12 09:05:34 -07:00
bkaradzic
43cbcce7b4 Fixed docs comment. 2013-04-11 20:53:09 -07:00
bkaradzic
507af8c9f1 Fixed shaderc crash when $in/output lines have comments. 2013-04-11 20:36:28 -07:00
bkaradzic
4367082297 DX11: MSAA wip. 2013-04-10 21:42:00 -07:00
bkaradzic
e78545af88 Updated glsl-compiler. 2013-04-08 22:40:18 -07:00
bkaradzic
db6cc187ca Fixed warnings. Rebuilt Linux shaderc binary. 2013-04-08 22:12:35 -07:00
bkaradzic
22815698ec Added -fno-strict-aliasing option for shaderc to prevent glsl-optimizer from crashing. 2013-04-08 22:06:00 -07:00
bkaradzic
159b1ce8b2 Fixed MinGW warnings. 2013-04-07 23:53:58 -07:00
bkaradzic
253f313a34 Added wglSwapInterval and ARB_debug_output. Removed BX_UNUSED used for removing warnings when debug messages are compiled out. 2013-04-07 22:12:49 -07:00
bkaradzic
3a62f3cd9f Fixed compile error. 2013-04-07 21:06:02 -07:00
bkaradzic
44c8859bda Fixed MinGW warnings. 2013-04-07 14:08:20 -07:00
bkaradzic
dc8d2c38f3 Fixed MinGW build. 2013-04-07 13:44:10 -07:00
bkaradzic
4ab0874d53 Changed u_model uniform to array. 2013-04-06 14:16:38 -07:00
bkaradzic
9a3e57a8b0 Merge branch 'master' of github.com:bkaradzic/bgfx 2013-04-06 14:03:54 -07:00
bkaradzic
648c8a593e Fixed GLES2 texture format error. Fixed hdr example cube texture issue. 2013-04-06 14:03:38 -07:00
bkaradzic
6f725bd497 Rebuilt Linux tools. 2013-04-06 08:34:17 -07:00
bkaradzic
84bfec136a Removed some HLSL intrinsic from .sc shaders in favor of GLSL. Fixed varying.def parsing. 2013-04-05 20:40:50 -07:00
bkaradzic
789552fd34 Ignore anything after semicolon to end of line in varying.def. 2013-04-04 21:23:21 -07:00
bkaradzic
46703dcfd2 Updated makefile. 2013-04-04 21:10:30 -07:00
bkaradzic
7b7e235a8e Updated docs. 2013-04-04 09:51:42 -07:00
bkaradzic
6ef213583b Updated docs. 2013-04-04 09:48:20 -07:00
bkaradzic
d34cd0251b Added ability to pass multiple include dirs. 2013-04-01 23:04:37 -07:00
bkaradzic
a703d6129f Added -i 'include dir' argument to shaderc. 2013-04-01 22:52:06 -07:00
bkaradzic
a26e06929e Fixed issue#26 blend factor logic. 2013-03-30 09:44:13 -07:00
bkaradzic
bcd1dee746 Added missing transparency sort order for blend factor mode. 2013-03-30 08:47:40 -07:00