glitchy-virophage
  • Joined on 2023-02-21
glitchy-virophage commented on pull request blender/blender#115021 2023-12-18 06:52:55 +01:00
Mesh: Multithreaded transformation apply

i see

glitchy-virophage commented on pull request blender/blender#115021 2023-11-26 09:26:43 +01:00
Mesh: Multithreaded transformation apply

oh, i see where i went wrong, i was trying to replace the for loop with threading::parallel_for()

glitchy-virophage commented on pull request blender/blender#115021 2023-11-26 02:42:00 +01:00
Mesh: Multithreaded transformation apply

i have no idea

glitchy-virophage commented on pull request blender/blender#115021 2023-11-18 06:13:04 +01:00
Mesh: Multithreaded transformation apply

the function being run is a lambda expression which is not compatible with it

glitchy-virophage created pull request blender/blender#115021 2023-11-17 00:11:35 +01:00
added multithreading to 2 commonly used functions in source/blender/blenkernel/intern/mesh.cc
glitchy-virophage closed pull request blender/blender#112882 2023-11-16 01:43:57 +01:00
Optimize IMB_alpha_under_color_float Function for Improved Clarity and Performance
glitchy-virophage commented on issue blender/blender#103789 2023-11-16 01:41:15 +01:00
Remove unnecessary mesh position copying

it stopped again?! also i found out that BKE_mesh_vert_coords_apply_with_mat4 is much easier to remove since it is only called once in the entire code, i am going to work on that

glitchy-virophage commented on issue blender/blender#103789 2023-11-15 04:43:07 +01:00
Remove unnecessary mesh position copying

it is working now, (dont know what happened)

glitchy-virophage commented on issue blender/blender#103789 2023-11-15 00:27:09 +01:00
Remove unnecessary mesh position copying

hey i am trying to work on "BKE_mesh_vert_coords_alloc", i put a debug print somewhere i was gonna remove it but nothing, then i tried somewhere else, nothing, not even inside the function, what…

glitchy-virophage commented on issue blender/blender#103789 2023-11-14 20:50:52 +01:00
Remove unnecessary mesh position copying

hey i used grep on linux on the entire source code and i could not find a single instance of "BKE_mesh_vert_coords_get" that should be marked off

glitchy-virophage commented on pull request blender/blender#112882 2023-09-28 08:50:55 +02:00
Optimize IMB_alpha_under_color_float Function for Improved Clarity and Performance

after looking, that only difference i could think of was that i use make release which uses optimization flags, but i thought releases of blender would use make release, i will test this out

glitchy-virophage commented on pull request blender/blender#112882 2023-09-28 07:19:57 +02:00
Optimize IMB_alpha_under_color_float Function for Improved Clarity and Performance

ummmm, something is wrong, i tried reverting the function changes and the rendering was around 6 minutes, i havent changed anything else but it is faster than the installed one

glitchy-virophage commented on pull request blender/blender#112882 2023-09-28 07:05:19 +02:00
Optimize IMB_alpha_under_color_float Function for Improved Clarity and Performance

in the previous version this const caused a build error and i accidentally copied the old one with the const

glitchy-virophage commented on pull request blender/blender#112882 2023-09-27 03:44:56 +02:00
Optimize IMB_alpha_under_color_float Function for Improved Clarity and Performance

i did more testing this time not on performance mode, the original averaged out at 10 minutes and the modified build averaged at 5 minutes, i will do further tests using a different 3d model to…

glitchy-virophage created pull request blender/blender#112882 2023-09-26 02:28:51 +02:00
Optimize IMB_alpha_under_color_float Function for Improved Clarity and Performance
glitchy-virophage closed pull request blender/blender#106573 2023-05-09 10:59:32 +02:00
optimized blenloader for loops
glitchy-virophage reopened pull request blender/blender#106573 2023-05-09 10:59:12 +02:00
optimized blenloader for loops
glitchy-virophage commented on pull request blender/blender#106573 2023-05-09 10:57:45 +02:00
optimized blenloader for loops

I improved the readability

glitchy-virophage commented on pull request blender/blender#106573 2023-04-06 01:10:26 +02:00
optimized blenloader for loops

here is a another test

glitchy-virophage commented on pull request blender/blender#106573 2023-04-05 23:46:37 +02:00
optimized blenloader for loops

i fixed the benchmark error and i got some mixed results