Blender Git Commit Log
Git Commits -> Revision 1a062e2
Revision 1a062e2 by Sergey Sharybin (master) July 30, 2012, 10:35 (GMT) |
Color management: fix crash in partial display buffer update Crash was caused by the difference in how compositor walks tile rectangles and how they were walked in partial update function: compositor excludes right / top bound and partial update handled it which lead to reading / writing to wrong memory. Switch partial update routines to the same logic as it's used in tile compositor, which made it kind of unified with render rectangle update. |
Commit Details:
Full Hash: 1a062e28af9521d1bfa40f94a693f2a544068631
SVN Revision: 49391
Parent Commit: c60eabd
Lines Changed: +3, -3