Бранимир Караџић
c309921a1a
Fixed dynamic buffer update alignment when resizing. Issue #1652 .
2019-02-08 16:04:50 -08:00
Бранимир Караџић
cda981b8e3
Cleanup.
2019-02-07 18:04:28 -08:00
Бранимир Караџић
82550fa842
21-deferred: Added texture array frame buffer option.
2019-02-07 18:04:19 -08:00
Бранимир Караџић
dd10b04651
Fixed texture array frame buffer.
2019-02-07 18:02:48 -08:00
Бранимир Караџић
6ea3568e9e
Cleanup.
2019-02-07 10:06:56 -08:00
Бранимир Караџић
18b9d12029
Updated TravisCI.
2019-02-07 08:24:15 -08:00
Бранимир Караџић
74e2cd1726
Updated TravisCI.
2019-02-07 08:23:21 -08:00
Бранимир Караџић
aa1d20761c
Cleanup.
2019-02-07 08:15:11 -08:00
Бранимир Караџић
657bf4a54b
Cleanup.
2019-02-06 23:15:54 -08:00
Бранимир Караџић
29e978ea91
Cleanup.
2019-02-06 23:10:01 -08:00
Бранимир Караџић
b4e58a68e9
Updated ImGui.
2019-02-06 10:56:39 -08:00
Бранимир Караџић
cefce11fe4
Adding more bounds overlap tests.
2019-02-05 23:09:57 -08:00
Бранимир Караџић
3118ccfc07
Cleanup.
2019-02-05 21:10:48 -08:00
Бранимир Караџић
f19491c274
Adding more bounds overlap tests.
2019-02-05 19:42:48 -08:00
Бранимир Караџић
d0146fdfbb
Cleanup.
2019-02-05 18:52:00 -08:00
Бранимир Караџић
0ead3539b2
Updated ImGui.
2019-02-05 18:41:18 -08:00
Бранимир Караџић
0fda843a7c
Cleanup.
2019-02-05 18:39:00 -08:00
Бранимир Караџић
649033599b
Adding more bounds overlap tests.
2019-02-05 18:31:42 -08:00
Бранимир Караџић
01a5acaca6
Updated ImGui.
2019-02-05 09:28:24 -08:00
Бранимир Караџић
c0aff1f466
Adding more bounds overlap tests.
2019-02-04 22:01:56 -08:00
Бранимир Караџић
a91b4bb4c8
Cleanup.
2019-02-04 21:40:03 -08:00
Бранимир Караџић
623888fdb4
Updated ImGui.
2019-02-04 21:29:46 -08:00
Бранимир Караџић
82c5c138b0
Adding more bounds overlap tests.
2019-02-04 21:08:08 -08:00
Бранимир Караџић
2f8df0dd35
Cleanup.
2019-02-04 12:57:13 -08:00
Бранимир Караџић
9c8e43040c
Merge pull request #1650 from attilaz/clearquad-novertexupdate-pr
...
clearquad uses uniform update instead of vertex update
2019-02-04 08:59:20 -08:00
attilaz
8aff45398a
clearquad uses uniform update instead of vertex update
2019-02-04 17:42:28 +01:00
Бранимир Караџић
a235f8028f
Cleanup.
2019-02-03 23:19:04 -08:00
Бранимир Караџић
7468b6d006
Cleanup.
2019-02-03 22:38:36 -08:00
Бранимир Караџић
87f96c5f4b
Cleanup.
2019-02-03 22:12:59 -08:00
Бранимир Караџић
70d3888b97
More overlap tests.
2019-02-03 22:07:51 -08:00
Бранимир Караџић
55ab61fe7d
Fixed build.
2019-02-03 19:52:12 -08:00
Бранимир Караџић
7b031cd3d4
Updated ImGui.
2019-02-03 19:48:14 -08:00
Бранимир Караџић
f6f6a22119
Adding bounds overlap tests.
2019-02-03 19:47:33 -08:00
Бранимир Караџић
b9710b02e3
Cleanup.
2019-02-03 09:45:24 -08:00
Бранимир Караџић
06e8c2e7ed
Updated spirv-cross.
2019-02-01 21:35:55 -08:00
Бранимир Караџић
926ce6a7b4
Updated spirv-tools.
2019-02-01 21:09:44 -08:00
Бранимир Караџић
6bc0c3fb0a
Updated glslang.
2019-02-01 20:57:13 -08:00
Бранимир Караџић
5de5fa91bf
Merge pull request #1646 from TReed0803/TReed0803/pitch-fix
...
Correct pitch usage for D3D9 updateTexture calls.
2019-02-01 17:51:34 -08:00
Trent Reed
a048f9944c
Correct pitch usaged for D3D9 updateTexture calls.
...
+ Add useD3D9Pitch helper function.
+ Add calcRowPitch helper function.
+ Update TextureD3D9::update to consider block compression.
(Originally, it was not considering block size for updating.)
+ Update TextureD3D9::update to calculate pitch in certain cases.
(Specifically BC4 and BC5 are known to provide the wrong pitch.)
2019-02-01 17:00:02 -08:00
Бранимир Караџић
419c49d4f9
Fixed markdown widget.
2019-02-01 16:44:54 -08:00
Бранимир Караџић
5054be0f97
Updated ImGui.
2019-02-01 08:46:42 -08:00
Бранимир Караџић
23e4135c70
Fixing build.
2019-01-31 09:56:00 -08:00
Бранимир Караџић
3ebb670cc7
Added imgui_markdown widget.
2019-01-31 09:47:32 -08:00
Бранимир Караџић
493db5de8c
Updated README.
2019-01-30 19:53:58 -08:00
Бранимир Караџић
9054588331
Fixed texture mip mismatch.
2019-01-30 17:43:28 -08:00
Бранимир Караџић
04ff0b9ef5
Updated ImGui.
2019-01-30 09:06:26 -08:00
Бранимир Караџић
f191a5319e
Cleanup.
2019-01-29 22:30:58 -08:00
Branimir Karadžić
001cfa1ba1
Cleanup.
2019-01-29 20:46:55 -08:00
Бранимир Караџић
ec4b823db7
Fixed skip mips when crating BC textures.
2019-01-29 17:43:57 -08:00
Бранимир Караџић
7f426800da
Updated ImGui.
2019-01-28 21:37:57 -08:00