Commit Graph

21 Commits

Author SHA1 Message Date
tamasmeszaros
b12d0c6db2 Merge branch 'master' into tm_zero_elev_ui 2019-08-07 15:53:41 +02:00
tamasmeszaros
a8a20faab8 Fix build without PCH 2019-08-07 11:17:17 +02:00
bubnikv
e5947c4d1c Added missing include 2019-08-06 17:10:03 +02:00
bubnikv
55fec86950 Missing include (required by clang, not required by msvc) 2019-08-06 11:40:33 +02:00
bubnikv
5e49954098 Fixed parallelization of texture compression:
Memory synchronization (memory barriers) are introduced using
std::atomic variables.
2019-08-06 11:29:26 +02:00
Enrico Turri
60afe7d115 Refactoring into GLTexture::Compressor 2019-08-01 11:01:18 +02:00
Enrico Turri
d7a4560100 Refactoring in GLTexture 2019-07-19 11:18:19 +02:00
Enrico Turri
6f6309fb64 Render custom bed textures in png format on prusa beds 2019-07-19 09:18:09 +02:00
Enrico Turri
0af66cfe82 ENABLE_COMPRESSED_TEXTURES set as default 2019-06-24 09:54:58 +02:00
Enrico Turri
9f4881e88b Update 3D scene when all compressed texture data are sent to GPU 2019-06-05 10:07:59 +02:00
Enrico Turri
e9d6007c00 Fixed race condition while compressing texture data and sending them to the GPU 2019-06-03 13:53:30 +02:00
Enrico Turri
9211475bdf Temporary low-res texture shown while generating compressed data on the CPU 2019-06-02 11:01:51 +02:00
Enrico Turri
8231684ea4 Asynchronous texture compression on CPU 2019-05-31 15:25:02 +02:00
Enrico Turri
5eab8cddfa Application of anisotropy to textures moved into GLTexture methods 2019-05-28 15:21:34 +02:00
Enrico Turri
4ab6ee114c Texture compression set as an option 2019-05-28 12:53:16 +02:00
Lukas Matena
4c285950bc Separated gizmos into individual files 2019-03-18 11:45:15 +01:00
Enrico Turri
0aa6440c82 Fixed build on Mac and Linux 2019-02-26 13:27:41 +01:00
Enrico Turri
fd3c1e11f6 Automatic generation of variants of icons for toolbars and gizmos 2019-02-26 12:56:13 +01:00
Enrico Turri
419e951a7e 1st installment of svg icons for toolbars and gizmos 2019-02-26 09:56:23 +01:00
Enrico Turri
1be5c11f52 Printbed textures generated from svg files 2019-02-20 15:23:23 +01:00
bubnikv
1260b8deb3 WIP: Moved sources int src/, separated most of the source code from Perl.
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
2018-09-19 11:02:24 +02:00