Revision a47a64d by Clément Foucault / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
GPUImmediate: GL backend isolation This is part of the Vulkan backend task T68990. This is mostly a cleanup, however, there is a small change: We don't use a special Vertex Array binding function for Immediate anymore and just reuse the one for batches. This might create a bit more state changes but this could be fixed easily if it causes perf regression. # Conflicts: # source/blender/gpu/intern/gpu_context.cc |
Revision a823597 by Clément Foucault / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Cleanup: GPU_immediate: Change assert to BLI_assert |
Revision adfa705 by Germano Cavalcante / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Fix T79973: Re-ordering face maps messes up the names of other face maps Use a remap function instead a swap. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D8739 |
Revision bfe2225 by Clément Foucault / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
GLContext: Fix framebuffer deletion to GPUContext This has more meaning as it's the base class who holds the pointer. # Conflicts: # source/blender/gpu/opengl/gl_context.cc |
Revision d0e2ce5 by Jacques Lucke / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Cleanup: reduce variable scope and use LISTBASE_FOREACH |
Revision f18f6d5 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 07:07 (GMT) |
LineArt: DNA/RNA cleanup. |
Revision 0e1dd86 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 07:03 (GMT) |
LineArt: Names clean up. |
Revision 10f8a79 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 02:49 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision b45728b by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 30, 2020, 02:43 (GMT) |
LineArt: added ratio() after interp() functions in math lib. |
Revision f14bb97 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 30, 2020, 02:23 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision 00eee50 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:26 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp # Conflicts: # build_files/cmake/config/blender_full.cmake # build_files/cmake/config/blender_lite.cmake # build_files/cmake/config/blender_release.cmake |
Revision 5f4be7f by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
LineArt: Better desctiption for enable linked objects |
Revision 60881cf by Bastien Montagne / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
Cleanup 'make vertex parent' operator code. More localized variables, avoid ugly 'offset by one' index usage in favor of explicit `INDEX_UNSET` define, etc. No behavior change expected from this commit. |
Revision 954c79f by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
Revision a55c383 by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
Cleanup: use doxy sections in interface_panels.c |
Revision b51ebc6 by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
Cleanup: spelling |
Revision 64438d6 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 03:29 (GMT) |
LineArt: Slope throw away threshold in lineart_LineIntersectTest2d() |
Revision b8cf5b7 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 28, 2020, 05:06 (GMT) |
LineArt: More fluent viewport manipulation (canceling sequence optimization) |
Revision 27307a2 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 28, 2020, 04:41 (GMT) |
LineArt: Better manuverability with quick cancel. |
Revision 328b28c by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 28, 2020, 03:34 (GMT) |
LineArt: Feature line compatible clipping. |
|