Clément Foucault fclem
  • I'm pixel pusher.

  • Joined on 2014-07-09
Clément Foucault merged pull request blender/blender#105197 2023-02-25 11:40:07 +01:00
Cleanup: GPUTexture header / API
Clément Foucault commented on pull request blender/blender#105197 2023-02-25 02:12:21 +01:00
Cleanup: GPUTexture header / API
Clément Foucault pushed to gpu-texture-api-cleanup at fclem/blender 2023-02-25 02:11:20 +01:00
5d5975a45d Merge branch 'main' into gpu-texture-api-cleanup
6166dac3ee Gizmo: support scaling of light gizmos with zero size
0f09678036 Merge branch 'blender-v3.5-release'
01d4c8462d Fix #104006 Sculpt box/lasso trim projection errors
a843a9c9bb Sculpt: Add trim orientation to sculpt box trim UI
Compare 73 commits »
Clément Foucault created pull request blender/blender#105197 2023-02-25 02:09:57 +01:00
Cleanup: GPUTexture header / API
Clément Foucault created branch gpu-texture-api-cleanup in fclem/blender 2023-02-25 02:07:58 +01:00
Clément Foucault pushed to gpu-texture-api-cleanup at fclem/blender 2023-02-25 02:07:58 +01:00
3fb789d9bf Cleanup: GPUTexture: Remove _ex suffix from texture creation
7ba96e3feb GPUTexture: Add texture usage flag to all texture creation
59a3230337 GPUTexture: Remove data_format from 3D texture creation function
9f0f6b29cc GPUTexture: Remove obsolete GPU_texture_bind_ex argument set_number
71791fde96 Cleanup: GPUTexture: Rename some functions with more descriptive names
Compare 10 commits »
Clément Foucault commented on issue blender/blender#105070 2023-02-24 17:56:21 +01:00
GLSL: Cleanup Clip Space vs. NDC Space naming

@Prakhar-Singh-Chouhan Yes, this issue is still opened.

The list of things to do is:

  • Check all variable names that contain ndc_ and change them to hs_ (short for homogeneous space) if…
Clément Foucault commented on issue blender/blender#104997 2023-02-23 17:37:45 +01:00
Grease Pencil color blending broken in viewport

Blending have lower bitdepth to improve responsiveness of the viewport.

This could become a new parameter as this isn't the first time the issue is being reported.

See this line `eGPUTextureF…

Clément Foucault commented on pull request blender/blender#104700 2023-02-22 21:07:47 +01:00
Metal/EEVEE: Resolve rendering artifacts in EEVEE with Intel GPUs on macOS.

Just to make sure, is this supposed to be for 3.5 or main?

Clément Foucault pushed to main at blender/blender 2023-02-22 21:03:33 +01:00
e497a50aa2 Merge branch 'blender-v3.5-release'
c760248fc5 Metal: Improve AMD EEVEE Performance
Compare 2 commits »
Clément Foucault closed pull request blender/blender#104985 2023-02-22 21:00:51 +01:00
Metal: Improve AMD EEVEE Performance
Clément Foucault pushed to blender-v3.5-release at blender/blender 2023-02-22 20:58:08 +01:00
c760248fc5 Metal: Improve AMD EEVEE Performance
Clément Foucault closed pull request blender/blender#104988 2023-02-22 16:49:58 +01:00
Fix: Resolve EEVEE cache warming assertion.
Clément Foucault commented on pull request blender/blender#104988 2023-02-22 16:47:58 +01:00
Fix: Resolve EEVEE cache warming assertion.

Commited as 629fe69c4c .

I forgot to add the PR number in the commit message.

Clément Foucault pushed to blender-v3.5-release at blender/blender 2023-02-22 16:38:12 +01:00
629fe69c4c Fix #104918: EEVEE: Resolve cache warming assertion.