Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: third_party/mesa/README.chromium

Issue 5750002: Added facility to compile Mesa EGL implementation. Fixed a few issues so that... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/mesa/MesaLib/src/egl/main/eglconfig.c ('k') | third_party/mesa/mesa.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: MesaLib 1 Name: MesaLib
2 Current version: 7.9 2 Current version: 7.9
3 URL: http://www.mesa3d.org/ 3 URL: http://www.mesa3d.org/
4 License File: MesaLib/docs/COPYING 4 License File: MesaLib/docs/COPYING
5 5
6 This directory contains a copy of these MesaLib components: 6 This directory contains a copy of these MesaLib components:
7 7
8 Main Mesa code src/mesa/ 8 Main Mesa code src/mesa/
9 Device drivers src/mesa/drivers/* 9 Device drivers src/mesa/drivers/*
10 Ext headers include/GL/glext.h 10 Ext headers include/GL/glext.h
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 - Changed glapi_nop.c to generate custom OpenGL entry points rather 63 - Changed glapi_nop.c to generate custom OpenGL entry points rather
64 than simply installing NoOpGeneric, because with __stdcall calling 64 than simply installing NoOpGeneric, because with __stdcall calling
65 convention it is illegal to have a mismatch in the number of 65 convention it is illegal to have a mismatch in the number of
66 arguments passed from caller to callee. 66 arguments passed from caller to callee.
67 67
68 - Guarded #define PUBLIC in compiler.h to avoid warnings about macro 68 - Guarded #define PUBLIC in compiler.h to avoid warnings about macro
69 redefinitions. 69 redefinitions.
70 70
71 - Changed querymatrix.c to understand availability of fpclassify on 71 - Changed querymatrix.c to understand availability of fpclassify on
72 Linux. 72 Linux.
73
74 - Guarded all usage of EGL_Y_INVERTED_NOK with EGL_NOK_texture_from_pixmap
75 so that it can be compiled against standard EGL 1.4 headers.
OLDNEW
« no previous file with comments | « third_party/mesa/MesaLib/src/egl/main/eglconfig.c ('k') | third_party/mesa/mesa.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698