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:
authorClément Foucault <foucault.clem@gmail.com>2018-10-22 13:58:11 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-10-22 14:00:40 +0300
commit2d084d4ec430ec8b280a52286eeeca770f2221bc (patch)
tree2436fda8529effee889b423fabb065826a791307 /source/blender/editors/space_outliner/outliner_ops.c
parent0e70feab22fd0871d61a03b43c591fb300990de7 (diff)
GPU: Fix Issue with recursive downsample and Intel HDXXX
This is caused by a driver bug that prevent us from rendering to (or even binding) a texture mip level that is below GL_TEXTURE_MAX_LEVEL of the target texture. This is fine in most drivers (and legal AFAIK) but not on thoses Intels HDXXX + Windows. As a fix we just put GL_TEXTURE_MAX_LEVEL lower (which is illegal because it is undefined behaviour), but in practice it works ok and does not trigger any warnings or errors. This commit fixes most of the problems encountered on these GPUs (T56668).
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_ops.c')
0 files changed, 0 insertions, 0 deletions