pjs/gfx/angle
Benoit Jacob 99cf048dd2 Bug 657748 - Update ANGLE to r653 - a=joe
This ANGLE update fixes bugs, brings large performance improvements, and adds major new features that web devs are looking forward to: vertex shader texture lookup and float textures.

http://code.google.com/p/angleproject/

This update is also needed because the version we're currently using is the chrome_m10 branch and that's no longer maintained. This update will make it much easier to apply security fixes if needed.
2011-05-24 11:05:56 -04:00
..
build
extensions Bug 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04:00
include Bug 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04:00
samples Bug 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04:00
src Bug 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04:00
AUTHORS
CONTRIBUTORS Bug 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04: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 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04:00
README.mozilla Bug 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04:00
angle-makefiles.patch Bug 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04:00
angle-nspr-misc.patch Bug 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04:00
angle-renaming-debug.patch Bug 657748 - Update ANGLE to r653 - a=joe 2011-05-24 11:05:56 -04:00
codereview.settings

README.mozilla

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

Current revision: r653

== Applied local patches ==

In this order:
  angle-nspr-misc.patch - don't bother with ANGLE_OS detection with NSPR
  angle-renaming.patch - rename debug.h to compilerdebug.h to avoid conflict in our makefiles
  angle-makefiles.patch - Mozilla Makefiles for ANGLE

== How to update this ANGLE copy ==

1. Unapply patches
2. Apply diff with new ANGLE version
3. Reapply patches. Check for newly created/deleted files.
4. For each file creation/deletetion recorded in step 3, update our makefiles (angle-makefiles.patch) accordingly

== Visual Studio Solution Files ==

Ignore these. We don't use them anymore. We use custom Makefiles (see angle-makefiles.patch)

== Generated parser code==

Don't bother about that anymore. The parser is now generated and included in the ANGLE svn repo.