Commit Graph

  • 38b75c9470 Removed srcalphasat from dst blend mode. bkaradzic 2012-08-07 22:25:25 -0700
  • 055891a42d Fixed shaderc Linux build. Branimir Karadzic 2012-08-07 21:38:31 -0700
  • 3bb48b4ab2 Added ref counting for shaders used by material. bkaradzic 2012-08-05 20:38:17 -0700
  • 45a85d438c DX11 wip. bkaradzic 2012-08-05 14:51:49 -0700
  • 7adf1f6dc2 DX11 stuff wip. bkaradzic 2012-07-29 13:50:23 -0700
  • a30a7d4346 Removed generated files from premake project. bkaradzic 2012-07-25 20:37:47 -0700
  • 2833ff1c14 GL meminfo for NV. bkaradzic 2012-07-24 22:59:18 -0700
  • b1c4c4bbb0 Added GL memory info. bkaradzic 2012-07-24 21:54:19 -0700
  • 9cc6d63e6f Fixed invalid alpha blend mode. bkaradzic 2012-07-23 22:42:51 -0700
  • cb024842b0 Clean DX11 shutdown. bkaradzic 2012-07-23 22:29:20 -0700
  • 971d07e736 Rebuild GLSL debug font shader. bkaradzic 2012-07-23 20:55:27 -0700
  • 0011a5c7ec Cleanup. bkaradzic 2012-07-22 21:11:59 -0700
  • 09aa9a38c1 DX11 renderer wip. bkaradzic 2012-07-22 21:08:58 -0700
  • 055131b7bb Added missing files. bkaradzic 2012-07-10 21:31:47 -0700
  • 98ebe1f076 Added DX11 renderer stub. bkaradzic 2012-07-08 19:10:07 -0700
  • 60d2993808 Fixed mingw compile errors. bkaradzic 2012-07-08 17:59:19 -0700
  • 295f5166f4 Added stub functions for instancing when it's not supported. bkaradzic 2012-07-08 12:28:38 -0700
  • 1e7b94e82a Adding geometry instancing support. bkaradzic 2012-07-07 23:22:52 -0700
  • 3e5434b720 Fixed line endings. bkaradzic 2012-07-04 22:48:35 -0700
  • 92b4a902da Release everyting on shutdown. bkaradzic 2012-07-04 17:37:12 -0700
  • be7600e560 Fixed unused variables. bkaradzic 2012-07-02 20:53:12 -0700
  • a115ce5554 Merge pull request #2 from mendsley/wall Branimir Karadžić 2012-07-02 20:03:13 -0700
  • 4474f4b884 Merge 382feb1795 into 37c88fb749 #2 GitHub Merge Button 2012-07-02 12:07:51 -0700
  • 382feb1795 updating to cleaning compile in mingw with -Wall/-Wextra #2 Matthew Endsley 2012-07-02 11:03:36 -0700
  • d77f5e5c1a updating to cleanly compile with -Wall and -Wextra Matthew Endsley 2012-07-02 01:34:51 -0700
  • 37c88fb749 Toggle window frame on F11, Alt-Enter. bkaradzic 2012-06-29 20:10:10 -0700
  • d3ef0e407a Merge pull request #1 from mendsley/master Branimir Karadžić 2012-06-29 20:01:48 -0700
  • 7e76416b0e Merge dec03774b7 into d8c1ddae83 #1 GitHub Merge Button 2012-06-29 20:00:27 -0700
  • dec03774b7 updating tinystl allocator usage #1 Matthew Endsley 2012-06-29 19:58:40 -0700
  • d8c1ddae83 Added tinystl support. bkaradzic 2012-06-27 20:49:45 -0700
  • 1b0f2b6cbc Cleanup. bkaradzic 2012-06-26 22:37:08 -0700
  • 8dd523fa67 Added support for outputing makefile style dependencies when compiling shaders. bkaradzic 2012-06-26 20:55:33 -0700
  • 2b607e0f8f Fixed texture flags shifts. Added GL GPU timing. bkaradzic 2012-06-26 19:01:10 -0700
  • 2a918ab4e0 Added IOS/OSX defines to shaderc. bkaradzic 2012-06-25 18:50:59 -0700
  • 42271092a0 Free dynamic buffers at the end of the frame to avoid overlaps. bkaradzic 2012-06-24 18:25:26 -0700
  • d65c875397 Fixed messed up handles. bkaradzic 2012-06-23 15:13:57 -0700
  • 22d8509fe8 Fixed GL screen shot. bkaradzic 2012-06-23 14:38:06 -0700
  • 8f3eb01cda Fixed GL state. bkaradzic 2012-06-23 13:12:53 -0700
  • edef345b5a Added dynamic index/vertex buffers. bkaradzic 2012-06-23 11:44:22 -0700
  • 981dcc21be Pass texture flags to render target. bkaradzic 2012-06-22 19:44:30 -0700
  • c4d7658fd9 Renamed dynamic vertex/index buffer to transient. bkaradzic 2012-06-20 21:11:19 -0700
  • 08dddc5d74 Moved radixsort out of bgfx. bkaradzic 2012-06-19 20:50:07 -0700
  • ed383b0f1b Added support for EGL/GLES2 on Windows. bkaradzic 2012-06-15 22:30:53 -0700
  • 440be3caa8 Added iOS/OSX ifdefs. bkaradzic 2012-06-15 21:35:28 -0700
  • 80f2deb54a Added wglDeleteContext. bkaradzic 2012-06-12 19:43:27 -0700
  • 5383961058 Letter box for frameless window mode. bkaradzic 2012-06-11 19:42:27 -0700
  • 956d12e5a8 Fixed GL compressed 3D texture. bkaradzic 2012-06-09 19:42:25 -0700
  • fe1252d260 Support for Cube and Volume textures. bkaradzic 2012-06-09 18:25:50 -0700
  • 20e65aee2f Just use the last available MSAA type when higher type is not available. bkaradzic 2012-06-05 22:22:24 -0700
  • d13b7d0d45 Added treat warnings as errors switch to shaderc. bkaradzic 2012-06-05 19:44:20 -0700
  • 732b2432f7 Added line numbers for shaderc preprocessed code. Fixed premake script. bkaradzic 2012-06-05 19:32:56 -0700
  • e53ff3c2b0 Cleanup. bkaradzic 2012-06-04 19:24:08 -0700
  • 7210c270e5 Added fallback for render target color formats. bkaradzic 2012-06-03 22:31:12 -0700
  • 8bac68fe7f Fixed MinGW compile errors. bkaradzic 2012-06-02 18:57:44 -0700
  • 50a6e41549 Added BGFX_STATE_MSAA to allow non-AA rendering to MSAA surface. bkaradzic 2012-06-02 15:07:35 -0700
  • a134ea9d1a Linux project fixes. bkaradzic 2012-06-02 12:44:37 -0700
  • 3375076bea Removed unused GL specs from glext. bkaradzic 2012-06-02 11:19:28 -0700
  • eb9f698166 Line breaks. bkaradzic 2012-06-02 11:01:59 -0700
  • 483833f044 Updated readme. bkaradzic 2012-06-02 10:59:47 -0700
  • 25d511175b Cleanup. bkaradzic 2012-06-02 00:29:13 -0700
  • a553b28a7f Import sRGB, multisampling and timer GL extensions. bkaradzic 2012-06-01 23:51:51 -0700
  • de78be9ac3 #ifdefed win specific code. bkaradzic 2012-06-01 21:56:20 -0700
  • c4dba2b40b Reorganized premake scripts. bkaradzic 2012-06-01 19:55:56 -0700
  • 8190f3dcd8 Added MSAA render target settings. bkaradzic 2012-06-01 19:02:28 -0700
  • 63a76ae99d Cleanup. bkaradzic 2012-05-31 22:10:32 -0700
  • a48b3a9ee3 Added support for GL binary shader caching. Added support for gDEBugger. bkaradzic 2012-05-31 19:29:58 -0700
  • b0eea140b3 Fixed use of adapter and device type for all d3d9 calls. bkaradzic 2012-05-30 22:01:16 -0700
  • 7e90a27790 Moved settings in config.h file. Added config for PerfHUD device and PIX markers. bkaradzic 2012-05-30 21:53:16 -0700
  • 33730efaa0 Removed glFlush. Added D3D adapter debug output. bkaradzic 2012-05-30 19:54:13 -0700
  • 1554788aa4 Cleanup. bkaradzic 2012-05-29 23:21:50 -0700
  • 1783fe9ce5 Fixed GLES build. bkaradzic 2012-05-29 22:53:49 -0700
  • 28904d8c63 Added ARB_get_program_binary extension. bkaradzic 2012-05-29 22:45:04 -0700
  • d9a08e3f81 Added OpenGL support for Windows build. Added Linux support (Thanks @MatthewEndsley for X window and GLX code). Fixed uniform size for D3D9. bkaradzic 2012-05-29 18:24:55 -0700
  • 8199e07fa6 Added BGFX_CONFIG_DEBUG configurable thru compiler options. bkaradzic 2012-05-21 18:53:51 -0700
  • a58537ebd1 Preserve aspect ratio when scaling window. bkaradzic 2012-05-15 22:56:01 -0700
  • 39610d656e Lowered min spec shader version to 2.0b. Better shaderc error messages. bkaradzic 2012-05-14 22:31:40 -0700
  • 9b132944f5 Fixed constant stomp bug. bkaradzic 2012-05-13 22:40:14 -0700
  • 4b8f63607c Added points primitive type. bkaradzic 2012-05-12 22:40:05 -0700
  • 82335a6be1 Added more info to fatal messages. bkaradzic 2012-05-10 20:44:02 -0700
  • 58a4549dce Updated example. bkaradzic 2012-05-06 16:45:30 -0700
  • 7f5e8b2f91 Added min spec checks. bkaradzic 2012-05-02 20:26:17 -0700
  • 48c8200ed3 Fixed issue with decompressing DDS. bkaradzic 2012-05-01 20:16:59 -0700
  • fb37505a8a DDS support for 8-bit uncompressed formats. bkaradzic 2012-04-30 22:35:16 -0700
  • d25592f919 Added makedisttex tool for calculating SDF image (using EDTAA3). Added fatal error when D3D9 fails to create render target. bkaradzic 2012-04-29 14:46:23 -0700
  • 0ca52a9894 Added NaCl GLES initialization code. bkaradzic 2012-04-15 20:03:41 -0700
  • 911ce4d775 Added fatal error codes and callback. Fixed shutdown. Added helloworld example. bkaradzic 2012-04-14 20:36:17 -0700
  • dee3fe5266 Initial commit. Branimir Karadzic 2012-04-03 20:30:07 -0700