summaryrefslogtreecommitdiffstats
path: root/third_party/mesa/README.chromium
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-13 20:09:58 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-13 20:09:58 +0000
commit1c9526e0650a91e412d815417634c9f193b1a4d5 (patch)
tree989046f0d01a9154987bb21fa65f736580d8df16 /third_party/mesa/README.chromium
parentca488e19c17583ada1af51e2e27393981e4be772 (diff)
downloadchromium_src-1c9526e0650a91e412d815417634c9f193b1a4d5.zip
chromium_src-1c9526e0650a91e412d815417634c9f193b1a4d5.tar.gz
chromium_src-1c9526e0650a91e412d815417634c9f193b1a4d5.tar.bz2
Added facility to compile Mesa EGL implementation. Fixed a few issues so that it can be compiled against standard EGL 1.4 headers.
Review URL: http://codereview.chromium.org/5750002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa/README.chromium')
-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 0392a31..a405e3c 100644
--- a/third_party/mesa/README.chromium
+++ b/third_party/mesa/README.chromium
@@ -70,3 +70,6 @@ Later modifications (see chromium.patch):
- Changed querymatrix.c to understand availability of fpclassify on
Linux.
+
+- Guarded all usage of EGL_Y_INVERTED_NOK with EGL_NOK_texture_from_pixmap
+ so that it can be compiled against standard EGL 1.4 headers.