Xavier Hallade xavierh
  • Joined on 2022-02-21
Xavier Hallade commented on pull request blender/blender#127461 2024-09-11 18:20:53 +02:00
Cycles: simplify fmodf(c, 1.0f) to fractf(c) in hsv node

I get close to 1% overall performance improvement on benchmark scenes on my A770 with this change... which is a rather nice speedup considering the small scope of that modification. I haven't…

Xavier Hallade pushed to igc-1.0.17384 at xavierh/blender 2024-09-11 18:08:32 +02:00
a2e4cedaca Build: upgrade Intel Graphics Compiler and ocloc on Linux
30dbb7820d Cleanup: VSE effects never have 3 inputs, remove seq3 handling
1a52f2bbab Fix #126924: instable fire simulation by default
56db2d393d Cycles: oneAPI: use ocloc 101.5972 on Windows
473711b579 Build: avoid compiling Intel GPU binaries if no devices are set
Compare 171 commits »
Xavier Hallade created pull request blender/blender#127461 2024-09-11 17:57:38 +02:00
Cycles: simplify fmodf(c, 1.0f) to c - floorf(c) in hsv node
Xavier Hallade pushed to floorf at xavierh/blender 2024-09-11 17:56:53 +02:00
7f26d6da17 Cycles: simplify fmodf(c, 1.0f) to c - floorf(c) in hsv node
Xavier Hallade deleted branch ocloc_windows from xavierh/blender 2024-09-11 17:34:35 +02:00
Xavier Hallade merged pull request blender/blender#127371 2024-09-11 17:34:32 +02:00
Cycles: oneAPI: use ocloc 101.5972 on Windows
Xavier Hallade pushed to main at blender/blender 2024-09-11 17:34:32 +02:00
56db2d393d Cycles: oneAPI: use ocloc 101.5972 on Windows
473711b579 Build: avoid compiling Intel GPU binaries if no devices are set
Compare 2 commits »
Xavier Hallade pushed to floorf at xavierh/blender 2024-09-11 17:00:50 +02:00
23255d1c84 Cycles: simplify fmodf(c, 1.0f) to c - floorf(c) in hsv node
a602e5530a Fix #127437: Crash with parallel shader compilation
8182f684be Fix #127054: crash due to integer overflow in Resample Curves node
1618448abd Sculpt: Store multires grids data in separate arrays
4c2718e318 Fix #126821: compress saving option gets removed when recovering from autosave
Compare 10 commits »
Xavier Hallade created branch floorf in xavierh/blender 2024-09-11 17:00:50 +02:00
Xavier Hallade commented on pull request blender/blender#127371 2024-09-11 12:45:58 +02:00
Cycles: oneAPI: use ocloc 101.5972 on Windows

@Sergey yes I did test these patches on a Linux machine with the current set of prebuilts, it "works", it just doesn't precompile binaries for any device since old linux ocloc doesn't support the…

Xavier Hallade pushed to igc-1.0.17384 at xavierh/blender 2024-09-10 17:54:53 +02:00
ca4f346f26 Build: revert dpcpp SPIRV-Headers version change
Xavier Hallade commented on pull request blender/blender#127251 2024-09-10 17:50:08 +02:00
Build: upgrade Intel Graphics Compiler and ocloc on Linux

good catch, there is another version of SPIRV-Headers used by IGC and I've updated this one by mistake. It still works but no, a dpcpp rebuild is not required, I'll remove this part.

Xavier Hallade commented on pull request blender/blender#127371 2024-09-09 21:43:41 +02:00
Cycles: oneAPI: use ocloc 101.5972 on Windows

@blender-bot package

Xavier Hallade created pull request blender/blender#127371 2024-09-09 21:42:31 +02:00
Cycles: oneAPI: use ocloc 101.5972 on Windows
Xavier Hallade created branch ocloc_windows in xavierh/blender 2024-09-09 21:41:01 +02:00
Xavier Hallade pushed to ocloc_windows at xavierh/blender 2024-09-09 21:41:01 +02:00
bc9fd34b5b Cycles: oneAPI: use ocloc 101.5972 on Windows
6d47f00abd Build: avoid compiling Intel GPU binaries if no devices are set
8aead3a6d9 Fix #126707: SVG export nodes wrong hierarchy ignores clipping
ad7d7212c1 Sculpt: Face corner indexed mesh GPU data extraction
9d3b2b51a7 Cleanup: None of VSE effects have three image inputs
Compare 10 commits »
Xavier Hallade created pull request blender/blender#127251 2024-09-06 15:13:12 +02:00
Build: upgrade Intel Graphics Compiler and ocloc on Linux and Windows
Xavier Hallade pushed to igc-1.0.17384 at xavierh/blender 2024-09-06 15:08:50 +02:00
7e4f56d34b Build: upgrade Intel Graphics Compiler and ocloc on Linux and Windows
cf1a67bd02 Build: avoid compiling Intel GPU binaries if no devices are set
b2fdae6f0e Vulkan: GPU depth picking
a5cb4a6ae3 Fix (unreported) broken do_version on particles settings for very old files.
3d2408fb4e Tests: blendfile versioning: print loaded file/linked ID by default.
Compare 10 commits »
Xavier Hallade created branch igc-1.0.17384 in xavierh/blender 2024-09-06 15:08:49 +02:00