Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo merged pull request blender/blender#113251 2023-10-06 15:31:53 +02:00
Workbench: Fix: Performance Regressions
Miguel Pozo pushed to blender-v4.0-release at blender/blender 2023-10-06 15:31:53 +02:00
fe39456ba5 Workbench: Fix: Performance Regressions
Miguel Pozo deleted branch pull-fix-duplikeys-2 from pragma37/blender 2023-10-06 15:30:00 +02:00
Miguel Pozo pushed to main at blender/blender 2023-10-06 15:29:59 +02:00
57cfe20e5b EEVEE-Next: Fix DupliObject ObjectKey
Miguel Pozo merged pull request blender/blender#113252 2023-10-06 15:29:59 +02:00
EEVEE-Next: Fix DupliObject ObjectKey
Miguel Pozo pushed to pull-workbench-opti-cleanup at pragma37/blender 2023-10-05 20:14:23 +02:00
0e934a263e Convert StencilBits to enum class
Miguel Pozo commented on pull request blender/blender#113251 2023-10-05 19:39:45 +02:00
Workbench: Fix: Performance Regressions

It's hard to measure, but I'm pretty sure it won't hurt. Another reason for doing this is to ensure Framebuffers don't change their attachments from sample to sample (since they will if the order…

Miguel Pozo pushed to main at blender/blender 2023-10-05 19:37:11 +02:00
40f93532bb Fix: EEVEE-Next: Irradiance Grid baking
Miguel Pozo commented on pull request blender/blender#113251 2023-10-05 18:42:19 +02:00
Workbench: Fix: Performance Regressions

To ensure the values are uint8_t. I could enum StencilBits: unsigned char instead, but then you lose they leak into the parent namespace. Or use an enum class, but then you need custom…

Miguel Pozo commented on pull request blender/blender#113251 2023-10-05 18:34:47 +02:00
Workbench: Fix: Performance Regressions

If you are using TAAx16, for example, the engine is going to acquire smaa_edge_tx_ for the first 5 samples, but not for the rest. So, in sample 13, the texture is going to be released from the…

Miguel Pozo deleted branch pull-eevee-next-tests from pragma37/blender 2023-10-05 16:03:00 +02:00
Miguel Pozo merged pull request blender/blender#112161 2023-10-05 16:02:58 +02:00
EEVEE-Next: Tests support
Miguel Pozo pushed to main at blender/blender 2023-10-05 16:02:57 +02:00
b4de568cc4 EEVEE-Next: Tests support
Miguel Pozo commented on issue blender/blender#113260 2023-10-05 15:46:38 +02:00
Workbench Next shadows assertion

@Michael-Parkin-White-Apple I can't reproduce it. Whatever the issue is, it should be dependent only on the view/projection matrix, not the scene objects. If you paste here the view and…

Miguel Pozo commented on issue blender/blender#113010 2023-10-05 15:16:32 +02:00
Regression: Blender 4.0 3D View resizing in Workbench mode slower and laggier than 3.6

Awesome! Thanks for checking.

Miguel Pozo commented on pull request blender/blender#112161 2023-10-05 15:14:41 +02:00
EEVEE-Next: Tests support
Miguel Pozo pushed to pull-eevee-next-tests at pragma37/blender 2023-10-04 21:24:18 +02:00
b5ab06b245 Fix initialization order
9b474f7b71 Fix unregistration
5e936dc0c1 Add comment
95b6c37443 Merge branch 'main' into pull-eevee-next-tests
d7a21d0199 Merge branch 'blender-v4.0-release'
Compare 119 commits »
Miguel Pozo created pull request blender/blender#113252 2023-10-04 19:21:41 +02:00
EEVEE-Next: Fix DupliObject ObjectKey
Miguel Pozo created branch pull-fix-duplikeys-2 in pragma37/blender 2023-10-04 18:53:37 +02:00
Miguel Pozo pushed to pull-fix-duplikeys-2 at pragma37/blender 2023-10-04 18:53:37 +02:00
bb25020afc Fix recalc
747c9ef0ad Revert "Revert "EEVEE-Next: Fix DupliObject ObjectKey""
e1a868df1d Merge branch 'blender-v4.0-release'
Compare 3 commits »