A conformant OpenGL ES implementation for Windows, Mac and Linux.
Перейти к файлу
Jamie Madill de0ec75ebb Replace catch blocks from std::bad_alloc to ellipses.
It seems we weren't catching bad_alloc despite using the correct syntax.
Using ellipses solves the problem, and since we only expect bad_alloc
it does the equivalent result of catching and returning out of memory.

I'm currently not aware of the proper syntax to catch bad_alloc.

BUg=angle:634

Change-Id: Ib3154546d1b72d180cb565c71f35716696863cdd
Reviewed-on: https://chromium-review.googlesource.com/198245
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Reviewed-by: Nicolas Capens <nicolascapens@chromium.org>
Tested-by: Jamie Madill <jmadill@chromium.org>
2014-05-06 17:33:42 +00:00
build Fixes to the standalone Linux build. 2014-05-01 15:36:13 +00:00
extensions Allow creating fixed-size window surfaces. 2014-03-26 04:57:42 +00:00
include Implement EXT_shader_texture_lod 2014-04-16 19:30:22 +00:00
projects Reference .git/index as a dependency of commit_id. 2014-05-01 17:55:53 +00:00
samples Fix 64-bit build failures. 2014-05-02 17:48:25 +00:00
src Replace catch blocks from std::bad_alloc to ellipses. 2014-05-06 17:33:42 +00:00
tests Add tests for pack buffer corner cases. 2014-05-06 13:57:17 +00:00
.gclient Update gclient configuation for new git repository. 2014-03-17 19:20:40 +00:00
.gitattributes Stop shader local variables from using invalid qualifiers. 2014-04-14 18:14:08 +00:00
.gitignore Fix standalone Linux build. 2014-02-20 14:17:23 +00:00
AUTHORS Remove unnecessary int cast in ParseContext. 2014-01-08 18:28:21 +00:00
CONTRIBUTORS add TRACE_EVENT to ANGLE (reland) 2013-09-24 15:13:04 -04:00
DEPS Roll gyp and regenerate public projects to have the cleaned paths. 2013-12-06 23:11:57 +00:00
LICENSE Update Copyright years on the LICENSE file 2013-01-11 04:12:37 +00:00
README.chromium Adds README.chromium for third-party integration. 2013-06-17 12:12:12 -04:00
codereview.settings Update codereview.settings to point to gerrit. 2014-02-25 21:03:08 +00:00
enumerate_files.py Update enumerate_files.py to ignore "hidden" files. 2014-03-03 19:45:26 +00:00
generate_projects Remove the angle_relative_path gyp variable. 2014-04-09 13:43:58 +00:00

README.chromium

Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

Name: ANGLE
URL: https://code.google.com/p/angleproject/
Version: 2422
License: BSD
License File: LICENSE

Description:
ANGLE is a conformant implementation of the OpenGL ES 2.0
specification that is hardwareaccelerated via Direct3D.