Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo created pull request blender/blender#111993 2023-09-05 19:51:57 +02:00
Workbench: Remove old implementation
Miguel Pozo pushed to main at blender/blender 2023-09-05 19:47:32 +02:00
fdda220a64 FIx: Workbench: Texture-less materials in texture mode
Miguel Pozo created branch pull-remove-old-workbench in pragma37/blender 2023-09-05 19:45:23 +02:00
Miguel Pozo pushed to pull-remove-old-workbench at pragma37/blender 2023-09-05 19:45:23 +02:00
dbc54c2ec0 Remove WORKBENCH_NEXT defines
217062b5ee Remove next postfix
661a38665b Remove old workbench files
731946bfe9 Rename BLENDER_WORKBENCH_NEXT to BLENDER_WORKBENCH
Compare 4 commits »
Miguel Pozo pushed to pull-eevee-next-volumes-2-cleanup at pragma37/blender 2023-09-05 17:06:50 +02:00
71345adba4 Always initialize tilemap bounds
5da81c417f Fix VolumeModule::draw_compute
Compare 2 commits »
Miguel Pozo pushed to pull-eevee-next-volumes-2-cleanup at pragma37/blender 2023-09-05 16:00:29 +02:00
0fca6963fb Merge branch 'main' into pull-eevee-next-volumes-2-cleanup
56ff55ed09 Cycles: oneAPI: Resolve an compilation error in assert
fa9e3e38d7 Metal: Compute bind state cleanup and debugging
c375e9725f GPU: Add support for memoryless textures
109bc2d416 GPU: Add imageStoreFast for increased write performance
Compare 421 commits »
Miguel Pozo pushed to main at blender/blender 2023-09-05 15:34:23 +02:00
22e4e94d57 Fix #111699: Remove deleted interface from the VAO cache
Miguel Pozo closed issue blender/blender#111699 2023-09-05 15:34:22 +02:00
Glitchy viewport render animation
Miguel Pozo deleted branch fix-111699 from pragma37/blender 2023-09-05 15:34:22 +02:00
Miguel Pozo merged pull request blender/blender#111929 2023-09-05 15:34:20 +02:00
Fix #111699: Remove deleted interface from the VAO cache
Miguel Pozo pushed to pull-rename-BLENDER_WORKBENCH_NEXT at pragma37/blender 2023-09-04 17:42:28 +02:00
05161f82fa Rename BLENDER_WORKBENCH_NEXT to BLENDER_WORKBENCH
Miguel Pozo created branch pull-rename-BLENDER_WORKBENCH_NEXT in pragma37/blender 2023-09-04 17:42:28 +02:00
Miguel Pozo commented on issue blender/blender#111699 2023-09-04 16:10:55 +02:00
Glitchy viewport render animation

For whatever reason I'm now able to reproduce it consistently.

The GPU debug shows this error on glitched meshes:

ERROR (gpu.debug): Workbench > Opaque.Gbuffer > MeshMaterial : GL_INVALID_OPE…

Miguel Pozo created pull request blender/blender#111929 2023-09-04 16:00:47 +02:00
Fix #111699: Remove deleted interface from the VAO cache
Miguel Pozo created branch fix-111699 in pragma37/blender 2023-09-04 15:58:40 +02:00
Miguel Pozo pushed to fix-111699 at pragma37/blender 2023-09-04 15:58:40 +02:00
2eb2d1c8c0 Remove deleted interface from VAO interface cache
56ff55ed09 Cycles: oneAPI: Resolve an compilation error in assert
fa9e3e38d7 Metal: Compute bind state cleanup and debugging
c375e9725f GPU: Add support for memoryless textures
109bc2d416 GPU: Add imageStoreFast for increased write performance
Compare 10 commits »
Miguel Pozo commented on issue blender/blender#111699 2023-09-01 18:05:46 +02:00
Glitchy viewport render animation

Thank you for taking the time to test it. It's weird that it happens only on Workbench Next, I would expect it to be related to the Draw Manager.

Are you able to reproduce this more reliably…

Miguel Pozo pushed to main at blender/blender 2023-09-01 17:36:36 +02:00
619f38514e Fix: Compilation error after 7e33c405fb
Miguel Pozo closed pull request blender/blender#111616 2023-09-01 17:17:20 +02:00
WIP: Fix #111587