Revision 6146217 by Jacques Lucke April 23, 2020, 10:02 (GMT) |
BLI: optimize VectorSet implementation Instead of building on top of `BLI::Vector`, just use a raw array and handle the growing in `BLI::VectorSet`. After this change, the existing `EdgeSet` can be reimplemented using `BLI::VectorSet` without performance regressions. |
Revision 68cfce1 by Campbell Barton April 23, 2020, 08:38 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 8dedbb1 by Campbell Barton April 23, 2020, 08:25 (GMT) |
Fix T75836: Light target misses updates while dragging |
Revision 6c0ddf1 by Campbell Barton April 23, 2020, 06:15 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision b900a5e by Campbell Barton April 23, 2020, 06:14 (GMT) |
Revision 6489f5a by Campbell Barton April 23, 2020, 05:09 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 83d9ba3 by Campbell Barton April 23, 2020, 05:03 (GMT) |
Fix T75965: Scale to Fit Text Box fails with a single word |
Revision b785feb by Campbell Barton April 23, 2020, 02:12 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision e812512 by Campbell Barton April 23, 2020, 02:10 (GMT) |
Cleanup: clang-format, unused warning |
Revision 5491c04 by Campbell Barton April 23, 2020, 02:06 (GMT) |
Cleanup: add explicit enum values in DNA_rigidbody_types.h |
Revision 101ec2f by Campbell Barton April 23, 2020, 02:02 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision c3accab by Campbell Barton April 23, 2020, 01:46 (GMT) |
Fix invalid rigid body constraint values during 2.83 development Own error in cleanup from 5dcb6fb22f3f unintentionally changed enum values. Although this code violated our own rules to use explicit values to avoid this happening. |
Revision c632396 by Campbell Barton April 23, 2020, 01:31 (GMT) |
Fix T75991: crash when rigidbody encounters unknown constraint type This just adds a check to prevent the crash, Versioning invalid types still needed. |
Revision f6f4ab3 by Clément Foucault April 22, 2020, 19:42 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision a68bd94 by Clément Foucault April 22, 2020, 19:41 (GMT) |
Workbench: Use GPU_texture_copy instead of GPU_framebuffer_blit for TAA This fixes T75477 which seems to be a driver but caused by framebuffer blitting. |
Revision f7753bf by Clément Foucault April 22, 2020, 19:41 (GMT) |
GPU: Add GPU_texture_copy This allow to copy entire texture in a faster way than using framebuffer blitting. This uses ARB_copy_image extension if available and fallback to glCopyTexSubImage2D for older gl version. Both method should be as fast if not faster than the framebuffer blitting. |
Revision 6f8d5ea by Brecht Van Lommel April 22, 2020, 19:04 (GMT) |
Merge branch 'blender-v2.83-release' |
April 22, 2020, 19:03 (GMT) |
UI: Always check if IME Supported After Changing Language Changing from IME-enabled language to English did not turn off IME. Differential Revision: https://developer.blender.org/D7486 Reviewed by Campbell Barton |
Revision c3d8fa1 by Harley Acheson April 22, 2020, 18:28 (GMT) |
UI: Always check if IME Supported After Changing Language Changing from IME-enabled language to English did not turn off IME. Differential Revision: https://developer.blender.org/D7486 Reviewed by Campbell Barton |
Revision 821316b by Dalai Felinto April 22, 2020, 18:20 (GMT) |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021