This project is mirrored from https://git.alchemyviewer.org/alchemy/alchemy-next.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
- Jan 31, 2023
-
-
Andrey Kleshchev authored
-
Henri Beauchamp authored
This commit adds the HBXX64 and HBXX128 classes for use as a drop-in replacement for the slow LLMD5 hashing class, where speed matters and backward compatibility (with standard hashing algorithms) and/or cryptographic hashing qualities are not required. It also replaces LLMD5 with HBXX* in a few existing hot (well, ok, just "warm" for some) paths meeting the above requirements, while paving the way for future use cases, such as in the DRTVWR-559 and sibling branches where the slow LLMD5 is used (e.g. to hash materials and vertex buffer cache entries), and could be use such a (way) faster algorithm with very significant benefits and no negative impact. Here is the comment I added in indra/llcommon/hbxx.h: // HBXXH* classes are to be used where speed matters and cryptographic quality // is not required (no "one-way" guarantee, though they are likely not worst in // this respect than MD5 which got busted and is now considered too weak). The // xxHash code they are built upon is vectorized and about 50 times faster than // MD5. A 64 bits hash class is also provided for when 128 bits of entropy are // not needed. The hashes collision rate is similar to MD5's. // See https://github.com/Cyan4973/xxHash#readme for details.
-
- Jan 30, 2023
-
-
David Parks authored
-
David Parks authored
SL-19015 Bump probe resolution back to 256 by default (drop to 128 if vram < 2GB), remove irradiance map feedback loop (one bounce, but but more stable and allows for much brighter first bounce), make sky contribution to irradiance not tint the world blue. Make irradiance that appears in radiance maps match world irradiance.
-
Brad Linden authored
-
- Jan 27, 2023
-
-
David Parks authored
* SL-19203 WIP -- Integrate SSR with reflection probes. Decruft LLRenderTarget. * SL-19203 WIP -- Re-integrate SSR. Incidental decruft. * SL-19203 WIP -- SSR frame delta correction (still broken for Z) * SL-19203 WIP -- SSR frame delta Z fix * SL-19203 WIP -- Make SSR toggleable again and disable SSR in cube snapshots. * SL-19203 WIP -- Soften sphere probe transitions and fix reflections on void water (make fallback probe a simple terrain+water+sky probe). Remove parallax correction for automatic probes to reduce artifacts. * SL-19203 Tune probe blending. * SL-19203 Cleanup.
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Jan 25, 2023
-
-
cosmic-linden authored
SL-19081: Fix assert when uploading texture
-
Cosmic Linden authored
-
cosmic-linden authored
SL-19012: Fix new material IDs sometimes not applying when set via LSL
-
Cosmic Linden authored
-
- Jan 24, 2023
-
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
- Jan 23, 2023
-
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
cosmic-linden authored
SL-19014 Sanitize the override data sent for faces without GLTF materials
-
Andrey Kleshchev authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
Andrey Kleshchev authored
-
David Parks authored
-
- Jan 20, 2023
-
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
- Jan 19, 2023
-
-
Brad Linden authored
Attempt to simplify and avoid use of GL_UNSIGNED_INT_8_8_8_8_REV where not needed
-
David Parks authored
SL-18869 Followup -- leverage "small commands" and time slicing to get rid of frame stalls on main thread without the need for multithreaded GL
-
David Parks authored
SL-18869, SL-18772 Overhaul VBO management, restore occlusion culling, intel compatibility pass, etc
-
- Jan 12, 2023
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Jan 11, 2023
-
-
David Parks authored
-