Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo commented on pull request blender/blender#114857 2023-11-15 15:24:44 +01:00
Fix #114742: Draw: Buffers never shrink

But that could actually grow the buffer if it was resized manually. Also, I think we may want to eventually use a different heuristic. At some point, twice the size can be just too much.

Miguel Pozo pushed to pull-draw-memory-housekeeping at pragma37/blender 2023-11-14 21:20:20 +01:00
95394ecfdb clear_and_trim
3ce508c5f1 Comments
Compare 2 commits »
Miguel Pozo pushed to pull-eevee-fix-sss-nan at pragma37/blender 2023-11-14 21:08:01 +01:00
fef706d4cf Add early return back
dac896edd6 Refactor: code style in keyframes_keylist.cc
1a8b5bcd43 Fix #114841: Sculpt Multires drawing broken with no mask
0bec7f7360 Fix: Vulkan Texel Buffers Texture Format
f27dd74986 Fix syntax error in last commit
Compare 10 commits »
Miguel Pozo created branch pull-eevee-fix-sss-nan in pragma37/blender 2023-11-14 21:08:01 +01:00
Miguel Pozo commented on issue blender/blender#114742 2023-11-14 19:04:31 +01:00
Regression: Lag and high memory usage from high amount of instances persists after removing those instances

Could you give a try to #114857? It fixes the issue for me, but just to be sure. The builds will be here when ready: https://builder.blender.org/download/patch/PR114857

Miguel Pozo commented on pull request blender/blender#114857 2023-11-14 19:02:49 +01:00
Fix #114742: Draw: Buffers never shrink

@blender-bot package

Miguel Pozo pushed to pull-draw-memory-housekeeping at pragma37/blender 2023-11-14 18:52:15 +01:00
4b1defa78d Resize draw command buffers too
Miguel Pozo created pull request blender/blender#114857 2023-11-14 18:50:03 +01:00
Fix #114742: Draw: Buffers never shrink
Miguel Pozo created branch pull-draw-memory-housekeeping in pragma37/blender 2023-11-14 18:18:08 +01:00
Miguel Pozo pushed to pull-draw-memory-housekeeping at pragma37/blender 2023-11-14 18:18:08 +01:00
2c856692d1 Resize draw command buffers too
09cef5165d Add StorageArrayBuffer::optimize_size
878f71061b Release: Bump version char to release, Bcon5 now
738748094d Release: Versioning code bump for asset shelf code
905c0b84f2 Release: Update manual references for 4.0.
Compare 10 commits »
Miguel Pozo commented on issue blender/blender#114112 2023-11-14 16:37:43 +01:00
DrawData recalc fixes/improvements

Making the render engine dependent on a tick counter from the main even loop does not sound like a good idea to me. Headless (blender --background) renders do not have main loop running. The F12…

Miguel Pozo commented on issue blender/blender#114291 2023-11-13 19:01:03 +01:00
EEVEE Next: Transparency fades to incorrect color on edges.

Leaving here some info for future reference: The issue is that the deferred pass eevee_surf_deferred is still using dual source blending and applying transparency, but the transparency is…

Miguel Pozo pushed to main at blender/blender 2023-11-13 16:53:11 +01:00
f1c7089a2f Fix #114001: EEVEE-Next: Wrong compositing with volumes+transparency
Miguel Pozo closed issue blender/blender#114001 2023-11-13 16:53:10 +01:00
EEVEE Next: Sorting issue with blended transparent materials and volume
Miguel Pozo commented on issue blender/blender#114775 2023-11-13 16:14:11 +01:00
EEVEE Next: Motion blur artifact when deform modifier and GPU subdivision are used

I'm not marking it as a duplicate since the path to trigger it is a bit different but, for reference, this is the same underlying issue as #114144.

Miguel Pozo pushed to main at blender/blender 2023-11-13 15:36:39 +01:00
f32699369d Merge branch 'blender-v4.0-release'
aef7a17aa5 Fix #114189: Workbench: VR Session crashes on exit
b98bc26173 Fix #114714: Rotating the View can drastically change the view's position when Auto Depth or Orbit Arround Select is set
Compare 3 commits »
Miguel Pozo deleted branch pull-fix-vr-surface from pragma37/blender 2023-11-13 15:35:26 +01:00
Miguel Pozo closed issue blender/blender#114189 2023-11-13 15:35:24 +01:00
Workbench Next : VR Session crashes on exit
Miguel Pozo pushed to blender-v4.0-release at blender/blender 2023-11-13 15:35:21 +01:00
aef7a17aa5 Fix #114189: Workbench: VR Session crashes on exit
Miguel Pozo merged pull request blender/blender#114795 2023-11-13 15:35:21 +01:00
Fix #114189: Workbench: VR Session crashes on exit