gecko/gfx/angle
Neil Rashbrook a823051c1e Fix DOS line endings rs=joedrew!
DONTBUILD
2011-05-26 20:41:33 +01:00
..
build b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
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 Fix DOS line endings rs=joedrew! 2011-05-26 20:41:33 +01: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
AUTHORS b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
codereview.settings b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
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 b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
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

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.