Blender Git Commit Log

Git Commits -> Revision d8fb636

Revision d8fb636 by Germano Cavalcante (master)
July 31, 2019, 19:36 (GMT)
Fix T67951: Bone selection is broken on some Intel GPUs

The problem is that the `glDrawArraysInstancedBaseInstance` is ignoring the last parameter.
The solution is to indicate that `GLEW_ARB_base_instance` is not supported in these cases.

Reviewers: fclem, brecht, jbakker

Reviewed By: fclem, brecht

Differential Revision: https://developer.blender.org/D5383

Commit Details:

Full Hash: d8fb63661b3218e536f548e763675a08221e18cd
Parent Commit: ea3690e
Lines Changed: +17, -3

3 Modified Paths:

/source/blender/gpu/GPU_extensions.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_batch.c (+4, -3) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+12, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021