Commit graph

628 commits

Author SHA1 Message Date
bkaradzic
ed0055caad Fixed init/shutdown code, so it can be called multiple time from the same app. 2013-03-09 14:57:53 -08:00
bkaradzic
a165353896 Removed fixed function alpha test. 2013-03-08 21:54:08 -08:00
bkaradzic
4c02620a24 Use greater than test for GL version. 2013-03-06 21:33:35 -08:00
bkaradzic
55a87d52da Fixed function prototype name. 2013-03-06 19:36:49 -08:00
bkaradzic
678da1c0b3 GL 3.1 core context cleanup. 2013-03-05 21:37:31 -08:00
bkaradzic
9b5cf3c9a7 GLX 3.1 core profile. 2013-03-04 20:24:02 -08:00
bkaradzic
c8bdf4e950 Added support for GL 3.2 core profile. 2013-03-03 22:30:50 -08:00
bkaradzic
42653612cf Added handling for dirty box. 2013-03-02 23:20:28 -08:00
bkaradzic
e758f12b22 Fixed GCC warning. 2013-03-02 21:38:18 -08:00
bkaradzic
435b83f1ac Added texture update batching. Added rect packing. 2013-03-02 21:35:09 -08:00
bkaradzic
c3cef2bb5b Reverted change. 2013-02-27 23:31:23 -08:00
bkaradzic
c76301d292 Updated README.md 2013-02-27 23:30:39 -08:00
Branimir Karadžić
a059f110b1 Merge pull request #22 from kevinic/upstream
stable window resizing
2013-02-27 08:05:33 -08:00
Kevin Lin
dcc2bf250c stable window resizing
Updated frame calculation and position anchoring in WM_SIZING for
stability.
2013-02-27 02:13:43 -08:00
bkaradzic
316053bd9b Added 09-hdr screenshot. 2013-02-26 21:38:32 -08:00
bkaradzic
35da923722 Removed debug code. 2013-02-26 21:33:19 -08:00
bkaradzic
b0e72319c4 Fixed GCC Linux warnings. 2013-02-26 21:31:47 -08:00
bkaradzic
396ee0d48f Put back warning level 4 define. 2013-02-26 21:27:31 -08:00
bkaradzic
9f667c3b12 Added example 09-hdr. 2013-02-26 21:24:16 -08:00
bkaradzic
0d21a23ba7 GL 3.2 context. 2013-02-26 19:29:51 -08:00
bkaradzic
32c82db697 Merge branch 'master' of github.com:bkaradzic/bgfx 2013-02-26 18:57:41 -08:00
Branimir Karadžić
6d81f64fbf Merge pull request #21 from gtbass/master
Fix conflict between sal.h and MinGW STL
2013-02-26 18:57:18 -08:00
Garett Bass
295059564e Fix MSVC warnings
renderer_d3d11.cpp(615): warning C4389: '==' : signed/unsigned mismatch
renderer_d3d11.cpp(1100): warning C4189: 'deviceCtx' : local variable is
initialized but not referenced
2013-02-26 18:54:03 -08:00
Garett Bass
0f86204daa Fix conflict between sal.h and MinGW STL
Moved #include<windows.h> after #include <string> to avoid conflicts
between sal.h and MinGW STL usage of __in and __out as function
parameters.
2013-02-26 18:17:20 -08:00
bkaradzic
f116ba0e10 Added missing predefined uniforms. Removed default state texture flags. 2013-02-25 20:36:30 -08:00
bkaradzic
1bb60c30f6 GL: Change BC4/5 to RGTC when extension is available. 2013-02-24 17:20:17 -08:00
bkaradzic
6b9cc431fd Merge branch 'master' of github.com:bkaradzic/bgfx 2013-02-24 08:43:22 -08:00
bkaradzic
5fe1132b1c Cleanup. 2013-02-23 20:43:31 -08:00
bkaradzic
e0eca362ad Fixed DX9 lack of non-normalized UINT16 vertex decl type. 2013-02-23 19:02:51 -08:00
bkaradzic
074bf5a232 Added dummy window to peek into WGL features. 2013-02-23 00:15:54 -08:00
bkaradzic
6edd2991f3 Removed dxerr.h from DX11 build. 2013-02-22 22:34:55 -08:00
bkaradzic
c44db7eaa0 Merge branch 'master' of github.com:bkaradzic/bgfx 2013-02-22 09:05:13 -08:00
bkaradzic
35d7d2ff1b Added F8 as MSAA toggle in examples. 2013-02-21 22:05:33 -08:00
bkaradzic
c2f2c3bdf0 Normalized *.lua line endings. 2013-02-21 21:13:56 -08:00
bkaradzic
ff7eefaf2b Added *.lua to .gitattributes. 2013-02-21 21:13:16 -08:00
bkaradzic
5a2f6846a6 Merge branch 'master' of github.com:bkaradzic/bgfx 2013-02-21 21:12:20 -08:00
bkaradzic
fbd6bce562 Added .gitattributes. 2013-02-21 21:11:55 -08:00
bkaradzic
b29b102cc4 Resolved conflict. 2013-02-21 21:11:06 -08:00
bkaradzic
8e0e21f40d Normalized line endings. 2013-02-21 21:07:31 -08:00
bkaradzic
5edeb765fe Merge branch 'master' of github.com:bkaradzic/bgfx 2013-02-21 09:01:22 -08:00
bkaradzic
318b45bdd9 Updated readme. 2013-02-20 23:56:59 -08:00
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