gecko/gfx/angle
2011-03-17 15:07:16 -04:00
..
build
include Bug 630019 - updated ANGLE PBuffers patch (makes ANGLE work again) - r=bjacob, a=blocking2.0 2011-01-31 20:58:21 -05:00
samples Bug 629538 - Upgrade ANGLE to r550 - 3/3 - r=vlad, a=blocking2.0 2011-01-29 22:31:21 -05:00
src Bug 630019 - updated ANGLE PBuffers patch (makes ANGLE work again) - r=bjacob, a=blocking2.0 2011-01-31 20:58:21 -05:00
angle-fixes.patch Bug 629538 - Upgrade ANGLE to r550 - 2/3 - r=vlad, a=blocking2.0 2011-01-29 22:31:21 -05:00
angle-nspr-misc.patch Bug 629538 - Upgrade ANGLE to r550 - 2/3 - r=vlad, a=blocking2.0 2011-01-29 22:31:21 -05:00
angle-pbuffers.patch Bug 630019 - updated ANGLE PBuffers patch (makes ANGLE work again) - r=bjacob, a=blocking2.0 2011-01-31 20:58:21 -05:00
angle-shared.patch Bug 629971 - fix non-libXUL build: had damaged and not properly applied angle-shared.patch - r+a=bustage-of-non-libxul-build 2011-01-29 23:43:11 -05:00
AUTHORS
codereview.settings
CONTRIBUTORS b=619798; upgrade ANGLE to r511; r+a=vlad 2010-12-16 12:49:06 -08:00
DEPS b=616290; upgrade ANGLE to r498; r=bjacob 2010-12-03 14:44:01 -08:00
LICENSE
LICENSE.preprocessor b=590244; update ANGLE to r385; r=vlad; a=b 2010-09-01 15:04:51 -04:00
Makefile.in Bug 641630. r=ted, a=respin 2011-03-17 15:07:16 -04:00
README.mozilla Bug 630019 - updated ANGLE PBuffers patch (makes ANGLE work again) - r=bjacob, a=blocking2.0 2011-01-31 20:58:21 -05:00

This is the ANGLE project, from http://code.google.com/p/angleproject/.

Current revision: r550

Applied local patches:
    angle-shared.patch - add declspec dllexport/dllimport support on win32

    angle-fixes.patch - fix angle issues 51 & 52

    angle-nspr-misc.patch - don't bother with ANGLE_OS detection with NSPR

    angle-pbuffers.patch - add pbuffer support to ANGLE, and d3d texture handle query (angle issue 91)

== Visual Studio Solution Files ==

The VS solution/project files that are used to build ANGLE are built
with VS2008 in upstream ANGLE.  Because our build machines use VS2005,
they need to be downgraded using
http://www.emmet-gray.com/Articles/ProjectConverter.htm before being
checked in with an ANGLE update.

== Regenerating Parser ==

The parser is now generated and included in the ANGLE svn repo.