Go to file
Alexander Romanov 151390069a Bugfix. glDisable with bad enum argument in GPU_texture_unbind
Reported by @panzergame in D1414.

`glDisable` calls with bad enum argument `GL_TEXTURE_2D_MULTISAMPLE` that came from this line:
`tex->target = (n == 1) ? GL_TEXTURE_1D : (samples ? GL_TEXTURE_2D_MULTISAMPLE : GL_TEXTURE_2D);`

Reviewers: brecht

Reviewed By: brecht

Subscribers: AlexKowel, yurikovelenov, panzergame

Differential Revision: https://developer.blender.org/D2145
2016-08-09 12:34:52 +03:00
build_files Basic Alembic support 2016-08-06 10:58:13 +02:00
doc Docs: add initial idprop.types API docs 2016-07-31 15:40:40 +10:00
extern Curve Fitting: fix off by one error 2016-08-05 18:50:49 +10:00
intern Cycles: Fix crash in empty scenes 2016-08-09 04:32:38 +02:00
release GPencil: Add option to draw new strokes on back of layer 2016-08-07 16:45:02 +02:00
source Bugfix. glDisable with bad enum argument in GPU_texture_unbind 2016-08-09 12:34:52 +03:00
tests Replace pep8 with flake8 checker 2016-08-01 11:02:01 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Git ignore BUILD_NOTES.txt from install_deps.sh. 2015-11-23 20:17:02 +01:00
.gitmodules Add developer tools submodule 2016-07-15 01:28:00 +10:00
CMakeLists.txt Make previous alembic fix only apply to MSVC 2016-08-08 14:17:43 -06:00
COPYING
GNUmakefile Cleanup: line length 2016-07-15 01:26:26 +10:00
make.bat Fix make.bat checking 64bit systems 2016-02-10 00:26:12 +11:00