зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1532525 - Enable size limit on linux
Differential Revision: https://phabricator.services.mozilla.com/D28611
This commit is contained in:
Родитель
6e197e5a1d
Коммит
1be5539415
|
@ -93,7 +93,7 @@ void WebGLBuffer::BufferData(GLenum target, uint64_t size, const void* data,
|
|||
|
||||
if (!ValidateBufferUsageEnum(mContext, usage)) return;
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
#if defined(XP_MACOSX) || defined(MOZ_WIDGET_GTK)
|
||||
// bug 790879
|
||||
if (mContext->gl->WorkAroundDriverBugs() && size > INT32_MAX) {
|
||||
mContext->ErrorOutOfMemory("Allocation size too large.");
|
||||
|
|
Загрузка…
Ссылка в новой задаче