A conformant OpenGL ES implementation for Windows, Mac and Linux.
Перейти к файлу
Jamie Madill ff0d2ba6c7 Split register allocation of varyings from the translator.
The translator gl::Varying struct does not need to know about register
allocation. We can put that entirely in the API library. This makes
exposing Varying variables with the new translator types cleaner.

BUG=angle:466

Change-Id: Ib85ac27de003913a01f76d5f4dc52454530859e6
Reviewed-on: https://chromium-review.googlesource.com/199736
Reviewed-by: Nicolas Capens <nicolascapens@chromium.org>
Reviewed-by: Shannon Woods <shannonwoods@chromium.org>
Tested-by: Jamie Madill <jmadill@chromium.org>
2014-05-15 13:32:05 +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 Regenerate public projects. 2014-05-12 20:27:18 +00:00
samples Fix 64-bit build failures. 2014-05-02 17:48:25 +00:00
src Split register allocation of varyings from the translator. 2014-05-15 13:32:05 +00:00
tests Implement copies from pack buffers to native buffers. 2014-05-08 19:06:41 +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.