Commit Graph

21 Commits

Author SHA1 Message Date
85fe12be09 Merge branch 'master' into feature/opengl4 2019-09-30 18:11:58 +07:00
b965094d14 rename spine_model to spine 2019-09-05 14:12:39 +07:00
86d53a3c40 remove custom mpark.variant and use C++17 version 2019-09-04 18:26:53 +07:00
2ca47055fb add astc texture support 2019-08-09 07:14:33 +07:00
ef9b214d2c add etc1 and etc2 texture support 2019-08-09 04:15:16 +07:00
e909556c99 rewrite dds,pvr loading and saving
add new a8 texture format
remove rgb_dxt1
add image loading and saving tests
2019-08-08 23:19:49 +07:00
andrey.zhirnov
cff16a5cfa removed index type unsigned_byte 2019-08-05 12:32:51 +03:00
28706cc9bf check environment variables E2D_WITHOUT_AUDIO and E2D_WITHOUT_GRAPHICS on engine start 2019-07-31 03:19:52 +07:00
10496badaa remove unsupported mipmap and cubemap filtration options 2019-07-23 09:38:32 +07:00
3eb0c70858 allow to update buffer and texture with empty data. fix CI tests 2019-07-23 06:18:18 +07:00
22f88a7bdd grab_XXX functions are temporarily removed 2019-07-23 05:35:08 +07:00
andrey.zhirnov
739267f670 added ability to read uncompressed texture data 2019-07-22 19:44:28 +03:00
andrey.zhirnov
a689e42441 added more asserts, fixed code style 2019-07-22 18:42:38 +03:00
andrey.zhirnov
72da243995 added ability to read texture and render_target; added region instead of size and offset to update_texture, added g8 and ga8 pixel_type 2019-07-22 18:24:42 +03:00
c1a16113d9 update all copyright headers 2019-04-07 18:54:30 +07:00
89519d334f fix default sampler_state values 2018-11-15 03:55:11 +07:00
b732d423ce render target first impl 2018-10-19 14:40:54 +07:00
7f65cf5196 render: materials, properties, states, geometry 2018-10-15 12:53:34 +07:00
34ffa040f2 rename render_state to capabilities_state 2018-10-09 22:48:40 +07:00
278e80f682 vertex and index declarations 2018-10-06 01:33:55 +07:00
de233e8ad1 dummy render module 2018-09-28 17:55:17 +07:00