summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authordaniel@transgaming.com <daniel@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226>2011-07-08 16:23:42 +0000
committerdaniel@transgaming.com <daniel@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226>2011-07-08 16:23:42 +0000
commitb0eb69789ac6710fb90b51d3cb218932270604b9 (patch)
tree6b1c5a6695699b2f853f50227920d62b25c6fb03 /CONTRIBUTORS
parenta2a85dc1bce579b330be184130e944a8cbfd338f (diff)
downloadangle_dx11-b0eb69789ac6710fb90b51d3cb218932270604b9.tar.gz
Fix an overflow issue when a static buffer is invalidated.
Issue=104,139,179 TRAC #15143 Signed-off-by: Daniel Koch Author: Nicolas Capens Original-patch-by: Yore Apex git-svn-id: https://angleproject.googlecode.com/svn/trunk@702 736b8ea6-26fd-11df-bfd4-992fa37f6226
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS79
1 files changed, 40 insertions, 39 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 7ace016d..e71f5e8f 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,39 +1,40 @@
-# This is the official list of people who can contribute
-# (and who have contributed) code to the ANGLE project
-# repository.
-# The AUTHORS file lists the copyright holders; this file
-# lists people. For example, Google employees are listed here
-# but not in AUTHORS, because Google holds the copyright.
-#
-
-TransGaming Inc.
- Nicolas Capens
- Daniel Koch
- Andrew Lewycky
- Gavriel State
- Shannon Woods
-
-Google Inc.
- Brent Austin
- John Bauman
- Henry Bridge
- Nat Duca
- Vangelis Kokkevis
- Alastair Patrick
- Alok Priyadarshi
- Kenneth Russell
- Ben Vanik
- Adrienne Walker
- Zhenyao Mo
-
-Mozilla Corp.
- Vladimir Vukicevic
- Benoit Jacob
-
-Apple Inc.
- David Kilzer
-
-Aitor Moreno <aitormoreno at gmail.com>
-Jim Hauxwell <james at dattrax.co.uk>
-ddefrostt
-timeless
+# This is the official list of people who can contribute
+# (and who have contributed) code to the ANGLE project
+# repository.
+# The AUTHORS file lists the copyright holders; this file
+# lists people. For example, Google employees are listed here
+# but not in AUTHORS, because Google holds the copyright.
+#
+
+TransGaming Inc.
+ Nicolas Capens
+ Daniel Koch
+ Andrew Lewycky
+ Gavriel State
+ Shannon Woods
+
+Google Inc.
+ Brent Austin
+ John Bauman
+ Henry Bridge
+ Nat Duca
+ Vangelis Kokkevis
+ Alastair Patrick
+ Alok Priyadarshi
+ Kenneth Russell
+ Ben Vanik
+ Adrienne Walker
+ Zhenyao Mo
+
+Mozilla Corp.
+ Vladimir Vukicevic
+ Benoit Jacob
+
+Apple Inc.
+ David Kilzer
+
+Aitor Moreno <aitormoreno at gmail.com>
+Jim Hauxwell <james at dattrax.co.uk>
+ddefrostt
+timeless
+Yore Apex