1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
Commit Graph

619 Commits

Author SHA1 Message Date
Bartosz Taudul 580944af65 Update manual. 2019-08-17 17:11:12 +02:00
Bartosz Taudul 26e93b35c6 Update manual. 2019-08-16 20:31:16 +02:00
Bartosz Taudul 2e31c26ae5 Update manual. 2019-08-15 20:21:09 +02:00
Bartosz Taudul 3e06daef31 Update manual. 2019-08-15 20:17:36 +02:00
Bartosz Taudul bccb845908 Update manual. 2019-08-14 22:19:11 +02:00
Bartosz Taudul 29819321b9 Update manual. 2019-08-14 21:45:34 +02:00
Bartosz Taudul cf4e04440e Update manual. 2019-08-14 18:42:04 +02:00
Bartosz Taudul e5c40b74ee Update manual. 2019-08-13 21:18:52 +02:00
Bartosz Taudul 8aa0be39d5 Drop support for CPU id queries. 2019-08-12 23:05:34 +02:00
Bartosz Taudul 0b944c88bb Add a note about condition variables. 2019-08-12 17:01:01 +02:00
Bartosz Taudul 760357d6ea Explain why there are two methods for filling serial queue. 2019-08-12 13:19:10 +02:00
Bartosz Taudul 6fca188603 Update tech docs. 2019-08-08 19:25:35 +02:00
Bartosz Taudul 177b79a528 Update manual. 2019-08-04 16:19:51 +02:00
Bartosz Taudul 8953a2652e Update manual. 2019-08-04 00:48:29 +02:00
Bartosz Taudul 51bdbdb71f Update manual. 2019-08-03 15:09:19 +02:00
Bartosz Taudul b3a1f932c3 Update tech docs. 2019-08-02 20:46:20 +02:00
Bartosz Taudul 138743f880 Update manual. 2019-08-01 23:24:51 +02:00
Bartosz Taudul 28220a5fbf Update manual. 2019-07-30 01:15:14 +02:00
Bartosz Taudul e289f2b8c0 Update tech docs. 2019-07-30 01:15:14 +02:00
Bartosz Taudul 89928fde7b Queue must be always able to alloc. 2019-07-29 22:13:16 +02:00
Bartosz Taudul 705a2fa3f4 Update manual. 2019-07-27 01:09:39 +02:00
Bartosz Taudul b19d633d68 Update tech docs. 2019-07-24 23:15:45 +02:00
Bartosz Taudul a7e0b1614a Update manual. 2019-07-24 23:14:53 +02:00
Bartosz Taudul d908e148ec Update DXT1 AVX timings. 2019-07-22 20:01:16 +02:00
Bartosz Taudul cdbaec38eb Update tech docs. 2019-07-20 16:46:54 +02:00
Bartosz Taudul db80673b9e Update DXT1 AVX timings. 2019-07-20 14:54:52 +02:00
Bartosz Taudul 396c28011e Update DXT1 compression timings. 2019-07-19 22:16:33 +02:00
Bartosz Taudul 06296283b7 Fix texture completeness. 2019-07-19 00:53:34 +02:00
Bartosz Taudul 9ec6c1e12d Basic technical documentation. 2019-07-15 21:00:12 +02:00
Bartosz Taudul b99315ffbe Add some notes on how to get the most accurate results. 2019-07-13 20:49:56 +02:00
Bartosz Taudul 74a40c230f MinGW is also supported. 2019-07-13 20:49:50 +02:00
Bartosz Taudul 0ce93f714b Cosmetics. 2019-07-13 20:49:36 +02:00
Bartosz Taudul ff9637e884 Update DXT1 timings table.
Clang is able to get much better times on ARM (around 430 us for both
ARM32 and ARM64 NEON). The reference implementation is 1.13 ms on clang.
2019-07-13 20:24:58 +02:00
Bartosz Taudul 5633dc5a87 Add ARM64 NEON timings for DXT1 compression. 2019-07-13 15:32:07 +02:00
Bartosz Taudul 4c93952ffb Update manual. 2019-07-13 02:03:26 +02:00
Bartosz Taudul 5a4c7518ed Update manual. 2019-07-12 19:03:05 +02:00
Bartosz Taudul cd018e88a4 Update manual. 2019-07-11 20:32:39 +02:00
Bartosz Taudul 05dd9a5e59 Update DXT1 timings. 2019-07-08 00:16:06 +02:00
Bartosz Taudul a33205e3bd Update DXT1 timings. 2019-07-08 00:01:57 +02:00
Bartosz Taudul bde9045af5 Update DXT1 timings.
SSE takes a hit due to unfavourable codegen.
2019-07-06 00:51:19 +02:00
Bartosz Taudul e9676ea1d5 Update DXT1 timings. 2019-07-05 18:38:52 +02:00
Bartosz Taudul d664b93ae0 Describe why there's no CPU usage graph in android traces. 2019-07-03 00:08:30 +02:00
Bartosz Taudul 080ec6e836 Expand manual wrt manual zone scope management. 2019-07-01 18:29:24 +02:00
Bartosz Taudul 3c45476012 Update timings again. 2019-06-30 12:16:22 +02:00
Bartosz Taudul 43042a2aa8 Update DXT1 timings table. 2019-06-30 03:39:37 +02:00
Bartosz Taudul ddd89dcce5 Add DXT1 AVX2 timings. 2019-06-30 03:23:20 +02:00
Bartosz Taudul a1e3d9765f Update DXT1 SSE timings. 2019-06-29 12:23:29 +02:00
Bartosz Taudul 370fead4b2 Update DXT1 timings table. 2019-06-29 02:10:35 +02:00
Bartosz Taudul 50ac219e97 Update NEON timings in DXT1 table. 2019-06-28 22:40:04 +02:00
Bartosz Taudul 4ee45259f2 Update SSE timings in DXT1 table. 2019-06-28 22:00:59 +02:00