Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2015-03-11 01:08:18 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-03-11 01:08:43 +0300
commit0d053158ecc27022af7aa184c0410b90cbc84980 (patch)
tree0ef87677509bb9b2d3c725533cd16c9d9cb7eba9 /source/blender/bmesh/operators/bmo_normals.c
parent26d7b6c51792e0b601ae24e88308eaefb66e3b8b (diff)
Fix T43342 bad rendering of normal maps on NVIDIAs on the MacOS
This is not limited to normal maps, it's just that normal maps cause a mix of interleaved vertex arrays + non interleaved vertex arrays + GLSL, which could confuse the GL. Possible explanation is that it may be clobbering the vertex index of the shader somehow but this is difficult to know without extensive tests and the Mac is needed by Francesco in the morning :). Do brute force solution instead, just force legacy drawing on Macs when VBOs is off. On the plus side VBOs work fine, so we should be fine when we update.
Diffstat (limited to 'source/blender/bmesh/operators/bmo_normals.c')
0 files changed, 0 insertions, 0 deletions