summaryrefslogtreecommitdiffstats
path: root/third_party/mesa
diff options
context:
space:
mode:
authorhubbe@chromium.org <hubbe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-19 22:57:19 +0000
committerhubbe@chromium.org <hubbe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-19 22:57:19 +0000
commit455bc0b1bfd5939060170cdd0ecb6a53a54b7b3b (patch)
tree02f448cf025328a26d1364d74f2550211bdd07fb /third_party/mesa
parent389d9295b02274c95f153480043898e94a9f2354 (diff)
downloadchromium_src-455bc0b1bfd5939060170cdd0ecb6a53a54b7b3b.zip
chromium_src-455bc0b1bfd5939060170cdd0ecb6a53a54b7b3b.tar.gz
chromium_src-455bc0b1bfd5939060170cdd0ecb6a53a54b7b3b.tar.bz2
Add comment describing a fix made to mesa.
The fix is in: https://codereview.chromium.org/27740005 BUG=308715 Review URL: https://codereview.chromium.org/27764003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa')
-rw-r--r--third_party/mesa/README.chromium3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/mesa/README.chromium b/third_party/mesa/README.chromium
index d6d8b93..7ed7fa8 100644
--- a/third_party/mesa/README.chromium
+++ b/third_party/mesa/README.chromium
@@ -35,3 +35,6 @@ Modifications made:
- Added an #include for <assert.h> at the top of
src/gallium/auxiliary/util/u_debug.h
+
+- Fix a bug with Multiple Render Targets, see
+ https://code.google.com/p/chromium/issues/detail?id=308715