Block a user
4547260bda
Merge branch 'blender-v4.2-release'
4bde68cdd6
Cycles: Compress GPU kernels to reduce file size
Cycles: Add Diffuse Roughness option to Principled BSDF
WIP since GLSL compilation fails:
shaders/material/gpu_shader_material_principled.glsl:30:6 error: Too much parameter in function
As long as we're not supporting this in EEVEE…
Lukas Stockner
pushed to principled-diffuse-roughness at LukasStockner/blender
2024-06-23 01:21:05 +02:00
f99d8848db
Add GLSL parameter
Cycles: Add Diffuse Roughness option to Principled BSDF
Lukas Stockner
created branch principled-diffuse-roughness in LukasStockner/blender
2024-06-23 00:59:30 +02:00
Lukas Stockner
pushed to principled-diffuse-roughness at LukasStockner/blender
2024-06-23 00:59:30 +02:00
f32a699112
Cycles: Add Diffuse Roughness option to Principled BSDF
cc9bd758c9
UI: Increase in Maximum Resolution Scale
c295c9f818
Fix #123594: ICON_NONE Should be No Op
8cfe25b90c
Merge branch 'blender-v4.2-release'
f885b2267f
Merge branch 'blender-v4.2-release'
Lukas Stockner
deleted branch cycles-kernel-zstd from LukasStockner/blender
2024-06-23 00:52:44 +02:00
Cycles: Compress GPU kernels to reduce file size
Cycles: Compress GPU kernels to reduce file size
Update:
- Wrote proper commit message
- Converted compressor tool to C++ IO to get RAII instead of copy-pasting
fclose
over and over. - Added SPDX header.
@blender-bot package
Cycles: Compress GPU kernels to reduce file size
Checking the build log, seems it's not installing
.zst
files for.fatbin
andhipfb
.
In the ongoing build? My initial commit was missing those, but now they should be included.
Cycles: Compress GPU kernels to reduce file size
We could change
path_read_binary
andpath_read_text
to automatically work with compressed files by checking for the existence of a file with.zst
extension, and if not trying to read it…
Cycles: Additional scattering phase functions
I recently came across this paper: https://research.nvidia.com/labs/rtr/approximate-mie/
Might make sense to implement that as well?
Cycles: Compress GPU kernels to reduce file size
f9c9c40321
Cycles: Compress GPU kernels to reduce file size
47158e1606
Fix #123528: Cycles viewport denoiser not using GPU for CPU render
046a8f92eb
Fix #123539: Object Info node incorrectly reports dependency cycle
9004e7b668
Fix: Compiler warning about format string
a13a116de9
Fix #112804: Compositor movie not rendering if cache is full