Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sergcpp committed Feb 29, 2024
1 parent 71b5be9 commit 5f57a58
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Changelog

## [Unreleased]

### Added

### Fixed

### Changed

### Removed


## [0.1.0] - 2024-02-29

### Added

- LTC area lights
- Static TAA mode
- Lighting support in RT shaders
- Software raytracing fallback
- BC4/BC5 texture compression
- Gbuffer normals dithering
- Hacky ambient term for GI
- LUT tonemapping (must be provided externally)
- Freelist allocator
- Graphical tests

### Fixed

- Color banding artifacts
- SSR artifacts on Intel GPUs
- Incorrect SSR ray length

### Changed

- Improved reflections denoising
- OGL shader permutations preprocessing
- Assets preprocessing is multithreaded
- Renderer frontend is partially parallelized

### Removed

- LinearAlloc


[Unreleased]: https://github.com/sergcpp/Eng/compare/v0.1.0...master
[0.1.0]: https://github.com/sergcpp/Eng/releases/v0.1.0

0 comments on commit 5f57a58

Please sign in to comment.