Habib Gahbiche zazizizou
  • Joined on 2015-02-21
Habib Gahbiche created pull request blender/blender#111994 2023-09-05 19:53:41 +02:00
Fix: Build error with Audaspace turned on
Habib Gahbiche created branch fix-build-with-audaspace-on in zazizizou/blender 2023-09-05 19:48:57 +02:00
Habib Gahbiche pushed to fix-build-with-audaspace-on at zazizizou/blender 2023-09-05 19:48:57 +02:00
d04f3234d8 Fix: Build error with Audaspace turned on
fdda220a64 FIx: Workbench: Texture-less materials in texture mode
df26271db4 Fix NaN in Principled Huang Hair sphg_dir()
d5b9127e1b Fix: free BoneCollection ID props when the collection is freed
71b4a97cbc Refactor: De-duplicate Metal RT self intersection checks
Compare 10 commits »
Habib Gahbiche pushed to com-kuwahara-sat at zazizizou/blender 2023-09-05 19:01:29 +02:00
1850383c77 Fix tests not passing in release mode
d1aed80385 Merge remote-tracking branch 'origin/main' into com-kuwahara-sat
02736d28cd Fix error batch renaming light probes
644297cc6e Cleanup: Remove mistanly committed timer
646b3555ff Cleanup: Use C++ Set for expand snap enabled face sets
Compare 52 commits »
Habib Gahbiche closed pull request blender/blender#111367 2023-09-05 18:59:52 +02:00
Cleanup: use TESTS instead of TEST for WITH_COMPOSITOR_REALTIME_TESTS
Habib Gahbiche commented on pull request blender/blender#111367 2023-09-05 18:59:50 +02:00
Cleanup: use TESTS instead of TEST for WITH_COMPOSITOR_REALTIME_TESTS

Done in #111437.

Habib Gahbiche commented on pull request blender/blender#111749 2023-09-04 22:57:57 +02:00
GPU: Add support for memoryless textures

@fclem thank you!

Habib Gahbiche commented on pull request blender/blender#111749 2023-09-04 21:08:10 +02:00
GPU: Add support for memoryless textures

This seems to break build on mac, see https://builder.blender.org/admin/#/builders/9/builds/11993. Could you have a look?

Habib Gahbiche pushed to com-kuwahara-sat at zazizizou/blender 2023-09-03 23:17:04 +02:00
396f034689 cleanup: comments
996eec154d Merge remote-tracking branch 'origin/main' into com-kuwahara-sat
5f9149fa37 Correct declaration in header file
30de3d7c1a EEVEE-Next: Move LUT to C++ and eevee-next folder
8fe1ec100b BLI: Math: Allow vector of 1 component
Compare 429 commits »
Habib Gahbiche pushed to com-kuwahara-sat at zazizizou/blender 2023-09-03 12:52:30 +02:00
de0f57b22a Fix failing unit tests
Habib Gahbiche commented on pull request blender/blender#111150 2023-09-03 12:25:46 +02:00
Speedup classic Kuwahara filter by summed area table

I looked into the GPU implementation. The problem was the definition of "area" for SAT. In my implementation I assumed the last element of area is not inclusive (the same way image[height] is…

Habib Gahbiche commented on pull request blender/blender#111150 2023-09-03 12:25:44 +02:00
Speedup classic Kuwahara filter by summed area table

I looked into the GPU implementation. The problem was the definition of "area" for SAT. In my implementation I assumed the last element of area is not inclusive (the same way image[height] is…

Habib Gahbiche commented on pull request blender/blender#111150 2023-08-22 13:01:37 +02:00
Speedup classic Kuwahara filter by summed area table

@OmarEmaraDev such cases (area of 1 line or column at image border) yield wrong results using SAT implementation ported from GPU.

Habib Gahbiche created pull request blender/blender#111367 2023-08-22 01:18:52 +02:00
Cleanup: use TESTS instead of TEST for WITH_COMPOSITOR_REALTIME_TESTS
Habib Gahbiche commented on pull request blender/blender#111151 2023-08-22 01:15:35 +02:00
Cleanup: i18n remove extraction macro from Kuwahara node

No, I searched manually for the remaining nodes. Is this change undesired?

Habib Gahbiche created branch com-cleaup-flag in zazizizou/blender 2023-08-22 01:14:29 +02:00
Habib Gahbiche pushed to com-cleaup-flag at zazizizou/blender 2023-08-22 01:14:29 +02:00
b00ee718ae Cleanup: use TESTS instead of TEST for WITH_COMPOSITOR_REALTIME_TESTS
c02f2f4947 Fix #109454: Snapping from Tools doesn't work if Depth option is not Surface
baa8f663a2 Fix (unreported) nullptr access in BKE_fcurve_handles_recalc_ex
5da64ff596 Fix #111355: Crash when calling operator 'TEXT_OT_save'
9269afda59 Fix VSE strip text crashing on assert
Compare 10 commits »
Habib Gahbiche pushed to com-kuwahara-sat at zazizizou/blender 2023-08-20 10:45:40 +02:00
162d7d500b Fix build error caused by merge
f9a3362023 Merge remote-tracking branch 'origin/main' into com-kuwahara-sat
4ad34194ed Finalize SAT for tiled compositor
b25b13a90b Fix #111278: UI Text Extension of Selection
5a8cb665e0 Cleanup: various non-functional C++ changes
Compare 145 commits »